Skip to content
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
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ public class PolicyEventInner {
private String policySetDefinitionParameters;

/**
* Comma seperated list of management group IDs, which represent the
* Comma separated list of management group IDs, which represent the
* hierarchy of the management groups the resource is under.
*/
@JsonProperty(value = "managementGroupIds")
Expand Down Expand Up @@ -727,7 +727,7 @@ public PolicyEventInner withPolicySetDefinitionParameters(String policySetDefini
}

/**
* Get comma seperated list of management group IDs, which represent the hierarchy of the management groups the resource is under.
* Get comma separated list of management group IDs, which represent the hierarchy of the management groups the resource is under.
*
* @return the managementGroupIds value
*/
Expand All @@ -736,7 +736,7 @@ public String managementGroupIds() {
}

/**
* Set comma seperated list of management group IDs, which represent the hierarchy of the management groups the resource is under.
* Set comma separated list of management group IDs, which represent the hierarchy of the management groups the resource is under.
*
* @param managementGroupIds the managementGroupIds value to set
* @return the PolicyEventInner object itself.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ public class PolicyStateInner {
private String policySetDefinitionParameters;

/**
* Comma seperated list of management group IDs, which represent the
* Comma separated list of management group IDs, which represent the
* hierarchy of the management groups the resource is under.
*/
@JsonProperty(value = "managementGroupIds")
Expand Down Expand Up @@ -714,7 +714,7 @@ public PolicyStateInner withPolicySetDefinitionParameters(String policySetDefini
}

/**
* Get comma seperated list of management group IDs, which represent the hierarchy of the management groups the resource is under.
* Get comma separated list of management group IDs, which represent the hierarchy of the management groups the resource is under.
*
* @return the managementGroupIds value
*/
Expand All @@ -723,7 +723,7 @@ public String managementGroupIds() {
}

/**
* Set comma seperated list of management group IDs, which represent the hierarchy of the management groups the resource is under.
* Set comma separated list of management group IDs, which represent the hierarchy of the management groups the resource is under.
*
* @param managementGroupIds the managementGroupIds value to set
* @return the PolicyStateInner object itself.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ public class PolicyEventInner {
private String policySetDefinitionParameters;

/**
* Comma seperated list of management group IDs, which represent the
* Comma separated list of management group IDs, which represent the
* hierarchy of the management groups the resource is under.
*/
@JsonProperty(value = "managementGroupIds")
Expand Down Expand Up @@ -727,7 +727,7 @@ public PolicyEventInner withPolicySetDefinitionParameters(String policySetDefini
}

/**
* Get comma seperated list of management group IDs, which represent the hierarchy of the management groups the resource is under.
* Get comma separated list of management group IDs, which represent the hierarchy of the management groups the resource is under.
*
* @return the managementGroupIds value
*/
Expand All @@ -736,7 +736,7 @@ public String managementGroupIds() {
}

/**
* Set comma seperated list of management group IDs, which represent the hierarchy of the management groups the resource is under.
* Set comma separated list of management group IDs, which represent the hierarchy of the management groups the resource is under.
*
* @param managementGroupIds the managementGroupIds value to set
* @return the PolicyEventInner object itself.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ public class PolicyStateInner {
private String policySetDefinitionParameters;

/**
* Comma seperated list of management group IDs, which represent the
* Comma separated list of management group IDs, which represent the
* hierarchy of the management groups the resource is under.
*/
@JsonProperty(value = "managementGroupIds")
Expand Down Expand Up @@ -714,7 +714,7 @@ public PolicyStateInner withPolicySetDefinitionParameters(String policySetDefini
}

/**
* Get comma seperated list of management group IDs, which represent the hierarchy of the management groups the resource is under.
* Get comma separated list of management group IDs, which represent the hierarchy of the management groups the resource is under.
*
* @return the managementGroupIds value
*/
Expand All @@ -723,7 +723,7 @@ public String managementGroupIds() {
}

/**
* Set comma seperated list of management group IDs, which represent the hierarchy of the management groups the resource is under.
* Set comma separated list of management group IDs, which represent the hierarchy of the management groups the resource is under.
*
* @param managementGroupIds the managementGroupIds value to set
* @return the PolicyStateInner object itself.
Expand Down