Open jberezanski-mdg opened 5 years ago
Feature request to bring Update Mgmt cmdlet to parity with Rest API and portal.
This is being tracked internally (8010621)
Currently, team is busy with other high priority items and this would be picked up in CY2021 Q1.
Description of the new feature
Since September 2018, Update Management supports specifying the reboot behavior when scheduling a update deployment (never reboot, always reboot, reboot without installing updates). This setting is exposed as a "rebootSetting" property on the Windows and Linux configuration objects both by the REST API and by the .NET SDK. This setting makes it possible to control the exact reboot time by scheduling two update deployments (first to install updates, second to reboot). Unfortunately,
New-AzAutomationSoftwareUpdateConfiguration
does not provide a way to set this property.Proposed implementation details (optional)
A new parameter
-RebootSetting
([string] + [ValidateSet]) for theNew-AzAutomationSoftwareUpdateConfiguration
cmdlet, with "IfRequired" as default.