azure-cli-extensions icon indicating copy to clipboard operation
azure-cli-extensions copied to clipboard

CLI SDK Update to 2022-05-01 API

Open jonathanhe-msft opened this issue 3 years ago • 3 comments

  • Update to AVS 2022-05-01 API
  • Add az vmware cluster list-zones
  • Add az vmware workload-network show
  • Add az vmware workload-network list
  • Add --affinity-strength and --azure-hybrid-benefit-type parameter to az vmware placement-policy vm-host create
  • Add --affinity-strength and --azure-hybrid-benefit-type parameter 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
  • 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.

This checklist is used to make sure that common guidelines for a pull request are followed.

Related command

General Guidelines

  • [ ] Have you run azdev style <YOUR_EXT> locally? (pip install azdev required)
  • [ ] Have you run python scripts/ci/test_index.py -q locally?

For new extensions:

About Extension Publish

There is a pipeline to automatically build, upload and publish extension wheels.
Once your pull request is merged into main branch, a new pull request will be created to update src/index.json automatically.
The precondition is to put your code inside this repository and upgrade the version in the pull request but do not modify src/index.json.

jonathanhe-msft avatar Sep 28 '22 14:09 jonathanhe-msft

vmware

yonzhan avatar Sep 28 '22 14:09 yonzhan

/azp run

wangzelin007 avatar Oct 07 '22 06:10 wangzelin007

Azure Pipelines successfully started running 1 pipeline(s).

azure-pipelines[bot] avatar Oct 07 '22 06:10 azure-pipelines[bot]

With Azure/azure-rest-api-specs#20873 finally merged, please use the published spec.

Regenerated client using latest published in azure-rest-api-specs

jonathanhe-msft avatar Oct 17 '22 16:10 jonathanhe-msft

@jonathanhe-msft, linter is failing with:

-  FAIL - HIGH severity: unrecognized_help_entry_rule
    Help-Entry: `vmware workload-network list` - Not a recognized command or command-group
    Help-Entry: `vmware workload-network show` - Not a recognized command or command-group

Looks like you need to remove that help for the removed commands.

cataggar avatar Oct 27 '22 14:10 cataggar

@zhoxing-ms can I get a review on this please? thank you!

jonathanhe-msft avatar Nov 07 '22 16:11 jonathanhe-msft

@zhoxing-ms this is ready for final review and to be merged. Thanks!

jonathanhe-msft avatar Dec 06 '22 17:12 jonathanhe-msft

[Release] Update index.json for extension [ vmware ] : https://dev.azure.com/azclitools/internal/_build/results?buildId=19884&view=results

azclibot avatar Dec 08 '22 06:12 azclibot