feat: add workload-orchestration-preview extension#9936
Conversation
|
/azp run |
|
Validation for Breaking Change Starting...
Thanks for your contribution! |
|
Hi @atharvau, |
|
Commenter does not have sufficient privileges for PR 9936 in repo Azure/azure-cli-extensions |
|
/azp run |
|
Azure Pipelines successfully started running 2 pipeline(s). |
|
Finish with Changes , we can move forward for review/merge |
|
@atharvau per https://github.com/Azure/azure-cli/blob/dev/doc/extensions/versioning_guidelines.md#cli-extension-version-transition-table, workload-orchestration itself already can support "preview functionality". why introducing an extra extension here? |
Hi @necusjz , we want to support and separate 2 different cli extension one Stable and one with preview . we have different customer use cases . we don't want upgrade our existing cli extension to preview version. |
that's fine. please add the new entry to |
|
/azp run |
|
Azure Pipelines successfully started running 2 pipeline(s). |
@necusjz we are not using aaz , we make custom code changes which are copilot based |
4cae0ac to
5a340f8
Compare
|
Everything look green @necusjz |
|
/azp run |
|
Azure Pipelines successfully started running 2 pipeline(s). |
Initial preview release with solution-deployment commands: - az workload-orchestration solution-deployment create/show/list/delete - Multi-target deployment support - Configuration accepts string or JSON Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
5a340f8 to
47c84b9
Compare
|
/azp run |
|
Azure Pipelines successfully started running 2 pipeline(s). |
|
Pipeline is green , thanks good to merge |
|
[Release] Update index.json for extension [ workload-orchestration-preview-0.1.0b1 ] : https://dev.azure.com/msazure/One/_build/results?buildId=168340317&view=results |
Adds the preview extension for workload-orchestration with solution-deployment commands and advanced configuration management features.
This checklist is used to make sure that common guidelines for a pull request are followed.
Related command
General Guidelines
azdev style <YOUR_EXT>locally? (pip install azdevrequired)python scripts/ci/test_index.py -qlocally? (pip install wheel==0.30.0required)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.jsonautomatically.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.