Add command models for relationship extension (Microsoft.Relationships)#990
Merged
necusjz merged 2 commits intoAzure:mainfrom Apr 23, 2026
Merged
Add command models for relationship extension (Microsoft.Relationships)#990necusjz merged 2 commits intoAzure:mainfrom
necusjz merged 2 commits intoAzure:mainfrom
Conversation
…2024-02-01-preview) Register AAZ command models for the new service-group CLI extension: - service-group create (PUT LRO) - service-group show (GET) - service-group update (PATCH LRO) - service-group delete (DELETE LRO) - service-group list-ancestors (POST action) Related CLI extension PR: Azure/azure-cli-extensions#9805 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Generated via aaz-dev-tools from TypeSpec spec. Commands: relationship dependency-of create/show/delete, relationship service-group-member create/show/delete. API version: 2023-09-01-preview. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
necusjz
approved these changes
Apr 23, 2026
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.
Description
Register AAZ command models for the new relationship CLI extension (Microsoft.Relationships, API version 2023-09-01-preview).
Commands
relationship dependency-of createrelationship dependency-of showrelationship dependency-of deleterelationship service-group-member createrelationship service-group-member showrelationship service-group-member deleteFiles
Commands/relationship/— 11 command model files (readmes + 6 commands)Resources/mgmt-plane/— 4 resource schemas (dependencyof, servicegroupmember)Commands/readme.md— Updated to include relationship groupRelated PR