Skip to content

Commit 144a7d3

Browse files
committed
add wmf 5.1 to service mgmt cmdlet
1 parent d9e29e4 commit 144a7d3

File tree

2 files changed

+12
-8
lines changed

2 files changed

+12
-8
lines changed

src/ServiceManagement/Compute/Commands.ServiceManagement/IaaS/Extensions/DSC/SetAzureVMDscExtension.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -149,15 +149,15 @@ public class SetAzureVMDscExtension : VirtualMachineExtensionCmdletBase
149149
/// A value of "5.0" will install the latest release of WMF 5.0
150150
/// (https://www.microsoft.com/en-us/download/details.aspx?id=50395).
151151
///
152-
/// A value of "5.1PP" will install the WMF 5.1 preview
153-
/// (https://www.microsoft.com/en-us/download/details.aspx?id=53347).
152+
/// A value of "5.1" will install the WMF 5.1
153+
/// (https://www.microsoft.com/en-us/download/details.aspx?id=54616).
154154
///
155-
/// A value of "latest" will install the latest WMF, currently WMF 5.0
155+
/// A value of "latest" will install the latest WMF, currently WMF 5.1
156156
///
157157
/// The default value is "latest"
158158
/// </summary>
159159
[Parameter(ValueFromPipelineByPropertyName = true)]
160-
[ValidateSetAttribute(new[] { "4.0", "5.0", "5.1PP", "latest" })]
160+
[ValidateSetAttribute(new[] { "4.0", "5.0", "5.1", "latest" })]
161161
public string WmfVersion { get; set; }
162162

163163
/// <summary>

src/ServiceManagement/Compute/Commands.ServiceManagement/Microsoft.WindowsAzure.Commands.ServiceManagement.dll-Help.xml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43923,7 +43923,8 @@ PS C:\&gt; Set-AzureServiceAntimalwareExtension -ServiceName "ContosoService03"
4392343923
<dev:defaultValue>None</dev:defaultValue>
4392443924
</command:parameter>
4392543925
<command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none"><maml:name>WmfVersion</maml:name>
43926-
<maml:Description><maml:para>Specifies the version of the Windows Management Framework (WMF) to install on the VM. The DSC Azure Extension depends on DSC features that are only available in the WMF updates. This parameter specifies which version of the update to install on the VM. The possible values are "4.0","5.0","5.1PP","latest". A value of "4.0" will install WMF 4.0 Update packages (https://support.microsoft.com/en-us/kb/3119938) on Windows 8.1 or Windows Server 2012 R2, or (https://support.microsoft.com/en-us/kb/3109118) on Windows Server 2008 R2 and on other versions of Windows if newer version is not already installed. A value of "5.0" will install the latest release of WMF 5.0 (https://www.microsoft.com/en-us/download/details.aspx?id=50395). A value of "5.1PP" will install the WMF 5.1 preview (https://www.microsoft.com/en-us/download/details.aspx?id=53347). A value of "latest" will install the latest WMF, currently WMF 5.0. The default value is "latest"
43926+
<maml:Description><maml:para>
43927+
Specifies the version of the Windows Management Framework (WMF) to install on the VM. The DSC Azure Extension depends on DSC features that are only available in the WMF updates. This parameter specifies which version of the update to install on the VM. The possible values are "4.0","5.0","5.1","latest". A value of "4.0" will install WMF 4.0 Update packages (https://support.microsoft.com/en-us/kb/3119938) on Windows 8.1 or Windows Server 2012 R2, or (https://support.microsoft.com/en-us/kb/3109118) on Windows Server 2008 R2 and on other versions of Windows if newer version is not already installed. A value of "5.0" will install the latest release of WMF 5.0 (https://www.microsoft.com/en-us/download/details.aspx?id=50395). A value of "5.1 will install the WMF 5.1 (https://www.microsoft.com/en-us/download/details.aspx?id=54616). A value of "latest" will install the latest WMF, currently WMF 5.1. The default value is "latest"
4392743928
</maml:para>
4392843929
</maml:Description>
4392943930
<command:parameterValue required="true" variableLength="false">String</command:parameterValue>
@@ -44081,7 +44082,8 @@ PS C:\&gt; Set-AzureServiceAntimalwareExtension -ServiceName "ContosoService03"
4408144082
<dev:defaultValue>None</dev:defaultValue>
4408244083
</command:parameter>
4408344084
<command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none"><maml:name>WmfVersion</maml:name>
44084-
<maml:Description><maml:para>Specifies the version of the Windows Management Framework (WMF) to install on the VM. The DSC Azure Extension depends on DSC features that are only available in the WMF updates. This parameter specifies which version of the update to install on the VM. The possible values are "4.0","5.0","5.1PP","latest". A value of "4.0" will install WMF 4.0 Update packages (https://support.microsoft.com/en-us/kb/3119938) on Windows 8.1 or Windows Server 2012 R2, or (https://support.microsoft.com/en-us/kb/3109118) on Windows Server 2008 R2 and on other versions of Windows if newer version is not already installed. A value of "5.0" will install the latest release of WMF 5.0 (https://www.microsoft.com/en-us/download/details.aspx?id=50395). A value of "5.1PP" will install the WMF 5.1 preview (https://www.microsoft.com/en-us/download/details.aspx?id=53347). A value of "latest" will install the latest WMF, currently WMF 5.0. The default value is "latest"
44085+
<maml:Description><maml:para>
44086+
Specifies the version of the Windows Management Framework (WMF) to install on the VM. The DSC Azure Extension depends on DSC features that are only available in the WMF updates. This parameter specifies which version of the update to install on the VM. The possible values are "4.0","5.0","5.1","latest". A value of "4.0" will install WMF 4.0 Update packages (https://support.microsoft.com/en-us/kb/3119938) on Windows 8.1 or Windows Server 2012 R2, or (https://support.microsoft.com/en-us/kb/3109118) on Windows Server 2008 R2 and on other versions of Windows if newer version is not already installed. A value of "5.0" will install the latest release of WMF 5.0 (https://www.microsoft.com/en-us/download/details.aspx?id=50395). A value of "5.1 will install the WMF 5.1 (https://www.microsoft.com/en-us/download/details.aspx?id=54616). A value of "latest" will install the latest WMF, currently WMF 5.1. The default value is "latest"
4408544087
</maml:para>
4408644088
</maml:Description>
4408744089
<command:parameterValue required="true" variableLength="false">String</command:parameterValue>
@@ -46850,7 +46852,8 @@ PS C:\&gt; Update-AzureVM -ServiceName $Service_Name -Name $VM_Name -VM $VM_Upda
4685046852
<dev:defaultValue>None</dev:defaultValue>
4685146853
</command:parameter>
4685246854
<command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none"><maml:name>WmfVersion</maml:name>
46853-
<maml:Description><maml:para>Specifies the version of the Windows Management Framework (WMF) to install on the VM. The DSC Azure Extension depends on DSC features that are only available in the WMF updates. This parameter specifies which version of the update to install on the VM. The possible values are "4.0","latest" and "5.0". A value of "4.0" will install KB3000850 (http://support.microsoft.com/kb/3000850) on Windows 8.1 or Windows Server 2012 R2, or WMF 4.0 (http://www.microsoft.com/en-us/download/details.aspx?id=40855) on other versions of Windows if a newer version isnt already installed. A value of "5.0" will install the latest release of WMF 5.0 (https://www.microsoft.com/en-us/download/details.aspx?id=50395). A value of "latest" will install the latest WMF, currently WMF 5.0. The default value is "latest"
46855+
<maml:Description><maml:para>
46856+
Specifies the version of the Windows Management Framework (WMF) to install on the VM. The DSC Azure Extension depends on DSC features that are only available in the WMF updates. This parameter specifies which version of the update to install on the VM. The possible values are "4.0","5.0","5.1","latest". A value of "4.0" will install WMF 4.0 Update packages (https://support.microsoft.com/en-us/kb/3119938) on Windows 8.1 or Windows Server 2012 R2, or (https://support.microsoft.com/en-us/kb/3109118) on Windows Server 2008 R2 and on other versions of Windows if newer version is not already installed. A value of "5.0" will install the latest release of WMF 5.0 (https://www.microsoft.com/en-us/download/details.aspx?id=50395). A value of "5.1 will install the WMF 5.1 (https://www.microsoft.com/en-us/download/details.aspx?id=54616). A value of "latest" will install the latest WMF, currently WMF 5.1. The default value is "latest"
4685446857
</maml:para>
4685546858
</maml:Description>
4685646859
<command:parameterValue required="true" variableLength="false">String</command:parameterValue>
@@ -47024,7 +47027,8 @@ PS C:\&gt; Update-AzureVM -ServiceName $Service_Name -Name $VM_Name -VM $VM_Upda
4702447027
<dev:defaultValue>None</dev:defaultValue>
4702547028
</command:parameter>
4702647029
<command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none"><maml:name>WmfVersion</maml:name>
47027-
<maml:Description><maml:para>Specifies the version of the Windows Management Framework (WMF) to install on the VM. The DSC Azure Extension depends on DSC features that are only available in the WMF updates. This parameter specifies which version of the update to install on the VM. The possible values are "4.0","latest" and "5.0". A value of "4.0" will install KB3000850 (http://support.microsoft.com/kb/3000850) on Windows 8.1 or Windows Server 2012 R2, or WMF 4.0 (http://www.microsoft.com/en-us/download/details.aspx?id=40855) on other versions of Windows if a newer version isnt already installed. A value of "5.0" will install the latest release of WMF 5.0 (https://www.microsoft.com/en-us/download/details.aspx?id=50395). A value of "latest" will install the latest WMF, currently WMF 5.0. The default value is "latest"
47030+
<maml:Description><maml:para>
47031+
Specifies the version of the Windows Management Framework (WMF) to install on the VM. The DSC Azure Extension depends on DSC features that are only available in the WMF updates. This parameter specifies which version of the update to install on the VM. The possible values are "4.0","5.0","5.1","latest". A value of "4.0" will install WMF 4.0 Update packages (https://support.microsoft.com/en-us/kb/3119938) on Windows 8.1 or Windows Server 2012 R2, or (https://support.microsoft.com/en-us/kb/3109118) on Windows Server 2008 R2 and on other versions of Windows if newer version is not already installed. A value of "5.0" will install the latest release of WMF 5.0 (https://www.microsoft.com/en-us/download/details.aspx?id=50395). A value of "5.1 will install the WMF 5.1 (https://www.microsoft.com/en-us/download/details.aspx?id=54616). A value of "latest" will install the latest WMF, currently WMF 5.1. The default value is "latest"
4702847032
</maml:para>
4702947033
</maml:Description>
4703047034
<command:parameterValue required="true" variableLength="false">String</command:parameterValue>

0 commit comments

Comments
 (0)