-
Notifications
You must be signed in to change notification settings - Fork 1.5k
WeightsAndBiases CLI commands initial release #8614
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
Conversation
|
Validation for Breaking Change Starting...
Thanks for your contribution! |
|
Hi @aggarwalsw, |
|
Thank you for your contribution! We will review the pull request and get back to you soon. |
|
The git hooks are available for azure-cli and azure-cli-extensions repos. They could help you run required checks before creating the PR. Please sync the latest code with latest dev branch (for azure-cli) or main branch (for azure-cli-extensions). pip install azdev --upgrade
azdev setup -c <your azure-cli repo path> -r <your azure-cli-extensions repo path>
|
CodeGen Tools Feedback CollectionThank you for using our CodeGen tool. We value your feedback, and we would like to know how we can improve our product. Please take a few minutes to fill our codegen survey |
|
Hi @aggarwalsw
|
* update version
* update version
Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_URL: https://dev.azure.com/msazure/One/_build/results?buildId=119621681&view=results Last commit: Azure@cf50bef
Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_URL: https://dev.azure.com/msazure/One/_build/results?buildId=119621705&view=results Last commit: Azure@9f5034e
Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_URL: https://dev.azure.com/msazure/One/_build/results?buildId=119622518&view=results Last commit: Azure@a5e4b0f
* update verson
Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_URL: https://dev.azure.com/msazure/One/_build/results?buildId=119627805&view=results Last commit: Azure@4c2cf69
…#8610) * adjust version cal use whl for base metadata generation * reset scripts * remove azdev mod source before loading module from whl
* update version * update recording, fix style
* update version * update recording
* updating hash for cli * 1.7.4 * updating to 1.7.5 * add 1.7.6 * 1.7.7 --------- Co-authored-by: Harika Vedati <[email protected]>
* hotfix for cli version 1.17.1 * CLI release for 2.28.0 * updating index.json for SDK/CLI v2 Release 2.29.0 * updating index.json for SDK/CLI v2 Release 2.30.0 * CLI version 2.30.1 and fix for 2.30.0 * CLI hotfix version 2.31.1 * SDK hotfix version 1.26.1
…ta on new draft creation. (Azure#8601) * Add copy step before creating draft * Add test records * Add test records * Bump version to 1.2.3 and update release history for draft creation enhancements
* add Fleet 2025-03-01 api * add api * add serialization * revert changes, remove old api version * add next api * add changes * fix linters * remove wait to remove get * add name parameter alias * redo test recordings * redo test with discover * redo recording * fix recording * add comment * remove comment * fix recording * remove unused parameter * add pylint disable * fix trailing whitespace --------- Co-authored-by: ftran <[email protected]>
Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_URL: https://dev.azure.com/msazure/One/_build/results?buildId=120340114&view=results Last commit: Azure@aac7959
* update version * add help message for azdev style
Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_URL: https://dev.azure.com/msazure/One/_build/results?buildId=120451155&view=results Last commit: Azure@e10c0d9
…ssandra cluster Create (Azure#8637) * adding param azure-connection-method for managed cassandra VPN * lint fixes * add test case for azure-connection-method for VPN MI cassandra cluster * reducing the size of option name for lint concern * adding release versions and details
Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_URL: https://dev.azure.com/msazure/One/_build/results?buildId=120477154&view=results Last commit: Azure@3141f7f
* hotfix for cli version 1.17.1 * CLI release for 2.28.0 * updating index.json for SDK/CLI v2 Release 2.29.0 * updating index.json for SDK/CLI v2 Release 2.30.0 * CLI version 2.30.1 and fix for 2.30.0 * CLI hotfix version 2.31.1 * SDK hotfix version 1.26.1 * hotfix for sdk 1.26.2
…ing (Azure#8617) * rename to optimized addon scaling * address comment * fix style error --------- Co-authored-by: chihshenghuang <[email protected]>
Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_URL: https://dev.azure.com/msazure/One/_build/results?buildId=120711552&view=results Last commit: Azure@24e8846
* adding 1.7.9 version * removing 1.7.8 and 1.7.7 --------- Co-authored-by: Harika Vedati <[email protected]>
…nts with hard effects on system mode node pools (Azure#8626)
|
Polluted during merge, hence discarding. |
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.