You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk/keyvault/azure-security-keyvault-administration/src/main/java/com/azure/security/keyvault/administration/KeyVaultAccessControlAsyncClient.java
Copy file name to clipboardExpand all lines: sdk/keyvault/azure-security-keyvault-administration/src/main/java/com/azure/security/keyvault/administration/KeyVaultAccessControlClient.java
+5-9Lines changed: 5 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -99,7 +99,7 @@ public KeyVaultRoleDefinition setRoleDefinition(KeyVaultRoleScope roleScope) {
99
99
}
100
100
101
101
/**
102
-
* Creates or updates a {@link KeyVaultRoleDefinition} with a given name. If no name is provided, then a
102
+
* Creates or updates a {@link KeyVaultRoleDefinition} with a given name. If no name is provided, then a
103
103
* {@link KeyVaultRoleDefinition} will be created with a randomly generated name.
104
104
*
105
105
* @param roleScope The {@link KeyVaultRoleScope role scope} of the {@link KeyVaultRoleDefinition}. Managed HSM
@@ -184,8 +184,7 @@ public Response<KeyVaultRoleDefinition> getRoleDefinitionWithResponse(KeyVaultRo
184
184
* only supports '/'.
185
185
* @param roleDefinitionName The name of the {@link KeyVaultRoleDefinition}.
186
186
*
187
-
* @throws KeyVaultAdministrationException If a {@link KeyVaultRoleDefinition role definition} with the given name
188
-
* cannot be found or if the given {@code roleScope} is invalid.
187
+
* @throws KeyVaultAdministrationException If the given {@code roleScope} is invalid.
189
188
* @throws NullPointerException If the {@link KeyVaultRoleScope role scope} or {@link String roleDefinitionName} are
190
189
* {@code null}.
191
190
*/
@@ -203,8 +202,7 @@ public void deleteRoleDefinition(KeyVaultRoleScope roleScope, String roleDefinit
203
202
*
204
203
* @return A {@link Response} with a {@link Void} value.
205
204
*
206
-
* @throws KeyVaultAdministrationException If a {@link KeyVaultRoleDefinition role definition} with the given name
207
-
* cannot be found or if the given {@code roleScope} is invalid.
205
+
* @throws KeyVaultAdministrationException If the given {@code roleScope} is invalid.
208
206
* @throws NullPointerException If the {@link KeyVaultRoleScope role scope} or {@link String roleDefinitionName} are
209
207
* {@code null}.
210
208
*/
@@ -365,8 +363,7 @@ public Response<KeyVaultRoleAssignment> getRoleAssignmentWithResponse(KeyVaultRo
365
363
* @param roleScope The {@link KeyVaultRoleScope role scope} of the {@link KeyVaultRoleAssignment}.
366
364
* @param roleAssignmentName The name of the {@link KeyVaultRoleAssignment}.
367
365
*
368
-
* @throws KeyVaultAdministrationException If a {@link KeyVaultRoleAssignment role assignment} with the given name
369
-
* cannot be found or if the given {@code roleScope} is invalid.
366
+
* @throws KeyVaultAdministrationException If the given {@code roleScope} is invalid.
370
367
* @throws NullPointerException if the {@link KeyVaultRoleScope roleScope} or {@link String roleAssignmentName} are
371
368
* {@code null}.
372
369
*/
@@ -384,8 +381,7 @@ public void deleteRoleAssignment(KeyVaultRoleScope roleScope, String roleAssignm
384
381
*
385
382
* @return A {@link Response} with a {@link Void} value.
386
383
*
387
-
* @throws KeyVaultAdministrationException If a {@link KeyVaultRoleAssignment role assignment} with the given name
388
-
* cannot be found or if the given {@code roleScope} is invalid.
384
+
* @throws KeyVaultAdministrationException If the given {@code roleScope} is invalid.
389
385
* @throws NullPointerException if the {@link KeyVaultRoleScope roleScope} or {@link String roleAssignmentName} are
0 commit comments