Skip to content

Commit

Permalink
linter
Browse files Browse the repository at this point in the history
  • Loading branch information
maorleger committed Jan 28, 2021
1 parent 6a21258 commit 183e5b1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sdk/keyvault/keyvault-admin/src/accessControlClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -532,9 +532,9 @@ export class KeyVaultAccessControlClient {
* const deletedRoleDefinition = await client.deleteRoleDefinition("/", roleDefinition.name);
* console.log(deletedRoleDefinition);
* ```
* @param roleScope
* @param name
* @param options
* @param roleScope - The scope of the role definition.
* @param name - The name of the role definition to delete.
* @param options - The optional parameters.
*/
public async deleteRoleDefinition(
roleScope: RoleScope,
Expand Down

0 comments on commit 183e5b1

Please sign in to comment.