Skip to content

Commit a37fecc

Browse files
committed
Revert "update help"
This reverts commit 9b1b045.
1 parent 9b1b045 commit a37fecc

File tree

3 files changed

+101
-7
lines changed

3 files changed

+101
-7
lines changed

src/ResourceManager/Compute/Commands.Compute/help/Disable-AzureRmVMDiskEncryption.md

Lines changed: 32 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ Disables encryption on an IaaS virtual machine.
1616
```
1717
Disable-AzureRmVMDiskEncryption [-ResourceGroupName] <String> [-VMName] <String> [[-VolumeType] <String>]
1818
[[-Name] <String>] [[-TypeHandlerVersion] <String>] [-Force] [-DisableAutoUpgradeMinorVersion]
19-
[-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm] [<CommonParameters>]
19+
[-ExtensionType <String>] [-ExtensionPublisherName <String>] [-DefaultProfile <IAzureContextContainer>]
20+
[-WhatIf] [-Confirm] [<CommonParameters>]
2021
```
2122

2223
## DESCRIPTION
@@ -77,6 +78,36 @@ Accept pipeline input: True (ByPropertyName)
7778
Accept wildcard characters: False
7879
```
7980
81+
### -ExtensionPublisherName
82+
The extension publisher name. Specify this parameter only to override the default value of "Microsoft.Azure.Security".
83+
84+
```yaml
85+
Type: String
86+
Parameter Sets: (All)
87+
Aliases:
88+
89+
Required: False
90+
Position: Named
91+
Default value: None
92+
Accept pipeline input: True (ByPropertyName)
93+
Accept wildcard characters: False
94+
```
95+
96+
### -ExtensionType
97+
The extension type. Specify this parameter to override its default value of "AzureDiskEncryption" for Windows VMs and "AzureDiskEncryptionForLinux" for Linux VMs.
98+
99+
```yaml
100+
Type: String
101+
Parameter Sets: (All)
102+
Aliases:
103+
104+
Required: False
105+
Position: Named
106+
Default value: None
107+
Accept pipeline input: True (ByPropertyName)
108+
Accept wildcard characters: False
109+
```
110+
80111
### -Force
81112
Forces the command to run without asking for user confirmation.
82113

src/ResourceManager/Compute/Commands.Compute/help/Get-AzureRmVMDiskEncryptionStatus.md

Lines changed: 32 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ Gets the encryption status of the virtual machine.
1515

1616
```
1717
Get-AzureRmVMDiskEncryptionStatus [-ResourceGroupName] <String> [-VMName] <String> [[-Name] <String>]
18-
[-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
18+
[-ExtensionType <String>] [-ExtensionPublisherName <String>] [-DefaultProfile <IAzureContextContainer>]
19+
[<CommonParameters>]
1920
```
2021

2122
## DESCRIPTION
@@ -49,6 +50,36 @@ Accept pipeline input: False
4950
Accept wildcard characters: False
5051
```
5152
53+
### -ExtensionPublisherName
54+
The extension publisher name. Specify this parameter only to override the default value of "Microsoft.Azure.Security".
55+
56+
```yaml
57+
Type: String
58+
Parameter Sets: (All)
59+
Aliases:
60+
61+
Required: False
62+
Position: Named
63+
Default value: None
64+
Accept pipeline input: True (ByPropertyName)
65+
Accept wildcard characters: False
66+
```
67+
68+
### -ExtensionType
69+
The extension type. Specify this parameter to override its default value of "AzureDiskEncryption" for Windows VMs and "AzureDiskEncryptionForLinux" for Linux VMs.
70+
71+
```yaml
72+
Type: String
73+
Parameter Sets: (All)
74+
Aliases:
75+
76+
Required: False
77+
Position: Named
78+
Default value: None
79+
Accept pipeline input: True (ByPropertyName)
80+
Accept wildcard characters: False
81+
```
82+
5283
### -Name
5384
```yaml
5485
Type: String

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

Lines changed: 37 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,9 @@ Set-AzureRmVMDiskEncryptionExtension [-ResourceGroupName] <String> [-VMName] <St
1919
[-AadClientSecret] <String> [-DiskEncryptionKeyVaultUrl] <String> [-DiskEncryptionKeyVaultId] <String>
2020
[[-KeyEncryptionKeyUrl] <String>] [[-KeyEncryptionKeyVaultId] <String>] [[-KeyEncryptionAlgorithm] <String>]
2121
[[-VolumeType] <String>] [[-SequenceVersion] <String>] [[-TypeHandlerVersion] <String>] [[-Name] <String>]
22-
[[-Passphrase] <String>] [-Force] [-DisableAutoUpgradeMinorVersion] [-SkipVmBackup] [-EncryptFormatAll]
23-
[-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm] [<CommonParameters>]
22+
[[-Passphrase] <String>] [-Force] [-DisableAutoUpgradeMinorVersion] [-SkipVmBackup] [-ExtensionType <String>]
23+
[-ExtensionPublisherName <String>] [-EncryptFormatAll] [-DefaultProfile <IAzureContextContainer>] [-WhatIf]
24+
[-Confirm] [<CommonParameters>]
2425
```
2526

2627
### AADClientCertParameterSet
@@ -29,8 +30,9 @@ Set-AzureRmVMDiskEncryptionExtension [-ResourceGroupName] <String> [-VMName] <St
2930
[-AadClientCertThumbprint] <String> [-DiskEncryptionKeyVaultUrl] <String> [-DiskEncryptionKeyVaultId] <String>
3031
[[-KeyEncryptionKeyUrl] <String>] [[-KeyEncryptionKeyVaultId] <String>] [[-KeyEncryptionAlgorithm] <String>]
3132
[[-VolumeType] <String>] [[-SequenceVersion] <String>] [[-TypeHandlerVersion] <String>] [[-Name] <String>]
32-
[[-Passphrase] <String>] [-Force] [-DisableAutoUpgradeMinorVersion] [-SkipVmBackup] [-EncryptFormatAll]
33-
[-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm] [<CommonParameters>]
33+
[[-Passphrase] <String>] [-Force] [-DisableAutoUpgradeMinorVersion] [-SkipVmBackup] [-ExtensionType <String>]
34+
[-ExtensionPublisherName <String>] [-EncryptFormatAll] [-DefaultProfile <IAzureContextContainer>] [-WhatIf]
35+
[-Confirm] [<CommonParameters>]
3436
```
3537

3638
## DESCRIPTION
@@ -305,7 +307,37 @@ Aliases:
305307
Required: False
306308
Position: Named
307309
Default value: None
308-
Accept pipeline input: False
310+
Accept pipeline input: True (ByPropertyName)
311+
Accept wildcard characters: False
312+
```
313+
314+
### -ExtensionPublisherName
315+
The extension publisher name. Specify this parameter only to override the default value of "Microsoft.Azure.Security".
316+
317+
```yaml
318+
Type: String
319+
Parameter Sets: (All)
320+
Aliases:
321+
322+
Required: False
323+
Position: Named
324+
Default value: None
325+
Accept pipeline input: True (ByPropertyName)
326+
Accept wildcard characters: False
327+
```
328+
329+
### -ExtensionType
330+
The extension type. Specify this parameter to override its default value of "AzureDiskEncryption" for Windows VMs and "AzureDiskEncryptionForLinux" for Linux VMs.
331+
332+
```yaml
333+
Type: String
334+
Parameter Sets: (All)
335+
Aliases:
336+
337+
Required: False
338+
Position: Named
339+
Default value: None
340+
Accept pipeline input: True (ByPropertyName)
309341
Accept wildcard characters: False
310342
```
311343

0 commit comments

Comments
 (0)