@@ -71,7 +71,7 @@ Note that although specifying the resource group is optional for this cmdlet, yo
71
71
72
72
## EXAMPLES
73
73
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
75
75
```
76
76
PS C:\>Set-AzureRmKeyVaultAccessPolicy -VaultName 'Contoso03Vault' -UserPrincipalName '[email protected] ' -PermissionsToKeys create,import,delete,list -PermissionsToSecrets 'set,delete'
77
77
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
111
111
112
112
This command grants get, list, and set permissions for the specified user principal name for access to secrets.
113
113
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
115
115
```
116
116
PS C:\>Set-AzureRmKeyVaultAccessPolicy -VaultName 'Contoso03Vault' -ResourceGroupName 'Group14' -EnabledForDeployment
117
117
```
@@ -258,6 +258,7 @@ Accept wildcard characters: False
258
258
259
259
### -PassThru
260
260
Returns an object representing the item with which you are working.
261
+
261
262
By default, this cmdlet does not generate any output.
262
263
263
264
` ` ` yaml
@@ -274,7 +275,8 @@ Accept wildcard characters: False
274
275
275
276
### -PermissionsToCertificates
276
277
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:
278
280
279
281
- Get
280
282
- List
@@ -304,7 +306,8 @@ Accept wildcard characters: False
304
306
305
307
### -PermissionsToKeys
306
308
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:
308
311
309
312
- Decrypt
310
313
- Encrypt
@@ -364,7 +367,7 @@ Accept wildcard characters: False
364
367
` ` `
365
368
366
369
### -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.
368
371
369
372
` ` ` yaml
370
373
Type : String[]
0 commit comments