Skip to content

Commit 74d1993

Browse files
author
begoldsm
committed
Add name alias and regenerate help
1 parent 95f0c1d commit 74d1993

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

src/ResourceManager/DataLakeStore/Commands.DataLakeStore/Commands/EnableAzureRmDataLakeStoreKeyVault.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public class EnableAzureDataLakeStoreKeyVault : DataLakeStoreCmdletBase
2424
[Parameter(ValueFromPipelineByPropertyName = true, Position = 0, Mandatory = true,
2525
HelpMessage = "The Data Lake Store account to enable the Key Vault for")]
2626
[ValidateNotNullOrEmpty]
27-
[Alias("AccountName")]
27+
[Alias("AccountName","Name")]
2828
public string Account { get; set; }
2929

3030
[Parameter(ValueFromPipelineByPropertyName = true, Mandatory = false,

src/ResourceManager/DataLakeStore/Commands.DataLakeStore/help/AzureRM.DataLakeStore.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ Adds content to an item in a Data Lake Store.
2020
### [Add-AzureRmDataLakeStoreTrustedIdProvider](Add-AzureRmDataLakeStoreTrustedIdProvider.md)
2121
Adds a trusted identity provider to the specified Data Lake Store account.
2222

23+
### [Enable-AzureRmDataLakeStoreKeyVault](Enable-AzureRmDataLakeStoreKeyVault.md)
24+
Attempts to enable a user managed Key Vault for encryption of the specified Data Lake Store account.
25+
2326
### [Export-AzureRmDataLakeStoreItem](Export-AzureRmDataLakeStoreItem.md)
2427
Downloads a file from Data Lake Store.
2528

src/ResourceManager/DataLakeStore/Commands.DataLakeStore/help/Enable-AzureRmDataLakeStoreKeyVault.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Attempts to enable a user managed Key Vault for encryption of the specified Data
1212
## SYNTAX
1313

1414
```
15-
Enable-AzureRmDataLakeStoreKeyVault [-Account] <String> [-ResourceGroupName <String>]
15+
Enable-AzureRmDataLakeStoreKeyVault [-Account] <String> [-ResourceGroupName <String>] [<CommonParameters>]
1616
```
1717

1818
## DESCRIPTION
@@ -35,7 +35,7 @@ The Data Lake Store account to enable the user managed Key Vault for
3535
```yaml
3636
Type: String
3737
Parameter Sets: (All)
38-
Aliases: AccountName
38+
Aliases: AccountName, Name
3939

4040
Required: True
4141
Position: 0

0 commit comments

Comments
 (0)