Skip to content

Commit 9b1b045

Browse files
committed
update help
1 parent 507717b commit 9b1b045

File tree

3 files changed

+7
-101
lines changed

3 files changed

+7
-101
lines changed

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

Lines changed: 1 addition & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ 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-
[-ExtensionType <String>] [-ExtensionPublisherName <String>] [-DefaultProfile <IAzureContextContainer>]
20-
[-WhatIf] [-Confirm] [<CommonParameters>]
19+
[-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm] [<CommonParameters>]
2120
```
2221

2322
## DESCRIPTION
@@ -78,36 +77,6 @@ Accept pipeline input: True (ByPropertyName)
7877
Accept wildcard characters: False
7978
```
8079
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-
11180
### -Force
11281
Forces the command to run without asking for user confirmation.
11382

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

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

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

2221
## DESCRIPTION
@@ -50,36 +49,6 @@ Accept pipeline input: False
5049
Accept wildcard characters: False
5150
```
5251
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-
8352
### -Name
8453
```yaml
8554
Type: String

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

Lines changed: 5 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,8 @@ 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] [-ExtensionType <String>]
23-
[-ExtensionPublisherName <String>] [-EncryptFormatAll] [-DefaultProfile <IAzureContextContainer>] [-WhatIf]
24-
[-Confirm] [<CommonParameters>]
22+
[[-Passphrase] <String>] [-Force] [-DisableAutoUpgradeMinorVersion] [-SkipVmBackup] [-EncryptFormatAll]
23+
[-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm] [<CommonParameters>]
2524
```
2625

2726
### AADClientCertParameterSet
@@ -30,9 +29,8 @@ Set-AzureRmVMDiskEncryptionExtension [-ResourceGroupName] <String> [-VMName] <St
3029
[-AadClientCertThumbprint] <String> [-DiskEncryptionKeyVaultUrl] <String> [-DiskEncryptionKeyVaultId] <String>
3130
[[-KeyEncryptionKeyUrl] <String>] [[-KeyEncryptionKeyVaultId] <String>] [[-KeyEncryptionAlgorithm] <String>]
3231
[[-VolumeType] <String>] [[-SequenceVersion] <String>] [[-TypeHandlerVersion] <String>] [[-Name] <String>]
33-
[[-Passphrase] <String>] [-Force] [-DisableAutoUpgradeMinorVersion] [-SkipVmBackup] [-ExtensionType <String>]
34-
[-ExtensionPublisherName <String>] [-EncryptFormatAll] [-DefaultProfile <IAzureContextContainer>] [-WhatIf]
35-
[-Confirm] [<CommonParameters>]
32+
[[-Passphrase] <String>] [-Force] [-DisableAutoUpgradeMinorVersion] [-SkipVmBackup] [-EncryptFormatAll]
33+
[-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm] [<CommonParameters>]
3634
```
3735

3836
## DESCRIPTION
@@ -307,37 +305,7 @@ Aliases:
307305
Required: False
308306
Position: Named
309307
Default value: None
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)
308+
Accept pipeline input: False
341309
Accept wildcard characters: False
342310
```
343311

0 commit comments

Comments
 (0)