Skip to content

Commit 6fb40bf

Browse files
committed
fix additional formatting issues for Set-AzureRmKeyVaultAccessPolicy
1 parent 26de84d commit 6fb40bf

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

src/ResourceManager/KeyVault/Commands.KeyVault/help/Set-AzureRmKeyVaultAccessPolicy.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Note that although specifying the resource group is optional for this cmdlet, yo
7171

7272
## EXAMPLES
7373

74-
### Example 1: Grant permissions to a user for a key vault Key Vault and modify the permissions
74+
### Example 1: Grant permissions to a user for a key vault and modify the permissions
7575
```
7676
PS C:\>Set-AzureRmKeyVaultAccessPolicy -VaultName 'Contoso03Vault' -UserPrincipalName '[email protected]' -PermissionsToKeys create,import,delete,list -PermissionsToSecrets 'set,delete'
7777
PS C:\> Set-AzureRmKeyVaultAccessPolicy -VaultName 'Contoso03Vault' -UserPrincipalName '[email protected]' -PermissionsToSecrets set,delete,get -PassThru
@@ -111,7 +111,7 @@ PS C:\>Set-AzureRmKeyVaultAccessPolicy -VaultName 'Contoso03Vault' -UserPrincipa
111111

112112
This command grants get, list, and set permissions for the specified user principal name for access to secrets.
113113

114-
### Example 5: Enable secrets to be retrieved from a key vault vault by the Microsoft.Compute resource providerkey vault
114+
### Example 5: Enable secrets to be retrieved from a key vault vault by the Microsoft.Compute resource provider
115115
```
116116
PS C:\>Set-AzureRmKeyVaultAccessPolicy -VaultName 'Contoso03Vault' -ResourceGroupName 'Group14' -EnabledForDeployment
117117
```
@@ -258,6 +258,7 @@ Accept wildcard characters: False
258258
259259
### -PassThru
260260
Returns an object representing the item with which you are working.
261+
261262
By default, this cmdlet does not generate any output.
262263
263264
```yaml
@@ -274,7 +275,8 @@ Accept wildcard characters: False
274275
275276
### -PermissionsToCertificates
276277
Specifies an array of certificate permissions to grant to a user or service principal.
277-
The acceptable values for this parameter are:
278+
279+
The acceptable values for this parameter:
278280
279281
- Get
280282
- List
@@ -304,7 +306,8 @@ Accept wildcard characters: False
304306
305307
### -PermissionsToKeys
306308
Specifies an array of key operation permissions to grant to a user or service principal.
307-
The acceptable values for this parameter are:
309+
310+
The acceptable values for this parameter:
308311
309312
- Decrypt
310313
- Encrypt
@@ -364,7 +367,7 @@ Accept wildcard characters: False
364367
```
365368
366369
### -PermissionsToStorage
367-
Specifies managed storage account and sas definition operation permissions to grant to a user or service principal.
370+
Specifies managed storage account and SaS-definition operation permissions to grant to a user or service principal.
368371
369372
```yaml
370373
Type: String[]

0 commit comments

Comments
 (0)