Updating api version and changing namespace commands to scheduler#8362
Updating api version and changing namespace commands to scheduler#8362kairu-ms merged 3 commits intoAzure:mainfrom
Conversation
|
Hi @RyanLettieri, |
❌Azure CLI Extensions Breaking Change Test
|
|
Thank you for your contribution! We will review the pull request and get back to you soon. |
|
🚫All pull requests will be blocked to merge until Jan 6, 2025 due to CCOA |
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). |
src/durabletask/azext_durabletask/aaz/latest/durabletask/scheduler/_create.py
Outdated
Show resolved
Hide resolved
|
/azp run |
|
Azure Pipelines successfully started running 2 pipeline(s). |
|
Please make sure the following breaking changes are expected
|
Signed-off-by: Ryan Lettieri <ryanLettieri@microsoft.com>
Signed-off-by: Ryan Lettieri <ryanLettieri@microsoft.com>
Signed-off-by: Ryan Lettieri <ryanLettieri@microsoft.com>
|
/azp run |
|
Azure Pipelines successfully started running 2 pipeline(s). |
|
[Release] Update index.json for extension [ durabletask ] : https://dev.azure.com/msazure/One/_build/results?buildId=111969271&view=results |
…ure#8362) * Updating api version and changing namespace commands to scheduler Signed-off-by: Ryan Lettieri <ryanLettieri@microsoft.com> * Updating some docs and upgrading version Signed-off-by: Ryan Lettieri <ryanLettieri@microsoft.com> * Expanding sku into 2 separate arguments Signed-off-by: Ryan Lettieri <ryanLettieri@microsoft.com> --------- Signed-off-by: Ryan Lettieri <ryanLettieri@microsoft.com>
…ure#8362) * Updating api version and changing namespace commands to scheduler Signed-off-by: Ryan Lettieri <ryanLettieri@microsoft.com> * Updating some docs and upgrading version Signed-off-by: Ryan Lettieri <ryanLettieri@microsoft.com> * Expanding sku into 2 separate arguments Signed-off-by: Ryan Lettieri <ryanLettieri@microsoft.com> --------- Signed-off-by: Ryan Lettieri <ryanLettieri@microsoft.com>
Associated AAZ PR: Azure/aaz#668
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.