diff --git a/azure-mgmt-authorization/azure/mgmt/authorization/v2018_01_01_preview/models/role_assignment.py b/azure-mgmt-authorization/azure/mgmt/authorization/v2018_01_01_preview/models/role_assignment.py index 599d04d0b2cf..6aaa7959a6d0 100644 --- a/azure-mgmt-authorization/azure/mgmt/authorization/v2018_01_01_preview/models/role_assignment.py +++ b/azure-mgmt-authorization/azure/mgmt/authorization/v2018_01_01_preview/models/role_assignment.py @@ -30,7 +30,7 @@ class RoleAssignment(Model): :type role_definition_id: str :param principal_id: The principal ID. :type principal_id: str - :param can_delegate: The Delegation flag for the roleassignment + :param can_delegate: The Delegation flag for the role assignment :type can_delegate: bool """ diff --git a/azure-mgmt-authorization/azure/mgmt/authorization/v2018_01_01_preview/models/role_assignment_create_parameters.py b/azure-mgmt-authorization/azure/mgmt/authorization/v2018_01_01_preview/models/role_assignment_create_parameters.py index 4405dc8ba3c6..83cf060fa56a 100644 --- a/azure-mgmt-authorization/azure/mgmt/authorization/v2018_01_01_preview/models/role_assignment_create_parameters.py +++ b/azure-mgmt-authorization/azure/mgmt/authorization/v2018_01_01_preview/models/role_assignment_create_parameters.py @@ -24,7 +24,7 @@ class RoleAssignmentCreateParameters(Model): maps to the ID inside the Active Directory. It can point to a user, service principal, or security group. :type principal_id: str - :param can_delegate: The delgation flag used for creating a role + :param can_delegate: The delegation flag used for creating a role assignment :type can_delegate: bool """ diff --git a/azure-mgmt-authorization/azure/mgmt/authorization/v2018_01_01_preview/models/role_assignment_create_parameters_py3.py b/azure-mgmt-authorization/azure/mgmt/authorization/v2018_01_01_preview/models/role_assignment_create_parameters_py3.py index ebeeef9c1063..138862a24287 100644 --- a/azure-mgmt-authorization/azure/mgmt/authorization/v2018_01_01_preview/models/role_assignment_create_parameters_py3.py +++ b/azure-mgmt-authorization/azure/mgmt/authorization/v2018_01_01_preview/models/role_assignment_create_parameters_py3.py @@ -24,7 +24,7 @@ class RoleAssignmentCreateParameters(Model): maps to the ID inside the Active Directory. It can point to a user, service principal, or security group. :type principal_id: str - :param can_delegate: The delgation flag used for creating a role + :param can_delegate: The delegation flag used for creating a role assignment :type can_delegate: bool """ diff --git a/azure-mgmt-authorization/azure/mgmt/authorization/v2018_01_01_preview/models/role_assignment_filter.py b/azure-mgmt-authorization/azure/mgmt/authorization/v2018_01_01_preview/models/role_assignment_filter.py index 940b6baccc3c..0a8960937653 100644 --- a/azure-mgmt-authorization/azure/mgmt/authorization/v2018_01_01_preview/models/role_assignment_filter.py +++ b/azure-mgmt-authorization/azure/mgmt/authorization/v2018_01_01_preview/models/role_assignment_filter.py @@ -17,7 +17,7 @@ class RoleAssignmentFilter(Model): :param principal_id: Returns role assignment of the specific principal. :type principal_id: str - :param can_delegate: The Delegation flag for the roleassignment + :param can_delegate: The Delegation flag for the role assignment :type can_delegate: bool """ diff --git a/azure-mgmt-authorization/azure/mgmt/authorization/v2018_01_01_preview/models/role_assignment_filter_py3.py b/azure-mgmt-authorization/azure/mgmt/authorization/v2018_01_01_preview/models/role_assignment_filter_py3.py index cfa2af336134..5d014b294b33 100644 --- a/azure-mgmt-authorization/azure/mgmt/authorization/v2018_01_01_preview/models/role_assignment_filter_py3.py +++ b/azure-mgmt-authorization/azure/mgmt/authorization/v2018_01_01_preview/models/role_assignment_filter_py3.py @@ -17,7 +17,7 @@ class RoleAssignmentFilter(Model): :param principal_id: Returns role assignment of the specific principal. :type principal_id: str - :param can_delegate: The Delegation flag for the roleassignment + :param can_delegate: The Delegation flag for the role assignment :type can_delegate: bool """ diff --git a/azure-mgmt-authorization/azure/mgmt/authorization/v2018_01_01_preview/models/role_assignment_py3.py b/azure-mgmt-authorization/azure/mgmt/authorization/v2018_01_01_preview/models/role_assignment_py3.py index 15af2402089d..6aac89cc7314 100644 --- a/azure-mgmt-authorization/azure/mgmt/authorization/v2018_01_01_preview/models/role_assignment_py3.py +++ b/azure-mgmt-authorization/azure/mgmt/authorization/v2018_01_01_preview/models/role_assignment_py3.py @@ -30,7 +30,7 @@ class RoleAssignment(Model): :type role_definition_id: str :param principal_id: The principal ID. :type principal_id: str - :param can_delegate: The Delegation flag for the roleassignment + :param can_delegate: The Delegation flag for the role assignment :type can_delegate: bool """ diff --git a/azure-mgmt-authorization/azure/mgmt/authorization/v2018_09_01_preview/models/role_assignment.py b/azure-mgmt-authorization/azure/mgmt/authorization/v2018_09_01_preview/models/role_assignment.py index 0488bb25e638..09bb1e36b946 100644 --- a/azure-mgmt-authorization/azure/mgmt/authorization/v2018_09_01_preview/models/role_assignment.py +++ b/azure-mgmt-authorization/azure/mgmt/authorization/v2018_09_01_preview/models/role_assignment.py @@ -36,7 +36,7 @@ class RoleAssignment(Model): 'DirectoryObjectOrGroup', 'Everyone' :type principal_type: str or ~azure.mgmt.authorization.v2018_09_01_preview.models.PrincipalType - :param can_delegate: The Delegation flag for the roleassignment + :param can_delegate: The Delegation flag for the role assignment :type can_delegate: bool """ diff --git a/azure-mgmt-authorization/azure/mgmt/authorization/v2018_09_01_preview/models/role_assignment_create_parameters.py b/azure-mgmt-authorization/azure/mgmt/authorization/v2018_09_01_preview/models/role_assignment_create_parameters.py index 2144b9d8d063..55612366ce36 100644 --- a/azure-mgmt-authorization/azure/mgmt/authorization/v2018_09_01_preview/models/role_assignment_create_parameters.py +++ b/azure-mgmt-authorization/azure/mgmt/authorization/v2018_09_01_preview/models/role_assignment_create_parameters.py @@ -30,7 +30,7 @@ class RoleAssignmentCreateParameters(Model): 'DirectoryObjectOrGroup', 'Everyone' :type principal_type: str or ~azure.mgmt.authorization.v2018_09_01_preview.models.PrincipalType - :param can_delegate: The delgation flag used for creating a role + :param can_delegate: The delegation flag used for creating a role assignment :type can_delegate: bool """ diff --git a/azure-mgmt-authorization/azure/mgmt/authorization/v2018_09_01_preview/models/role_assignment_create_parameters_py3.py b/azure-mgmt-authorization/azure/mgmt/authorization/v2018_09_01_preview/models/role_assignment_create_parameters_py3.py index 7b102e91fe18..7fef4d025b8f 100644 --- a/azure-mgmt-authorization/azure/mgmt/authorization/v2018_09_01_preview/models/role_assignment_create_parameters_py3.py +++ b/azure-mgmt-authorization/azure/mgmt/authorization/v2018_09_01_preview/models/role_assignment_create_parameters_py3.py @@ -30,7 +30,7 @@ class RoleAssignmentCreateParameters(Model): 'DirectoryObjectOrGroup', 'Everyone' :type principal_type: str or ~azure.mgmt.authorization.v2018_09_01_preview.models.PrincipalType - :param can_delegate: The delgation flag used for creating a role + :param can_delegate: The delegation flag used for creating a role assignment :type can_delegate: bool """ diff --git a/azure-mgmt-authorization/azure/mgmt/authorization/v2018_09_01_preview/models/role_assignment_filter.py b/azure-mgmt-authorization/azure/mgmt/authorization/v2018_09_01_preview/models/role_assignment_filter.py index 940b6baccc3c..0a8960937653 100644 --- a/azure-mgmt-authorization/azure/mgmt/authorization/v2018_09_01_preview/models/role_assignment_filter.py +++ b/azure-mgmt-authorization/azure/mgmt/authorization/v2018_09_01_preview/models/role_assignment_filter.py @@ -17,7 +17,7 @@ class RoleAssignmentFilter(Model): :param principal_id: Returns role assignment of the specific principal. :type principal_id: str - :param can_delegate: The Delegation flag for the roleassignment + :param can_delegate: The Delegation flag for the role assignment :type can_delegate: bool """ diff --git a/azure-mgmt-authorization/azure/mgmt/authorization/v2018_09_01_preview/models/role_assignment_filter_py3.py b/azure-mgmt-authorization/azure/mgmt/authorization/v2018_09_01_preview/models/role_assignment_filter_py3.py index cfa2af336134..5d014b294b33 100644 --- a/azure-mgmt-authorization/azure/mgmt/authorization/v2018_09_01_preview/models/role_assignment_filter_py3.py +++ b/azure-mgmt-authorization/azure/mgmt/authorization/v2018_09_01_preview/models/role_assignment_filter_py3.py @@ -17,7 +17,7 @@ class RoleAssignmentFilter(Model): :param principal_id: Returns role assignment of the specific principal. :type principal_id: str - :param can_delegate: The Delegation flag for the roleassignment + :param can_delegate: The Delegation flag for the role assignment :type can_delegate: bool """ diff --git a/azure-mgmt-authorization/azure/mgmt/authorization/v2018_09_01_preview/models/role_assignment_py3.py b/azure-mgmt-authorization/azure/mgmt/authorization/v2018_09_01_preview/models/role_assignment_py3.py index c43d7a972130..d6f05f53b173 100644 --- a/azure-mgmt-authorization/azure/mgmt/authorization/v2018_09_01_preview/models/role_assignment_py3.py +++ b/azure-mgmt-authorization/azure/mgmt/authorization/v2018_09_01_preview/models/role_assignment_py3.py @@ -36,7 +36,7 @@ class RoleAssignment(Model): 'DirectoryObjectOrGroup', 'Everyone' :type principal_type: str or ~azure.mgmt.authorization.v2018_09_01_preview.models.PrincipalType - :param can_delegate: The Delegation flag for the roleassignment + :param can_delegate: The Delegation flag for the role assignment :type can_delegate: bool """