azure-cli-extensions
azure-cli-extensions copied to clipboard
update to support disconnected environment
This change is to support disconnected on-premises environments.
Related command
az connectedk8s
General Guidelines
- [X] Have you run
azdev style <YOUR_EXT>
locally? (pip install azdev
required) NOTE: there are pre-existing style errors. - [X] Have you run
python scripts/ci/test_index.py -q
locally? (pip install wheel==0.30.0
required) - [X] My extension version conforms to the Extension version schema
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
.
️✔️Azure CLI Extensions Breaking Change Test
️✔️Non Breaking Changes
Thank you for your contribution! We will review the pull request and get back to you soon.
Hi @TheOnlyWei
:warning: Release Requirements
Module: connectedk8s
- :warning: Please update
VERSION
to be1.11.0
insrc/connectedk8s/setup.py
Notes
- For more info about extension versioning, please refer to Extension version schema
/azp run
Azure Pipelines successfully started running 2 pipeline(s).