-
Notifications
You must be signed in to change notification settings - Fork 3.3k
[Compute] vm/vmss extension set: New parameter --enable-auto-upgrade #16243
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
Conversation
|
Compute |
| help='Name of the extension.', id_part=None) | ||
| c.argument('force_update', action='store_true', help='force to update even if the extension configuration has not changed.') | ||
| c.argument('extension_instance_name', extension_instance_name_type) | ||
| c.argument('enable_automatic_upgrade', options_list=['--enable-automatic-upgrade', '-a'], action='store_true', help='Indicate the extension should be automatically upgraded by the platform if there is a newer version of the extension available.') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there a way to disable it after it's enabled?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
vm extension does not support update. We can set it again.
yungezz
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
could you pls share rationale behind the breaking change
|
The parameter names are confusing. So I give it a new name. Given the usage statistics, do you think we can make a breaking change? I can revert it if you are worry about the impact to users. @yungezz |
|
/azp run |
|
Azure Pipelines successfully started running 2 pipeline(s). |
Description
Resolve #16160
New parameter in vm/vmss extension set
Change
--no-auto-upgradeto--no-auto-upgrade-minor-versionto avoid confusion.Usage statistics in 30 days:
592 invocations,
vm extensionwith--no-auto-upgrade113 invocations,
vmss extensionwith--no-auto-upgrade665640 invocations,
vm extension26701 invocations,
vmss extensionTesting 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 feature.
This 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.