How do I use ObjectId parameter in New-AzADAppCredential? #16676
-
I am going through the example that is used in Create App Credential. The example runs the Would dot notation be the way to go forward here?
Excuse the PowerShell ignorance on my part. I'm still trying to make sense of things. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
@blackstorm87, Based on your feedback, I have created issue 16808 to update the reference docs. |
Beta Was this translation helpful? Give feedback.
@blackstorm87,
-ObjectId
parameter is expecting the Id of the application. You can create the application using theNew-AzADApplication
cmdlet.Based on your feedback, I have created issue 16808 to update the reference docs.