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

[UpdateManagement] SoftwareUpdateConfiguration changes to support Reb… #2939

Merged
merged 4 commits into from
Apr 27, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -721,6 +721,10 @@
"items": {
"type": "string"
}
},
Copy link
Contributor

Choose a reason for hiding this comment

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

If you can update the x-ms-examples based on this it would be great.

"rebootSetting": {
"description": "Reboot setting for the software update configuration.",
"type": "string"
}
}
},
Expand Down Expand Up @@ -755,6 +759,10 @@
"items": {
"type": "string"
}
},
"rebootSetting": {
"description": "Reboot setting for the software update configuration.",
"type": "string"
}
}
},
Expand Down Expand Up @@ -1638,4 +1646,4 @@
"x-ms-parameter-location": "method"
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"168934",
"168973"
],
"includedUpdateClassifications": "Critical"
"includedUpdateClassifications": "Critical",
"rebootSetting": "IfRequired"
},
"azureVirtualMachines": [
"/subscriptions/5ae68d89-69a4-454f-b5ce-e443cc4e0067/resourceGroups/myresources/providers/Microsoft.Compute/virtualMachines/vm-01",
Expand Down Expand Up @@ -160,4 +161,4 @@
"message": "\"Software update configuration with the same name already exist.\""
}
}
}
}