Skip to content

Commit f4980aa

Browse files
committed
update help documentation
1 parent 04f2d9e commit f4980aa

File tree

3 files changed

+90
-6
lines changed

3 files changed

+90
-6
lines changed

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

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
external help file: Microsoft.Azure.Commands.Compute.dll-Help.xml
3+
Module Name: AzureRM.Compute
34
ms.assetid: 979E956B-4C74-426E-A617-E50C4EBC8A20
45
online version:
56
schema: 2.0.0
@@ -15,7 +16,8 @@ Disables encryption on an IaaS virtual machine.
1516
```
1617
Disable-AzureRmVMDiskEncryption [-ResourceGroupName] <String> [-VMName] <String> [[-VolumeType] <String>]
1718
[[-Name] <String>] [[-TypeHandlerVersion] <String>] [-Force] [-DisableAutoUpgradeMinorVersion]
18-
[-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm] [<CommonParameters>]
19+
[-ExtensionType <String>] [-ExtensionPublisherName <String>] [-DefaultProfile <IAzureContextContainer>]
20+
[-WhatIf] [-Confirm] [<CommonParameters>]
1921
```
2022

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

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

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
external help file: Microsoft.Azure.Commands.Compute.dll-Help.xml
3+
Module Name: AzureRM.Compute
34
ms.assetid: E6F91D2E-6481-44C2-AF21-F62947C3D78C
45
online version:
56
schema: 2.0.0
@@ -14,7 +15,8 @@ Gets the encryption status of the virtual machine.
1415

1516
```
1617
Get-AzureRmVMDiskEncryptionStatus [-ResourceGroupName] <String> [-VMName] <String> [[-Name] <String>]
17-
[-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
18+
[-ExtensionType <String>] [-ExtensionPublisherName <String>] [-DefaultProfile <IAzureContextContainer>]
19+
[<CommonParameters>]
1820
```
1921

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

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

Lines changed: 32 additions & 4 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]
23-
[-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm] [<CommonParameters>]
22+
[[-Passphrase] <String>] [-Force] [-DisableAutoUpgradeMinorVersion] [-SkipVmBackup] [-ExtensionType <String>]
23+
[-ExtensionPublisherName <String>] [-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm]
24+
[<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]
33-
[-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm] [<CommonParameters>]
33+
[[-Passphrase] <String>] [-Force] [-DisableAutoUpgradeMinorVersion] [-SkipVmBackup] [-ExtensionType <String>]
34+
[-ExtensionPublisherName <String>] [-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm]
35+
[<CommonParameters>]
3436
```
3537

3638
## DESCRIPTION
@@ -294,6 +296,32 @@ Accept pipeline input: True (ByPropertyName)
294296
Accept wildcard characters: False
295297
```
296298
299+
### -ExtensionPublisherName
300+
The extension publisher name. Specify this parameter only to override the default value of "Microsoft.Azure.Security".```yaml
301+
Type: String
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+
312+
### -ExtensionType
313+
The extension type. Specify this parameter to override its default value of "AzureDiskEncryption" for Windows VMs and "AzureDiskEncryptionForLinux" for Linux VMs.```yaml
314+
Type: String
315+
Parameter Sets: (All)
316+
Aliases:
317+
318+
Required: False
319+
Position: Named
320+
Default value: None
321+
Accept pipeline input: True (ByPropertyName)
322+
Accept wildcard characters: False
323+
```
324+
297325
### -Force
298326
Forces the command to run without asking for user confirmation.
299327

0 commit comments

Comments
 (0)