-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade vmware extension to use AutoRest Python 5.6.0 (#2920)
* private-cloud delete not working in mock env * vendored from v5 * --override-client-name=AVSClient * --use=@autorest/[email protected]
- Loading branch information
Showing
88 changed files
with
9,083 additions
and
8,769 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,4 +21,13 @@ See [test_vmware_scenario.py](azext_vmware/tests/latest/test_vmware_scenario.py) | |
You can see if the extension is installed by running `az --version` or `az extension list`. You can remove the extension by running: | ||
``` sh | ||
az extension remove --name vmware | ||
``` | ||
``` | ||
|
||
## AutoRust Code Generation | ||
[AutoRest for Python](https://github.com/Azure/autorest.python) was used to generate the code in `azext_vmware\vendored_sdks` using: | ||
``` powershell | ||
rm ..\azure-cli-extensions\src\vmware\azext_vmware\vendored_sdks -Recurse | ||
autorest --python --output-folder=..\azure-cli-extensions\src\vmware\azext_vmware\vendored_sdks --use=@autorest/[email protected] --tag=package-2020-03-20 --azure-arm=true --override-client-name=AVSClient specification\vmware\resource-manager\readme.md | ||
``` | ||
It was run from a git clone of [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.