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 @@ -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