-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[DiagnosticRP]add a new cli extension for spot vm placement score #7387
Conversation
Validation for Breaking Change Starting...
Thanks for your contribution! |
Thank you for your contribution! We will review the pull request and get back to you soon. |
|
/azp run |
Azure Pipelines successfully started running 2 pipeline(s). |
Please fix CI issues |
/azp run |
Azure Pipelines successfully started running 2 pipeline(s). |
src/compute-diagnostic-rp/README.md
Outdated
## How to use ## | ||
Please add commands usage here. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please complete this part
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added.
please provide the link of your pr in aaz repo |
|
[Release] Update index.json for extension [ compute-diagnostic-rp ] : https://dev.azure.com/azclitools/internal/_build/results?buildId=143519&view=results |
This checklist is used to make sure that common guidelines for a pull request are followed.
Related command
Example cli: az compute diagnostic spot-placement-recommender generate -l eastus --subscription ffffffff-ffff-ffff-ffff-ffffffffffff --availability-zones true --desired-locations '["eastus", "eastus2"]' --desired-count 1 --desired-sizes '[{"sku": "Standard_D2_v2"}]'
aaz pr link: Azure/aaz#436
General Guidelines
azdev style <YOUR_EXT>
locally? (pip install azdev
required)python scripts/ci/test_index.py -q
locally? (pip install wheel==0.30.0
required)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
.