[AD] az ad app create/update: Add --service-management-reference argument#29860
Merged
[AD] az ad app create/update: Add --service-management-reference argument#29860
az ad app create/update: Add --service-management-reference argument#29860Conversation
️✔️AzureCLI-FullTest
|
|
| rule | cmd_name | rule_message | suggest_message |
|---|---|---|---|
| ad app create | cmd ad app create added parameter service_management_reference |
||
| ad app update | cmd ad app update added parameter service_management_reference |
Collaborator
|
AD |
f11e104 to
e8b6222
Compare
evelyn-ys
approved these changes
Sep 10, 2024
bebound
approved these changes
Sep 10, 2024
Member
Author
|
Regarding
Unlike Azure PowerShell cmdlet Even though |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Related command
az ad app create/updateDescription
Add
--service-management-referenceargument for Microsoft Graph application'sserviceManagementReferenceproperty: https://learn.microsoft.com/en-us/graph/api/resources/application?view=graph-rest-1.0#propertiesserviceManagementReferenceproperty can be specified in 2 ways:Testing Guide
az ad app create --display-name azure-cli-test0906 --service-management-reference 96524024-75b0-497b-ab38-0381399a6aaa az ad app update --id xxx --service-management-reference 96524024-75b0-497b-ab38-0381399a6bbb # idempotent az ad app create --display-name azure-cli-test0906 az ad app create --display-name azure-cli-test0906 --service-management-reference 96524024-75b0-497b-ab38-0381399a6ccc