-
Notifications
You must be signed in to change notification settings - Fork 3k
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
[DeploymentManager] BREAKING CHANGE: az deploymentmanager
: Remove command module since it is no longer maintained by service
#25523
Conversation
DeploymentManager |
@deveshguha Please note that removing a command module will cause a breaking change for user's scripts. We recommend removing the module in our unified breaking change sprint (the next breaking change sprint is Build Event) to reduce the impact of breaking change on users~ |
There are no active users for this module from our telemetry for several months now. The usage documentation/tutorials/guidelines have been removed from Azure docs in the summer of 2022. Given there are no active users that could break, we may consider removing the module immediately. Having the module available requires us to maintain the compute and associated resources in Azure which are unnecessary, and we would like to free up these unused resources to go back into the Azure fleet available for customers. These resources are being auto cleaned up frequently to reclaim the compute for Azure customers that is adding to operations cost for us to redeploy. |
az deploymentmanager
: Remove command module since it is no longer maintained by service
…Remove command module since it is no longer maintained by service (Azure#25523)" This reverts commit 5d5ed03.
…ommand module since it is no longer maintained by service (Azure#25523)
Related command
az deploymentmanager
Description
The deploymentmanager service is being deprecated and public docs are already removed. This PR is to remove this module from being published.
Testing Guide
History Notes
[Component Name 1] BREAKING CHANGE:
az command a
: Make some customer-facing breaking change[Component Name 2]
az command b
: Add some customer-facing featureThis 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.