diff --git a/policyinsights/resource-manager/v2018_07_01_preview/src/main/java/com/microsoft/azure/management/policyinsights/v2018_07_01_preview/RemediationDeploymentSummary.java b/policyinsights/resource-manager/v2018_07_01_preview/src/main/java/com/microsoft/azure/management/policyinsights/v2018_07_01_preview/RemediationDeploymentSummary.java index 22ed2a0d21c1..312a06fc97da 100644 --- a/policyinsights/resource-manager/v2018_07_01_preview/src/main/java/com/microsoft/azure/management/policyinsights/v2018_07_01_preview/RemediationDeploymentSummary.java +++ b/policyinsights/resource-manager/v2018_07_01_preview/src/main/java/com/microsoft/azure/management/policyinsights/v2018_07_01_preview/RemediationDeploymentSummary.java @@ -11,7 +11,7 @@ import com.fasterxml.jackson.annotation.JsonProperty; /** - * The deployment status summary for all deplyoments created by the + * The deployment status summary for all deployments created by the * remediation. */ public class RemediationDeploymentSummary { diff --git a/policyinsights/resource-manager/v2018_07_01_preview/src/main/java/com/microsoft/azure/management/policyinsights/v2018_07_01_preview/implementation/RemediationInner.java b/policyinsights/resource-manager/v2018_07_01_preview/src/main/java/com/microsoft/azure/management/policyinsights/v2018_07_01_preview/implementation/RemediationInner.java index 30318ee34bc9..d15a1743d67a 100644 --- a/policyinsights/resource-manager/v2018_07_01_preview/src/main/java/com/microsoft/azure/management/policyinsights/v2018_07_01_preview/implementation/RemediationInner.java +++ b/policyinsights/resource-manager/v2018_07_01_preview/src/main/java/com/microsoft/azure/management/policyinsights/v2018_07_01_preview/implementation/RemediationInner.java @@ -60,7 +60,7 @@ public class RemediationInner extends ProxyResource { private RemediationFilters filters; /** - * The deployment status summary for all deplyoments created by the + * The deployment status summary for all deployments created by the * remediation. */ @JsonProperty(value = "properties.deploymentStatus") @@ -154,7 +154,7 @@ public RemediationInner withFilters(RemediationFilters filters) { } /** - * Get the deployment status summary for all deplyoments created by the remediation. + * Get the deployment status summary for all deployments created by the remediation. * * @return the deploymentStatus value */ @@ -163,7 +163,7 @@ public RemediationDeploymentSummary deploymentStatus() { } /** - * Set the deployment status summary for all deplyoments created by the remediation. + * Set the deployment status summary for all deployments created by the remediation. * * @param deploymentStatus the deploymentStatus value to set * @return the RemediationInner object itself.