Skip to content

Commit

Permalink
typo: policyinsights/resource-manager/Microsoft.PolicyInsights (#4726)
Browse files Browse the repository at this point in the history
- paramters -> parameters
- deplyoments -> deployments
  • Loading branch information
nschonni authored and praries880 committed Dec 3, 2018
1 parent 7ca23f1 commit 2a06a0b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"Query at management group scope": {
"$ref": "./examples/PolicyTrackedResources_QueryManagementGroupScope.json"
},
"Query at management group scope using query paramters": {
"Query at management group scope using query parameters": {
"$ref": "./examples/PolicyTrackedResources_QueryManagementGroupScopeWithFilterAndTop.json"
}
}
Expand Down Expand Up @@ -123,7 +123,7 @@
"Query at subscription scope": {
"$ref": "./examples/PolicyTrackedResources_QuerySubscriptionScope.json"
},
"Query at subscription scope using query paramters": {
"Query at subscription scope using query parameters": {
"$ref": "./examples/PolicyTrackedResources_QuerySubscriptionScopeWithFilterAndTop.json"
}
}
Expand Down Expand Up @@ -174,7 +174,7 @@
"Query at resource group scope": {
"$ref": "./examples/PolicyTrackedResources_QueryResourceGroupScope.json"
},
"Query at resource group scope using query paramters": {
"Query at resource group scope using query parameters": {
"$ref": "./examples/PolicyTrackedResources_QueryResourceGroupScopeWithFilterAndTop.json"
}
}
Expand Down Expand Up @@ -222,7 +222,7 @@
"Query at resource scope": {
"$ref": "./examples/PolicyTrackedResources_QueryResourceScope.json"
},
"Query at resource scope using query paramters": {
"Query at resource scope using query parameters": {
"$ref": "./examples/PolicyTrackedResources_QueryResourceScopeWithFilterAndTop.json"
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1188,7 +1188,7 @@
},
"deploymentStatus": {
"$ref": "#/definitions/RemediationDeploymentSummary",
"description": "The deployment status summary for all deplyoments created by the remediation."
"description": "The deployment status summary for all deployments created by the remediation."
}
},
"description": "The remediation properties."
Expand Down Expand Up @@ -1220,7 +1220,7 @@
"description": "The number of deployments required by the remediation that have failed."
}
},
"description": "The deployment status summary for all deplyoments created by the remediation."
"description": "The deployment status summary for all deployments created by the remediation."
},
"ErrorResponse": {
"description": "Error response.",
Expand Down

0 comments on commit 2a06a0b

Please sign in to comment.