[Service Fabric] add sf cluster update command #4328#29908
[Service Fabric] add sf cluster update command #4328#29908mwesigwaguma wants to merge 23 commits intoAzure:devfrom
Conversation
️✔️AzureCLI-FullTest
|
❌AzureCLI-BreakingChangeTest
|
|
ServiceFabric |
please add description of the changes in this pr here |
src/azure-cli/azure/cli/command_modules/servicefabric/custom.py
Outdated
Show resolved
Hide resolved
src/azure-cli/azure/cli/command_modules/servicefabric/custom.py
Outdated
Show resolved
Hide resolved
|
Please note that Azure CLI will have a code freeze for the upcoming release on 09/24/2024 10:00 UTC. If you want to catch this release train, please address the comments and CI issues ASAP. Otherwise, it has to be postponed to next sprint (11-05). |
removed breaking change file |
|
Actually, my suggestion is to restore the breaking change file b1bfe8a, as it will not cause a real breaking change to the user, but will only notify users with the deprecation information of the parameters through warning logs |
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
|
@mwesigwaguma please read the following Contributor License Agreement(CLA). If you agree with the CLA, please reply with the following information.
Contributor License AgreementContribution License AgreementThis Contribution License Agreement (“Agreement”) is agreed to by the party signing below (“You”),
|
|
Please reply with above information. |
|
please note that Azure CLI will freeze the code on 02/25/2025 10:00 UTC for the upcoming release. If you want to catch this release train, please resolve the comments ASAP, otherwise this PR has to be postponed to next sprint. |
|
Please take a look at this comment #29908 (comment) |
|
@mwesigwaguma The breaking change window on May sprint is approaching. If you want to release some real breaking change in this breaking change sprint, please follow the deprecation process first cc @ReaNAiveD |
|
please note that Azure CLI will have a code freeze on 04/21/2025 07:00 UTC for the upcoming release. Please address the comments ASAP, otherwise it has to be postponed to next sprint (05-19). |
|
please resolve the code conflicts. |
|
Any update? |

Related command
sf cluster upgrade-type
sf cluster setting
sf cluster durability
f cluster reliability update
sf cluster setting remove
sf cluster setting set
sf cluster upgrade-type set
Description
The commands groups and commands above are being deprecated and moved under one command sf cluster update
Testing Guide
History Notes
[Service Fabric]
az sf cluster upgrade-type set: Deprecate command. Please useaz sf cluster updatecommand[Service Fabric]
az sf cluster durability: Deprecate command. Please useaz sf cluster updatecommand[Service Fabric]
az sf cluster reliability update: Deprecate command. Please useaz sf cluster updatecommand[Service Fabric]
az sf cluster setting remove: Deprecate command. Please useaz sf cluster updatecommand[Service Fabric]
az sf cluster setting set: Deprecate command. Please useaz sf cluster updatecommandThis checklist is used to make sure that common guidelines for a pull request are followed.
The PR title and description has followed the guideline in Submitting Pull Requests.
I adhere to the Command Guidelines.
I adhere to the Error Handling Guidelines.