-
Notifications
You must be signed in to change notification settings - Fork 3k
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
{Compute} az disk-encryption-set
, az sig image-version
and az image
: Migrate commands using CodeGen V2
#26951
Conversation
️✔️AzureCLI-FullTest
|
Hi @yanzhudd, |
❌AzureCLI-BreakingChangeTest
|
Compute |
To clarify, for now, add In all, a narrow down of input scope for a parameter is taken as breaking now, but for the actual situation it needs developer to review and justify case by case. I'll add the type property for better justification. please refer to: Azure/azure-cli-dev-tools#412 |
…Migrate commands using CodeGen V2 (Azure#26951)
Related command
az disk-encryption-set delete/show/list/list-associated-resources
az sig image-version list/delete/show-community/show-shared
az image show/delete/list
Description
Migrate commands:
az disk-encryption-set delete/show/list/list-associated-resources
az sig image-version list/delete/show-community/show-shared
az image show/delete/list
Some commands in
az disk-encryption-set
,az sig image-version
andaz image
groups are not migrated yet:az disk-encryption-set create/update
az sig image-version list-community/list-shared/show/create/update
az image create/update
Testing Guide
History Notes
[Component Name 1] BREAKING CHANGE:
az command a
: Make some customer-facing breaking change[Component Name 2]
az command b
: Add some customer-facing featureThis checklist is used to make sure that common guidelines for a pull request are followed.
The PR title and description has followed the guideline in Submitting Pull Requests.
I adhere to the Command Guidelines.
I adhere to the Error Handling Guidelines.