-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
fix (InvalidRequestBody) Secret xxxxx value can't be null error when … #7183
Conversation
…using 'az load test create/update' to create/update load tests
️✔️Azure CLI Extensions Breaking Change Test
|
Hi @markrzasa, |
Thank you for your contribution! We will review the pull request and get back to you soon. |
Hi Everyone, my changes to HISTORY.rst introduced a conflict. Should I resolve the conflict or is it better for one of the maintainers to resolve the conflict? Thanks. |
@microsoft-github-policy-service agree [company="Microsoft"] |
@microsoft-github-policy-service agree company="Microsoft" |
Hi Everyone, my changes to HISTORY.rst introduced a conflict. Should I resolve the conflict or is it better for one of the maintainers to resolve the conflict? Thanks. |
Please fix conflicting files. |
Should be all set now. Thanks. |
Hi Everyone, is there anything else that you need from me? Thanks |
Now we support new versioning for extension and 0.x.x is not recommended any longer. The version will start from 1.0.0 (stable) or 1.0.0b1 (preview). You can find more details in https://github.com/Azure/azure-cli/blob/dev/doc/extensions/versioning_guidelines.md. |
OK. Should be all set now. Please let me know if I got the version wrong. Thanks. |
@markrzasa please also update version to be 1.0.0b1 in setup.py of your module |
@AllyW all set. Thanks for pointing that out. |
[Release] Update index.json for extension [ load ] : https://dev.azure.com/azclitools/internal/_build/results?buildId=127465&view=results |
fix (InvalidRequestBody) Secret "xxxxx" value can't be null error when using 'az load test create/update' to create/update load tests"
This checklist is used to make sure that common guidelines for a pull request are followed.
Related command
az load test update -t test-1 -n test -g test-rg --keyvault-reference-id /subscriptions/11111111-2222-3333-4444-444444444444/resourcegroups/test-rg/providers/Microsoft.ManagedIdentity/userAssignedIdentities/test-identity --load-test-config-file ./load-test-config.yaml
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
.