@@ -20,8 +20,8 @@ Set-AzureRmVMDiskEncryptionExtension [-ResourceGroupName] <String> [-VMName] <St
20
20
[[-KeyEncryptionKeyUrl] <String>] [[-KeyEncryptionKeyVaultId] <String>] [[-KeyEncryptionAlgorithm] <String>]
21
21
[[-VolumeType] <String>] [[-SequenceVersion] <String>] [[-TypeHandlerVersion] <String>] [[-Name] <String>]
22
22
[[-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>]
25
25
```
26
26
27
27
### AADClientCertParameterSet
@@ -31,8 +31,8 @@ Set-AzureRmVMDiskEncryptionExtension [-ResourceGroupName] <String> [-VMName] <St
31
31
[[-KeyEncryptionKeyUrl] <String>] [[-KeyEncryptionKeyVaultId] <String>] [[-KeyEncryptionAlgorithm] <String>]
32
32
[[-VolumeType] <String>] [[-SequenceVersion] <String>] [[-TypeHandlerVersion] <String>] [[-Name] <String>]
33
33
[[-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>]
36
36
```
37
37
38
38
## DESCRIPTION
@@ -296,6 +296,19 @@ Accept pipeline input: True (ByPropertyName)
296
296
Accept wildcard characters : False
297
297
` ` `
298
298
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
+
299
312
### -ExtensionPublisherName
300
313
The extension publisher name. Specify this parameter only to override the default value of "Microsoft.Azure.Security".` ` ` yaml
301
314
Type : String
0 commit comments