Skip to content

Commit 22224e7

Browse files
committed
regenerate Set-AzureRmVMDiskEncryptionExtension.md for static analysis
1 parent 0ae5a00 commit 22224e7

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

src/ResourceManager/Compute/Commands.Compute/help/Set-AzureRmVMDiskEncryptionExtension.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
---
1+
---
22
external help file: Microsoft.Azure.Commands.Compute.dll-Help.xml
33
Module Name: AzureRM.Compute
44
ms.assetid: 6BCB36BC-F5E6-4EDD-983C-8BDE7A9B004D
@@ -13,18 +13,18 @@ Enables encryption on a running IaaS virtual machine in Azure.
1313

1414
## SYNTAX
1515

16-
### SimpleParameterSet (Default)
16+
### SinglePassParameterSet (Default)
1717
```
18-
Set-AzureRmVMDiskEncryptionExtension [-ResourceGroupName] <String> [-VMName] <String>
19-
[-DiskEncryptionKeyVaultUrl] <String> [-DiskEncryptionKeyVaultId] <String>
20-
[[-KeyEncryptionKeyUrl] <String>] [[-KeyEncryptionKeyVaultId] <String>] [[-KeyEncryptionAlgorithm] <String>]
21-
[[-VolumeType] <String>] [[-SequenceVersion] <String>] [[-TypeHandlerVersion] <String>] [[-Name] <String>]
22-
[[-Passphrase] <String>] [-Force] [-DisableAutoUpgradeMinorVersion] [-SkipVmBackup] [-ExtensionType <String>]
18+
Set-AzureRmVMDiskEncryptionExtension [-ResourceGroupName] <String> [-VMName] <String>
19+
[-DiskEncryptionKeyVaultUrl] <String> [-DiskEncryptionKeyVaultId] <String> [[-KeyEncryptionKeyUrl] <String>]
20+
[[-KeyEncryptionKeyVaultId] <String>] [[-KeyEncryptionAlgorithm] <String>] [[-VolumeType] <String>]
21+
[[-SequenceVersion] <String>] [[-TypeHandlerVersion] <String>] [[-Name] <String>] [[-Passphrase] <String>]
22+
[-Force] [-DisableAutoUpgradeMinorVersion] [-SkipVmBackup] [-ExtensionType <String>]
2323
[-ExtensionPublisherName <String>] [-EncryptFormatAll] [-DefaultProfile <IAzureContextContainer>] [-WhatIf]
2424
[-Confirm] [<CommonParameters>]
2525
```
2626

27-
### AADClientSecretParameterSet
27+
### AADClientSecretParameterSet
2828
```
2929
Set-AzureRmVMDiskEncryptionExtension [-ResourceGroupName] <String> [-VMName] <String> [-AadClientID] <String>
3030
[-AadClientSecret] <String> [-DiskEncryptionKeyVaultUrl] <String> [-DiskEncryptionKeyVaultId] <String>
@@ -55,7 +55,7 @@ It is advised that you save your work on the virtual machine before you run this
5555

5656
## EXAMPLES
5757

58-
### Example 1: Enable encryption
58+
### Example 1: Enable encryption
5959
```
6060
$RGName = "MyResourceGroup"
6161
$VMName = "MyTestVM"
@@ -80,7 +80,7 @@ $params = New-Object PSObject -Property @{
8080
VolumeType = "All"
8181
}
8282
83-
$params | Set-AzureRmVmDiskEncryptionExtension
83+
$params | Set-AzureRmVmDiskEncryptionExtension
8484
```
8585

8686
This example demonstrates sending parameters using pipelined input to enable encryption without specifying AD credentials.
@@ -252,8 +252,8 @@ Specifies the client ID of the Azure AD application that has permissions to writ
252252
253253
```yaml
254254
Type: String
255-
Parameter Sets: AADClientCertParameterSet, AADClientSecretParameterSet
256-
Aliases:
255+
Parameter Sets: AADClientSecretParameterSet, AADClientCertParameterSet
256+
Aliases:
257257

258258
Required: True
259259
Position: 2

0 commit comments

Comments
 (0)