Skip to content

Commit

Permalink
Merge pull request vmware#61 from mikefoley/patch-1
Browse files Browse the repository at this point in the history
Update VMware.VMEncryption.psm1
  • Loading branch information
alanrenouf authored Jan 18, 2017
2 parents 9fea4a9 + ea23bb0 commit 09648c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modules/VMware.VMEncryption/VMware.VMEncryption.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ Function Set-vMotionEncryptionConfig {
[Parameter(Mandatory=$True,ValueFromPipeline=$True,ValueFromPipelinebyPropertyName=$True)]
[VMware.VimAutomation.ViCore.Types.V1.Inventory.VirtualMachine]$VM,

[Parameter(Mandatory=$True]
[Parameter(Mandatory=$True)]
[ValidateSet("disabled", "opportunistic", "required")]
[String]$Encryption
)
Expand Down

0 comments on commit 09648c7

Please sign in to comment.