Skip to content

Commit b977e4e

Browse files
committed
re-add 5.0PP as a valid wmfversion value but remove it from documentation
1 parent f93bb52 commit b977e4e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/ResourceManager/Compute/Commands.Compute/Extension/DSC/SetAzureVMDscExtensionCommand.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ public class SetAzureVMDscExtensionCommand : VirtualMachineExtensionBaseCmdlet
206206
/// The default value is "latest"
207207
/// </summary>
208208
[Parameter(ValueFromPipelineByPropertyName = true)]
209-
[ValidateSetAttribute(new[] { "4.0", "latest", "5.0" })]
209+
[ValidateSetAttribute(new[] { "4.0", "latest", "5.0PP", "5.0" })]
210210
public string WmfVersion { get; set; }
211211

212212
/// <summary>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ public class SetAzureVMDscExtension : VirtualMachineExtensionCmdletBase
154154
/// The default value is "latest"
155155
/// </summary>
156156
[Parameter(ValueFromPipelineByPropertyName = true)]
157-
[ValidateSetAttribute(new[] { "4.0", "latest", "5.0" })]
157+
[ValidateSetAttribute(new[] { "4.0", "latest", "5.0PP", "5.0" })]
158158
public string WmfVersion { get; set; }
159159

160160
/// <summary>

0 commit comments

Comments
 (0)