-
Notifications
You must be signed in to change notification settings - Fork 3.3k
[Compute] az ppg update: Add new parameter --type to support setting proximity placement group type
#27241
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
Conversation
️✔️AzureCLI-FullTest
|
|
Hi @Jing-song, |
❌AzureCLI-BreakingChangeTest
|
|
Compute |
| # fails because not a valid type | ||
| self.cmd('ppg create -n fail_ppg -g {rg} -t notAvalidType', expect_failure=True) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
May I ask why do you remove it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
get_enum_type(self.get_models('ProximityPlacementGroupType')) will throw an error while passing the parameter instead of after executing the command,expect_failure will take effect after executing the command.
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
Related command
az ppg create/updateDescription
Support new value for PPG type parameter #26829
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.