diff --git a/authorization/resource-manager/v2018_09_01_preview/src/main/java/com/microsoft/azure/management/authorization/v2018_09_01_preview/RoleAssignment.java b/authorization/resource-manager/v2018_09_01_preview/src/main/java/com/microsoft/azure/management/authorization/v2018_09_01_preview/RoleAssignment.java index beb290330d47..3aece969d77b 100644 --- a/authorization/resource-manager/v2018_09_01_preview/src/main/java/com/microsoft/azure/management/authorization/v2018_09_01_preview/RoleAssignment.java +++ b/authorization/resource-manager/v2018_09_01_preview/src/main/java/com/microsoft/azure/management/authorization/v2018_09_01_preview/RoleAssignment.java @@ -130,7 +130,7 @@ interface WithRoleDefinitionId { interface WithCanDelegate { /** * Specifies canDelegate. - * @param canDelegate The delgation flag used for creating a role assignment + * @param canDelegate The delegation flag used for creating a role assignment * @return the next definition stage */ WithCreate withCanDelegate(Boolean canDelegate); @@ -172,7 +172,7 @@ interface UpdateStages { interface WithCanDelegate { /** * Specifies canDelegate. - * @param canDelegate The delgation flag used for creating a role assignment + * @param canDelegate The delegation flag used for creating a role assignment * @return the next update stage */ Update withCanDelegate(Boolean canDelegate); diff --git a/authorization/resource-manager/v2018_09_01_preview/src/main/java/com/microsoft/azure/management/authorization/v2018_09_01_preview/RoleAssignmentCreateParameters.java b/authorization/resource-manager/v2018_09_01_preview/src/main/java/com/microsoft/azure/management/authorization/v2018_09_01_preview/RoleAssignmentCreateParameters.java index 1d03f6918fff..386f5c011702 100644 --- a/authorization/resource-manager/v2018_09_01_preview/src/main/java/com/microsoft/azure/management/authorization/v2018_09_01_preview/RoleAssignmentCreateParameters.java +++ b/authorization/resource-manager/v2018_09_01_preview/src/main/java/com/microsoft/azure/management/authorization/v2018_09_01_preview/RoleAssignmentCreateParameters.java @@ -40,7 +40,7 @@ public class RoleAssignmentCreateParameters { private PrincipalType principalType; /** - * The delgation flag used for creating a role assignment. + * The delegation flag used for creating a role assignment. */ @JsonProperty(value = "properties.canDelegate") private Boolean canDelegate; @@ -106,7 +106,7 @@ public RoleAssignmentCreateParameters withPrincipalType(PrincipalType principalT } /** - * Get the delgation flag used for creating a role assignment. + * Get the delegation flag used for creating a role assignment. * * @return the canDelegate value */ @@ -115,7 +115,7 @@ public Boolean canDelegate() { } /** - * Set the delgation flag used for creating a role assignment. + * Set the delegation flag used for creating a role assignment. * * @param canDelegate the canDelegate value to set * @return the RoleAssignmentCreateParameters object itself. diff --git a/authorization/resource-manager/v2018_09_01_preview/src/main/java/com/microsoft/azure/management/authorization/v2018_09_01_preview/RoleAssignmentFilter.java b/authorization/resource-manager/v2018_09_01_preview/src/main/java/com/microsoft/azure/management/authorization/v2018_09_01_preview/RoleAssignmentFilter.java index 9c6dbc312348..11b40d7985f4 100644 --- a/authorization/resource-manager/v2018_09_01_preview/src/main/java/com/microsoft/azure/management/authorization/v2018_09_01_preview/RoleAssignmentFilter.java +++ b/authorization/resource-manager/v2018_09_01_preview/src/main/java/com/microsoft/azure/management/authorization/v2018_09_01_preview/RoleAssignmentFilter.java @@ -21,7 +21,7 @@ public class RoleAssignmentFilter { private String principalId; /** - * The Delegation flag for the roleassignment. + * The Delegation flag for the role assignment. */ @JsonProperty(value = "canDelegate") private Boolean canDelegate; @@ -47,7 +47,7 @@ public RoleAssignmentFilter withPrincipalId(String principalId) { } /** - * Get the Delegation flag for the roleassignment. + * Get the Delegation flag for the role assignment. * * @return the canDelegate value */ @@ -56,7 +56,7 @@ public Boolean canDelegate() { } /** - * Set the Delegation flag for the roleassignment. + * Set the Delegation flag for the role assignment. * * @param canDelegate the canDelegate value to set * @return the RoleAssignmentFilter object itself. diff --git a/authorization/resource-manager/v2018_09_01_preview/src/main/java/com/microsoft/azure/management/authorization/v2018_09_01_preview/implementation/RoleAssignmentInner.java b/authorization/resource-manager/v2018_09_01_preview/src/main/java/com/microsoft/azure/management/authorization/v2018_09_01_preview/implementation/RoleAssignmentInner.java index 5b8d5dd24e0a..e71726482500 100644 --- a/authorization/resource-manager/v2018_09_01_preview/src/main/java/com/microsoft/azure/management/authorization/v2018_09_01_preview/implementation/RoleAssignmentInner.java +++ b/authorization/resource-manager/v2018_09_01_preview/src/main/java/com/microsoft/azure/management/authorization/v2018_09_01_preview/implementation/RoleAssignmentInner.java @@ -63,7 +63,7 @@ public class RoleAssignmentInner { private PrincipalType principalType; /** - * The Delegation flag for the roleassignment. + * The Delegation flag for the role assignment. */ @JsonProperty(value = "properties.canDelegate") private Boolean canDelegate; @@ -176,7 +176,7 @@ public RoleAssignmentInner withPrincipalType(PrincipalType principalType) { } /** - * Get the Delegation flag for the roleassignment. + * Get the Delegation flag for the role assignment. * * @return the canDelegate value */ @@ -185,7 +185,7 @@ public Boolean canDelegate() { } /** - * Set the Delegation flag for the roleassignment. + * Set the Delegation flag for the role assignment. * * @param canDelegate the canDelegate value to set * @return the RoleAssignmentInner object itself.