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

Update PatchSettings.xml #2380

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
40 changes: 19 additions & 21 deletions xml/Microsoft.Azure.Management.Compute.Models/PatchSettings.xml
Expand Up @@ -95,17 +95,15 @@
</Parameters>
<Docs>
<param name="patchMode">Specifies the mode of VM Guest Patching to
IaaS virtual machine or virtual machines associated to virtual
machine scale set with OrchestrationMode as Flexible.&lt;br
/&gt;&lt;br /&gt; Possible values are:&lt;br /&gt;&lt;br /&gt;
IaaS virtual machine or virtual machine scale sets with Flexible OrchestrationMode as Flexible. Possible values are:
**Manual** - You control the application of patches to a virtual
machine. You do this by applying patches manually inside the VM. In
this mode, automatic updates are disabled; the property
WindowsConfiguration.enableAutomaticUpdates must be false&lt;br
/&gt;&lt;br /&gt; **AutomaticByOS** - The virtual machine will
WindowsConfiguration.enableAutomaticUpdates must be false
**AutomaticByOS** - The virtual machine will
automatically be updated by the OS. The property
WindowsConfiguration.enableAutomaticUpdates must be true. &lt;br
/&gt;&lt;br /&gt; **AutomaticByPlatform** - the virtual machine
WindowsConfiguration.enableAutomaticUpdates must be true.
**AutomaticByPlatform** - the virtual machine
will automatically updated by the platform. The properties
provisionVMAgent and WindowsConfiguration.enableAutomaticUpdates
must be true. Possible values include: 'Manual', 'AutomaticByOS',
Expand All @@ -115,10 +113,11 @@
'provisionVMAgent' must be set to true and 'patchMode' must be set
to 'AutomaticByPlatform'.</param>
<param name="assessmentMode">Specifies the mode of VM Guest patch
assessment for the IaaS virtual machine.&lt;br /&gt;&lt;br /&gt;
Possible values are:&lt;br /&gt;&lt;br /&gt; **ImageDefault** - You
control the timing of patch assessments on a virtual machine.&lt;br
/&gt;&lt;br /&gt; **AutomaticByPlatform** - The platform will
assessment for the IaaS virtual machine.
Possible values are:
**ImageDefault** - You
control the timing of patch assessments on a virtual machine.
**AutomaticByPlatform** - The platform will
trigger periodic patch assessments. The property provisionVMAgent
must be true. Possible values include: 'ImageDefault',
'AutomaticByPlatform'</param>
Expand Down Expand Up @@ -169,10 +168,10 @@
<Docs>
<summary>
Gets or sets specifies the mode of VM Guest patch assessment for
the IaaS virtual machine.&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;
Possible values are:&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;
the IaaS virtual machine.
Possible values are:
**ImageDefault** - You control the timing of patch assessments on a
virtual machine.&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;
virtual machine.
**AutomaticByPlatform** - The platform will trigger periodic patch
assessments. The property provisionVMAgent must be true. Possible
values include: 'ImageDefault', 'AutomaticByPlatform'
Expand Down Expand Up @@ -304,18 +303,17 @@
<summary>
Gets or sets specifies the mode of VM Guest Patching to IaaS
virtual machine or virtual machines associated to virtual machine
scale set with OrchestrationMode as Flexible.&amp;lt;br
/&amp;gt;&amp;lt;br /&amp;gt; Possible values are:&amp;lt;br
/&amp;gt;&amp;lt;br /&amp;gt; **Manual** - You control the
scale set with OrchestrationMode as Flexible.
Possible values are:
**Manual** - You control the
application of patches to a virtual machine. You do this by
applying patches manually inside the VM. In this mode, automatic
updates are disabled; the property
WindowsConfiguration.enableAutomaticUpdates must be false&amp;lt;br
/&amp;gt;&amp;lt;br /&amp;gt; **AutomaticByOS** - The virtual
WindowsConfiguration.enableAutomaticUpdates must be false.
**AutomaticByOS** - The virtual
machine will automatically be updated by the OS. The property
WindowsConfiguration.enableAutomaticUpdates must be true.
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt; **AutomaticByPlatform** -
the virtual machine will automatically updated by the platform. The
**AutomaticByPlatform** - the virtual machine will automatically updated by the platform. The
properties provisionVMAgent and
WindowsConfiguration.enableAutomaticUpdates must be true. Possible
values include: 'Manual', 'AutomaticByOS', 'AutomaticByPlatform'
Expand Down