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 @@ -335,7 +335,7 @@
"type": "object",
"properties": {},
"additionalProperties": {
"description": "keyValue pair of parameter fullfillment.",
"description": "keyValue pair of parameter fulfillment.",
"$ref": "#/definitions/ParameterValueBase"
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
],
"responses": {
"200": {
"description": "OK -- blueprint deinition deleted",
"description": "OK -- blueprint definition deleted",
"schema": {
"$ref": "#/definitions/Blueprint"
}
Expand Down Expand Up @@ -987,7 +987,7 @@
"x-ms-discriminator-value": "policyAssignment",
"properties": {
"properties": {
"description": "properties for policyAssginment Artifact",
"description": "properties for policyAssignment Artifact",
"x-ms-client-flatten": true,
"$ref": "#/definitions/PolicyAssignmentArtifactProperties"
}
Expand All @@ -1006,7 +1006,7 @@
"type": "object",
"properties": {},
"additionalProperties": {
"description": "keyValue pair of parameter fullfillment.",
"description": "keyValue pair of parameter fulfillment.",
"$ref": "#/definitions/ParameterValueBase"
}
},
Expand Down