Skip to content
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

fix: enableUnattendedUpgrades not honored #124

Merged
merged 1 commit into from
Apr 13, 2023

Conversation

jadarsie
Copy link
Member

Reason for Change:

linuxProfile.enableUnattendedUpgrades is not honored nor persisted in the output API Model.

By default, enableUnattendedUpgrades is set to true. In practice, this bug affected those users that set the value to false. In that case, the false value was ignored and unattended upgrades were not disabled.

This fix should effectively disable unattended upgrades for those customers that would like to disable it (air-gapped environments most likely).

Issue Fixed:

Fixes #44

Credit Where Due:

Does this change contain code from or inspired by another project?

  • No
  • Yes

@jadarsie
Copy link
Member Author

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

Copy link
Contributor

@christinalau0 christinalau0 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@jadarsie jadarsie enabled auto-merge (squash) April 13, 2023 17:47
@jadarsie jadarsie merged commit d90e8ea into Azure:master Apr 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Disabling Unattended Upgrades Ignored
2 participants