Skip to content

Commit

Permalink
typo: blueprint/resource-manager/Microsoft.Blueprint (#5051)
Browse files Browse the repository at this point in the history
- fullfillment -> fulfillment
- deinition -> definition
- policyAssginment -> policyAssignment
  • Loading branch information
nschonni authored and praries880 committed Jan 17, 2019
1 parent aa18874 commit 460aeba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,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 @@ -139,7 +139,7 @@
],
"responses": {
"200": {
"description": "OK -- blueprint deinition deleted",
"description": "OK -- blueprint definition deleted",
"schema": {
"$ref": "#/definitions/Blueprint"
}
Expand Down Expand Up @@ -1026,7 +1026,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 @@ -1045,7 +1045,7 @@
"type": "object",
"properties": {},
"additionalProperties": {
"description": "keyValue pair of parameter fullfillment.",
"description": "keyValue pair of parameter fulfillment.",
"$ref": "#/definitions/ParameterValueBase"
}
},
Expand Down

0 comments on commit 460aeba

Please sign in to comment.