From 460aeba5a8054aa9303ddad4e5a11900c0def144 Mon Sep 17 00:00:00 2001 From: Nick Schonning Date: Thu, 17 Jan 2019 16:00:00 -0500 Subject: [PATCH] typo: blueprint/resource-manager/Microsoft.Blueprint (#5051) - fullfillment -> fulfillment - deinition -> definition - policyAssginment -> policyAssignment --- .../preview/2018-11-01-preview/blueprintAssignment.json | 2 +- .../preview/2018-11-01-preview/blueprintDefinition.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/specification/blueprint/resource-manager/Microsoft.Blueprint/preview/2018-11-01-preview/blueprintAssignment.json b/specification/blueprint/resource-manager/Microsoft.Blueprint/preview/2018-11-01-preview/blueprintAssignment.json index 43e9485f3f17..c2959b334c2f 100644 --- a/specification/blueprint/resource-manager/Microsoft.Blueprint/preview/2018-11-01-preview/blueprintAssignment.json +++ b/specification/blueprint/resource-manager/Microsoft.Blueprint/preview/2018-11-01-preview/blueprintAssignment.json @@ -357,7 +357,7 @@ "type": "object", "properties": {}, "additionalProperties": { - "description": "keyValue pair of parameter fullfillment.", + "description": "keyValue pair of parameter fulfillment.", "$ref": "#/definitions/ParameterValueBase" } }, diff --git a/specification/blueprint/resource-manager/Microsoft.Blueprint/preview/2018-11-01-preview/blueprintDefinition.json b/specification/blueprint/resource-manager/Microsoft.Blueprint/preview/2018-11-01-preview/blueprintDefinition.json index 631b483b9163..7b623936dec3 100644 --- a/specification/blueprint/resource-manager/Microsoft.Blueprint/preview/2018-11-01-preview/blueprintDefinition.json +++ b/specification/blueprint/resource-manager/Microsoft.Blueprint/preview/2018-11-01-preview/blueprintDefinition.json @@ -139,7 +139,7 @@ ], "responses": { "200": { - "description": "OK -- blueprint deinition deleted", + "description": "OK -- blueprint definition deleted", "schema": { "$ref": "#/definitions/Blueprint" } @@ -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" } @@ -1045,7 +1045,7 @@ "type": "object", "properties": {}, "additionalProperties": { - "description": "keyValue pair of parameter fullfillment.", + "description": "keyValue pair of parameter fulfillment.", "$ref": "#/definitions/ParameterValueBase" } },