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 @@ -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 {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down Expand Up @@ -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
*/
Expand All @@ -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.
Expand Down