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

Upgrade vmware extension to 2023-09-01 API version

Open jonathanhe-msft opened this issue 1 year ago • 6 comments


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? (pip install wheel==0.30.0 required)
  • [ ] My extension version conforms to the Extension version schema

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.
You only need to update the version information in file setup.py and historical information in file HISTORY.rst in your PR but do not modify src/index.json.

jonathanhe-msft avatar Jun 28 '24 20:06 jonathanhe-msft

❌Azure CLI Extensions Breaking Change Test
❌vmware
rule cmd_name rule_message suggest_message
1007 - ParaRemove vmware cluster update cmd vmware cluster update removed parameter sku please add back parameter sku for cmd vmware cluster update
1006 - ParaAdd vmware datastore netapp-volume create cmd vmware datastore netapp-volume create added parameter net_app_volume please remove parameter net_app_volume for cmd vmware datastore netapp-volume create
1007 - ParaRemove vmware datastore netapp-volume create cmd vmware datastore netapp-volume create removed parameter net_app_volumn please add back parameter net_app_volumn for cmd vmware datastore netapp-volume create
1006 - ParaAdd vmware private-cloud rotate-nsxt-password cmd vmware private-cloud rotate-nsxt-password added parameter private_cloud please remove parameter private_cloud for cmd vmware private-cloud rotate-nsxt-password
1006 - ParaAdd vmware private-cloud rotate-nsxt-password cmd vmware private-cloud rotate-nsxt-password added parameter resource_group please remove parameter resource_group for cmd vmware private-cloud rotate-nsxt-password
⚠️ 1009 - ParaPropRemove vmware cloud-link create cmd vmware cloud-link create update parameter linked_cloud: removed property required=True
⚠️ 1001 - CmdAdd vmware cloud-link wait cmd vmware cloud-link wait added
⚠️ 1006 - ParaAdd vmware cluster create cmd vmware cluster create added parameter vsan_datastore_name
⚠️ 1006 - ParaAdd vmware cluster update cmd vmware cluster update added parameter vsan_datastore_name
⚠️ 1011 - SubgroupAdd vmware datastore elastic-san-volume sub group vmware datastore elastic-san-volume added
⚠️ 1011 - SubgroupAdd vmware iscsi-path sub group vmware iscsi-path added
⚠️ 1006 - ParaAdd vmware private-cloud create cmd vmware private-cloud create added parameter virtual_network_id
⚠️ 1009 - ParaPropRemove vmware private-cloud create cmd vmware private-cloud create update parameter cluster_size: removed property required=True
⚠️ 1009 - ParaPropRemove vmware private-cloud create cmd vmware private-cloud create update parameter network_block: removed property required=True
⚠️ 1006 - ParaAdd vmware private-cloud rotate-nsxt-password cmd vmware private-cloud rotate-nsxt-password added parameter no_wait
⚠️ 1006 - ParaAdd vmware private-cloud rotate-nsxt-password cmd vmware private-cloud rotate-nsxt-password added parameter yes
⚠️ 1006 - ParaAdd vmware private-cloud update cmd vmware private-cloud update added parameter dns_zone_type
⚠️ 1006 - ParaAdd vmware private-cloud update cmd vmware private-cloud update added parameter hosts
⚠️ 1006 - ParaAdd vmware private-cloud update cmd vmware private-cloud update added parameter network_block
⚠️ 1006 - ParaAdd vmware private-cloud update cmd vmware private-cloud update added parameter vsan_datastore_name
⚠️ 1006 - ParaAdd vmware script-execution create cmd vmware script-execution create added parameter yes

Hi @jonathanhe-msft, Please write the description of changes which can be perceived by customers into HISTORY.rst. If you want to release a new extension version, please update the version in setup.py as well.

Thank you for your contribution! We will review the pull request and get back to you soon.

yonzhan avatar Jun 28 '24 20:06 yonzhan

CodeGen Tools Feedback Collection

Thank you for using our CodeGen tool. We value your feedback, and we would like to know how we can improve our product. Please take a few minutes to fill our codegen survey

github-actions[bot] avatar Jun 28 '24 20:06 github-actions[bot]

For more info about extension versioning, please refer to Extension version schema

github-actions[bot] avatar Jun 28 '24 20:06 github-actions[bot]

@kairu-ms can you review this PR? would like to have it included in the next CLI release

jonathanhe-msft avatar Jun 28 '24 20:06 jonathanhe-msft

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

azclibot avatar Aug 01 '24 05:08 azclibot