-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Added listServicePrincipalId #17068
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Added listServicePrincipalId #17068
Changes from 12 commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
53b645a
Added listServicePrincipalId
ikanni 4fcf318
Fixed few errors
ikanni 8bef96d
Fixed spelling
ikanni 75b6fab
Fixed few errors
ikanni bad0e65
Fixed few errors
ikanni 3473683
Added listServicePrincipalId
ikanni 3390e0c
Fixed one error
ikanni 4e9f4c2
Fixed few errors
ikanni e33795c
Fixed error
ikanni c1b81cf
Fixed error
ikanni f0966b7
Updated tag to trigger a build
ikanni 9984dc9
Fixed spelling
ikanni 1e58e7b
Fixed comment
ikanni 4dcbea1
Changed from Post to get to work in ARM template
ikanni 09c569e
fixed failure
ikanni 91afd11
fixed failure
ikanni a77f221
fixed warning
ikanni a3220d2
Refferred ProxyResource
ikanni 4e4f5c1
Fixed ProxyResource and another comment
ikanni 772e803
Added systemData for ServicePrincipal
ikanni d6fe153
Added Collection GET for Singleton
ikanni 4d2a6bb
Fixed error and warnings
ikanni c2b9d5b
Fixed PrettierCheck error
ikanni File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 14 additions & 0 deletions
14
...ager/Microsoft.Automanage/preview/2021-04-30-preview/examples/listServicePrincipalId.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,14 @@ | ||
| { | ||
| "parameters": { | ||
| "subscriptionId": "mySubscriptionId", | ||
| "api-version": "2021-04-30-preview" | ||
| }, | ||
| "responses": { | ||
| "200": { | ||
| "headers": {}, | ||
| "body": { | ||
| "servicePrincipalId": "<servicePrincipalId>" | ||
| } | ||
| } | ||
| } | ||
| } |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.