Skip to content

Commit f3b0390

Browse files
committed
add documentation for encrypt format
1 parent 2840af4 commit f3b0390

File tree

1 file changed

+17
-4
lines changed

1 file changed

+17
-4
lines changed

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

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ Set-AzureRmVMDiskEncryptionExtension [-ResourceGroupName] <String> [-VMName] <St
2020
[[-KeyEncryptionKeyUrl] <String>] [[-KeyEncryptionKeyVaultId] <String>] [[-KeyEncryptionAlgorithm] <String>]
2121
[[-VolumeType] <String>] [[-SequenceVersion] <String>] [[-TypeHandlerVersion] <String>] [[-Name] <String>]
2222
[[-Passphrase] <String>] [-Force] [-DisableAutoUpgradeMinorVersion] [-SkipVmBackup] [-ExtensionType <String>]
23-
[-ExtensionPublisherName <String>] [-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm]
24-
[<CommonParameters>]
23+
[-ExtensionPublisherName <String>] [-EncryptFormatAll] [-DefaultProfile <IAzureContextContainer>] [-WhatIf]
24+
[-Confirm] [<CommonParameters>]
2525
```
2626

2727
### AADClientCertParameterSet
@@ -31,8 +31,8 @@ Set-AzureRmVMDiskEncryptionExtension [-ResourceGroupName] <String> [-VMName] <St
3131
[[-KeyEncryptionKeyUrl] <String>] [[-KeyEncryptionKeyVaultId] <String>] [[-KeyEncryptionAlgorithm] <String>]
3232
[[-VolumeType] <String>] [[-SequenceVersion] <String>] [[-TypeHandlerVersion] <String>] [[-Name] <String>]
3333
[[-Passphrase] <String>] [-Force] [-DisableAutoUpgradeMinorVersion] [-SkipVmBackup] [-ExtensionType <String>]
34-
[-ExtensionPublisherName <String>] [-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm]
35-
[<CommonParameters>]
34+
[-ExtensionPublisherName <String>] [-EncryptFormatAll] [-DefaultProfile <IAzureContextContainer>] [-WhatIf]
35+
[-Confirm] [<CommonParameters>]
3636
```
3737

3838
## DESCRIPTION
@@ -296,6 +296,19 @@ Accept pipeline input: True (ByPropertyName)
296296
Accept wildcard characters: False
297297
```
298298
299+
### -EncryptFormatAll
300+
Encrypt-Format all data drives that are not already encrypted```yaml
301+
Type: SwitchParameter
302+
Parameter Sets: (All)
303+
Aliases:
304+
305+
Required: False
306+
Position: Named
307+
Default value: None
308+
Accept pipeline input: True (ByPropertyName)
309+
Accept wildcard characters: False
310+
```
311+
299312
### -ExtensionPublisherName
300313
The extension publisher name. Specify this parameter only to override the default value of "Microsoft.Azure.Security".```yaml
301314
Type: String

0 commit comments

Comments
 (0)