Conversation
❌Azure CLI Extensions Breaking Change Test
|
|
Hi @jamesfan1, |
|
Thank you for your contribution! We will review the pull request and get back to you soon. |
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 |
|
|
/azp run |
|
Azure Pipelines successfully started running 2 pipeline(s). |
|
/azp run |
|
Azure Pipelines successfully started running 2 pipeline(s). |
src/nginx/HISTORY.rst
Outdated
| Release History | ||
| =============== | ||
|
|
||
| 2.0.0b6 |
There was a problem hiding this comment.
should be 2.0.0b7 (consistent with setup.py)
are they as expected? |
|
@necusjz |
|
/azp run |
|
Azure Pipelines successfully started running 2 pipeline(s). |
|
🚫All pull requests will be blocked to merge until Jan 6, 2025 due to CCOA |
|
@necusjz Happy new year! Since code freeze is lifted, could you please help approve and merge this? |
|
/azp run |
|
Azure Pipelines successfully started running 2 pipeline(s). |
|
/azp run |
|
Commenter does not have sufficient privileges for PR 8335 in repo Azure/azure-cli-extensions |
|
/azp run |
|
Azure Pipelines successfully started running 2 pipeline(s). |
|
/azp run |
|
Commenter does not have sufficient privileges for PR 8335 in repo Azure/azure-cli-extensions |
|
@jamesfan1 please fix the ci firstly, https://dev.azure.com/azclitools/public/_build/results?buildId=215760&view=logs&j=85692d73-7fd1-54cf-e8a2-b651dc664eb4&t=5d21126a-3fd1-538a-4d62-56dc95b84a7a&l=489, seems you need to record the test cases regarding the latest dev branch of azure-cli |
|
fixed the test! sorry i had some issue with my local machine before. @necusjz |
|
/azp run |
|
Azure Pipelines successfully started running 2 pipeline(s). |
|
@necusjz Can we get some eyes on this? |
|
/azp run |
|
Azure Pipelines successfully started running 2 pipeline(s). |
|
[Release] Update index.json for extension [ nginx-2.0.0b7 ] : https://dev.azure.com/msazure/One/_build/results?buildId=113215772&view=results |
* 2024-09-01-preview update * fix linter * updated history * synced test with latest dev * use newest az version
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.