Releases: Azure/az-vmware-cli
use show_command to fix pylint
This is the same as 0.7.1, but switches some code to use show_command
to fix a pylint error (#44).
To install:
az extension add -s https://github.com/Azure/az-vmware-cli/releases/download/0.7.2/vmware-0.7.2-py2.py3-none-any.whl -y
sha256 b84b027fe8d836f8969893480cef63b05b85db1a59f6ef11063e52be530fd9ff
Remove preview flags
This is the same as 0.7.0, but removed the preview flags (#43).
To install:
az extension add -s https://github.com/Azure/az-vmware-cli/releases/download/0.7.1/vmware-0.7.1-py2.py3-none-any.whl -y
sha256 011a583281d5a957873d4d1ec1747c67d2b31e328d72646e0697e94954e24150
0.7.0: update to the 2020-03-20 API (#31)
Update to the 2020-03-20 API #31:
Adds commands for managing ExpressRoute Circuit authorizations for a private cloud:
- az vmware authorization create
- az vmware authorization list
- az vvware authorization delete
- az vmware authorization show
Removes:
- az vmware private-cloud addauthorization
- az vmware private-cloud deleteauthorization
- az vmware checkquotaavailability
Adds:
- az vmware location checkquotaavailability
- az vmware location checktrialavailability
Add command for managing HCX Enterprise Sites for a private cloud:
- az vmware hcx-enterprise-site create
- az vmware hcx-enterprise-site list
- az vmware hcx-enterprise-site delete
- az vmware hcx-enterprise-site show
To install:
az extension add -s https://github.com/Azure/az-vmware-cli/releases/download/0.7.0/vmware-0.7.0-py2.py3-none-any.whl -y
sha256 5a2f550805a173d24f78e26b202c2f980d6161dedf0c5a676f316ca11b2667d2
switch to Microsoft.AVS & checkquotaavailability
- switch to Microsoft.AVS 2019-08-09 API (#35)
- vmware checkquotaavailability (#34)
example:az vmware checkquotaavailability --location northcentralus
To install:
az extension add -s https://github.com/virtustream/azure-vmware-virtustream-cli-extension/releases/download/0.6.0/vmware-0.6.0-py2.py3-none-any.whl -y
sha256 517b737a0f812ae8520297836c16318d7d04357002e578e49befb7e5974d0d79
remove --location from cluster create/update
See #28
To install:
az extension add -s https://github.com/virtustream/azure-vmware-virtustream-cli-extension/releases/download/0.5.5/vmware-0.5.5-py2.py3-none-any.whl -y
sha256 89c5c09ee859b4b03c57cf2d2c477054aef97a5cca6f9a67da8a19d792572b02
help text: Azure VMware Solutions
rename extension to vmware
To install:
az extension add -s https://github.com/virtustream/azure-vmware-virtustream-cli-extension/releases/download/0.5.3/vmware-0.5.3-py2.py3-none-any.whl -y
To uninstall:
az extension remove --name vmware
sha256 b25c6c6254ca8857035403b8c69d12d60dda1aaca3caf353336b9482192540ca
remove classifiers metadata
See #21
To install
az extension add -s https://github.com/virtustream/azure-vmware-virtustream-cli-extension/releases/download/0.5.2/azure_vmware_virtustream_cli_extension-0.5.2-py2.py3-none-any.whl -y
To uninstall:
az extension remove --name azure-vmware-virtustream-cli-extension
sha256 9724b0ebfffe71d25d146af8c232467d7f591dfc802f3c399c73c56a5fb8d4f6
set azext.maxCliCoreVersion to 2.2.0
curl -LO https://github.com/virtustream/azure-vmware-virtustream-cli-extension/releases/download/0.5.1/azure_vmware_virtustream_cli_extension-0.5.1-py2.py3-none-any.whl
az extension add --source azure_vmware_virtustream_cli_extension-0.5.1-py2.py3-none-any.whl -y
sha256 99fcd22856317cef49ad663b53db32ab8e125e7a17e0550932aacc18b1432bfb
rename to “az vmware private-cloud”
Here are the most significant changes from this release. The first three are breaking changes.
- rename to “az vmware private-cloud” #13
- name standardized #16
- require --sku for private-cloud create #17
- update to latest 2019-08-09-preview API #12
- add missing help #11 #14
- Unable to set credentials for private cloud #10 #15
- make --secondary-server and --ssl optional #18
To use this version of the CLI extension, download the whl and then install with. For example, you can install in an Azure Cloud Shell with:
curl -LO https://github.com/virtustream/azure-vmware-virtustream-cli-extension/releases/download/0.5.0/azure_vmware_virtustream_cli_extension-0.5.0-py2.py3-none-any.whl
az extension add --source azure_vmware_virtustream_cli_extension-0.5.0-py2.py3-none-any.whl -y
The sha256 checksum is 83a49e9dd652a8989f77871df8bf67f0092759af93cf44ee4d6dd611a60a9ba0
.