Skip to content
This repository was archived by the owner on May 5, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions lib/services/authorizationManagement/lib/models/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ export interface RoleAssignmentFilter {
*/
principalId?: string;
/**
* The Delegation flag for the roleassignment
* The Delegation flag for the role assignment
*/
canDelegate?: boolean;
}
Expand Down Expand Up @@ -168,7 +168,7 @@ export interface RoleAssignment {
*/
principalType?: string;
/**
* The Delegation flag for the roleassignment
* The Delegation flag for the role assignment
*/
canDelegate?: boolean;
}
Expand All @@ -193,7 +193,7 @@ export interface RoleAssignmentCreateParameters {
*/
principalType?: string;
/**
* The delgation flag used for creating a role assignment
* The delegation flag used for creating a role assignment
*/
canDelegate?: boolean;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ class RoleAssignment {
* principal ID. Possible values include: 'User', 'Group',
* 'ServicePrincipal', 'Unknown', 'DirectoryRoleTemplate', 'ForeignGroup',
* 'Application', 'MSI', 'DirectoryObjectOrGroup', 'Everyone'
* @property {boolean} [canDelegate] The Delegation flag for the
* roleassignment
* @property {boolean} [canDelegate] The Delegation flag for the role
* assignment
*/
constructor() {
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class RoleAssignmentCreateParameters {
* principal ID. Possible values include: 'User', 'Group',
* 'ServicePrincipal', 'Unknown', 'DirectoryRoleTemplate', 'ForeignGroup',
* 'Application', 'MSI', 'DirectoryObjectOrGroup', 'Everyone'
* @property {boolean} [canDelegate] The delgation flag used for creating a
* @property {boolean} [canDelegate] The delegation flag used for creating a
* role assignment
*/
constructor() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ class RoleAssignmentFilter {
* Create a RoleAssignmentFilter.
* @property {string} [principalId] Returns role assignment of the specific
* principal.
* @property {boolean} [canDelegate] The Delegation flag for the
* roleassignment
* @property {boolean} [canDelegate] The Delegation flag for the role
* assignment
*/
constructor() {
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,7 @@ export interface RoleAssignments {
* 'ServicePrincipal', 'Unknown', 'DirectoryRoleTemplate', 'ForeignGroup',
* 'Application', 'MSI', 'DirectoryObjectOrGroup', 'Everyone'
*
* @param {boolean} [parameters.canDelegate] The delgation flag used for
* @param {boolean} [parameters.canDelegate] The delegation flag used for
* creating a role assignment
*
* @param {object} [options] Optional Parameters.
Expand Down Expand Up @@ -614,7 +614,7 @@ export interface RoleAssignments {
* 'ServicePrincipal', 'Unknown', 'DirectoryRoleTemplate', 'ForeignGroup',
* 'Application', 'MSI', 'DirectoryObjectOrGroup', 'Everyone'
*
* @param {boolean} [parameters.canDelegate] The delgation flag used for
* @param {boolean} [parameters.canDelegate] The delegation flag used for
* creating a role assignment
*
* @param {object} [options] Optional Parameters.
Expand Down Expand Up @@ -782,7 +782,7 @@ export interface RoleAssignments {
* 'ServicePrincipal', 'Unknown', 'DirectoryRoleTemplate', 'ForeignGroup',
* 'Application', 'MSI', 'DirectoryObjectOrGroup', 'Everyone'
*
* @param {boolean} [parameters.canDelegate] The delgation flag used for
* @param {boolean} [parameters.canDelegate] The delegation flag used for
* creating a role assignment
*
* @param {object} [options] Optional Parameters.
Expand Down Expand Up @@ -817,7 +817,7 @@ export interface RoleAssignments {
* 'ServicePrincipal', 'Unknown', 'DirectoryRoleTemplate', 'ForeignGroup',
* 'Application', 'MSI', 'DirectoryObjectOrGroup', 'Everyone'
*
* @param {boolean} [parameters.canDelegate] The delgation flag used for
* @param {boolean} [parameters.canDelegate] The delegation flag used for
* creating a role assignment
*
* @param {object} [options] Optional Parameters.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@ function _deleteMethod(scope, roleAssignmentName, options, callback) {
* 'ServicePrincipal', 'Unknown', 'DirectoryRoleTemplate', 'ForeignGroup',
* 'Application', 'MSI', 'DirectoryObjectOrGroup', 'Everyone'
*
* @param {boolean} [parameters.canDelegate] The delgation flag used for
* @param {boolean} [parameters.canDelegate] The delegation flag used for
* creating a role assignment
*
* @param {object} [options] Optional Parameters.
Expand Down Expand Up @@ -951,7 +951,7 @@ function _deleteById(roleId, options, callback) {
* 'ServicePrincipal', 'Unknown', 'DirectoryRoleTemplate', 'ForeignGroup',
* 'Application', 'MSI', 'DirectoryObjectOrGroup', 'Everyone'
*
* @param {boolean} [parameters.canDelegate] The delgation flag used for
* @param {boolean} [parameters.canDelegate] The delegation flag used for
* creating a role assignment
*
* @param {object} [options] Optional Parameters.
Expand Down Expand Up @@ -2380,7 +2380,7 @@ class RoleAssignments {
* 'ServicePrincipal', 'Unknown', 'DirectoryRoleTemplate', 'ForeignGroup',
* 'Application', 'MSI', 'DirectoryObjectOrGroup', 'Everyone'
*
* @param {boolean} [parameters.canDelegate] The delgation flag used for
* @param {boolean} [parameters.canDelegate] The delegation flag used for
* creating a role assignment
*
* @param {object} [options] Optional Parameters.
Expand Down Expand Up @@ -2436,7 +2436,7 @@ class RoleAssignments {
* 'ServicePrincipal', 'Unknown', 'DirectoryRoleTemplate', 'ForeignGroup',
* 'Application', 'MSI', 'DirectoryObjectOrGroup', 'Everyone'
*
* @param {boolean} [parameters.canDelegate] The delgation flag used for
* @param {boolean} [parameters.canDelegate] The delegation flag used for
* creating a role assignment
*
* @param {object} [options] Optional Parameters.
Expand Down Expand Up @@ -2673,7 +2673,7 @@ class RoleAssignments {
* 'ServicePrincipal', 'Unknown', 'DirectoryRoleTemplate', 'ForeignGroup',
* 'Application', 'MSI', 'DirectoryObjectOrGroup', 'Everyone'
*
* @param {boolean} [parameters.canDelegate] The delgation flag used for
* @param {boolean} [parameters.canDelegate] The delegation flag used for
* creating a role assignment
*
* @param {object} [options] Optional Parameters.
Expand Down Expand Up @@ -2720,7 +2720,7 @@ class RoleAssignments {
* 'ServicePrincipal', 'Unknown', 'DirectoryRoleTemplate', 'ForeignGroup',
* 'Application', 'MSI', 'DirectoryObjectOrGroup', 'Everyone'
*
* @param {boolean} [parameters.canDelegate] The delgation flag used for
* @param {boolean} [parameters.canDelegate] The delegation flag used for
* creating a role assignment
*
* @param {object} [options] Optional Parameters.
Expand Down