-
Notifications
You must be signed in to change notification settings - Fork 1.5k
CLI SDK Update to 2022-05-01 API #5397
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
Changes from 11 commits
f86287a
b14fdc8
b770773
8e3816b
2bf2aa3
eea5364
9597825
05dcc66
21bd6ac
dd8eb5a
41d46ca
f5f66c1
1281ed0
45f84e8
59c217c
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,20 @@ | ||
| # Release History | ||
|
|
||
| ## 5.0.0 (2022-10) | ||
jonathanhe-msft marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| - Update to AVS 2022-05-01 API | ||
| - Add `az vmware cluster list-zones` | ||
| - Add `--affinity-strength` and `--azure-hybrid-benefit-type` parameters to `az vmware placement-policy vm-host create` | ||
| - Add `--affinity-strength` and `--azure-hybrid-benefit-type` parameters to `az vmware placement-policy vm-host update` | ||
| - Add `--express-route-id` parameter to `az vmware authorization create` | ||
| - Add `vmware addon arc` command group | ||
| - Add `az vmware location check-trial-availability` | ||
| - Add `az vmware location check-quota-availability` | ||
|
Comment on lines
+6
to
+12
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Could you please add some description for these new commands and new parameters?
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. There's a separate help.py file that contains help for each of these commands and parameters. I'd also like to keep the HISTORY.md file minimal for readability. |
||
| - Deprecate `az vmware location checktrialavailability` | ||
| - Deprecate `az vmware location checkquotaavailability` | ||
| - [BREAKING CHANGE] `az vmware private-cloud add-availability-zone` has been removed. Availability zone cannot be modified after private cloud creation | ||
| - [BREAKING CHANGE] `az vmware private-cloud delete-availability-zone` has been removed. Availability zone cannot be modified after private cloud creation. | ||
jonathanhe-msft marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
|
||
| ## 4.1.0 (2022-07) | ||
|
|
||
| - Add `az vmware private-cloud enable-cmk-encryption` | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.