Skip to content

Commit ede83f6

Browse files
committed
Add "EA" value for permission parameter of Set-AzurePlatformVMImage cmdlet
1 parent 2b18858 commit ede83f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ServiceManagement/Compute/Commands.ServiceManagement.PlatformImageRepository/ImagePublishing/SetAzurePlatformVMImage.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public class SetAzurePlatformVMImage : ServiceManagementBaseCmdlet
4545
public string[] ReplicaLocations { get; set; }
4646

4747
[Parameter(Position = 1, Mandatory = true, ParameterSetName = ShareParameterSetName, ValueFromPipelineByPropertyName = true, HelpMessage = "Specifies the sharing permission of replicated image.")]
48-
[ValidateSet("Public", "Private", "MSDN")]
48+
[ValidateSet("Public", "Private", "MSDN", "EA")]
4949
public string Permission { get; set; }
5050

5151
[Parameter(Mandatory = true, ParameterSetName = ReplicateParameterSetName), ValidateNotNullOrEmpty]

0 commit comments

Comments
 (0)