From eef3c7046ebad353cb28ad76a425e1ea145d18d7 Mon Sep 17 00:00:00 2001 From: Ian Hays Date: Wed, 5 Dec 2018 14:26:10 -0800 Subject: [PATCH] [LabServices] Fix typo, remove required from optional param --- .../Microsoft.LabServices/stable/2018-10-15/ML.json | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/specification/labservices/resource-manager/Microsoft.LabServices/stable/2018-10-15/ML.json b/specification/labservices/resource-manager/Microsoft.LabServices/stable/2018-10-15/ML.json index 22df8e02e8c8..1ad5db20bab3 100644 --- a/specification/labservices/resource-manager/Microsoft.LabServices/stable/2018-10-15/ML.json +++ b/specification/labservices/resource-manager/Microsoft.LabServices/stable/2018-10-15/ML.json @@ -152,11 +152,11 @@ "type": "string" }, { - "name": "personalPerferencesOperationsPayload", + "name": "personalPreferencesOperationsPayload", "in": "body", "description": "Represents payload for any Environment operations like get, start, stop, connect", "required": true, - "schema": { "$ref": "#/definitions/PersonalPerferencesOperationsPayload" } + "schema": { "$ref": "#/definitions/PersonalPreferencesOperationsPayload" } }, { "$ref": "#/parameters/api-version" } ], @@ -2505,7 +2505,6 @@ }, "Environment": { "description": "Represents an environment instance", - "required": [ "properties" ], "type": "object", "allOf": [ { "$ref": "#/definitions/Resource" } ], "properties": { @@ -2677,7 +2676,6 @@ }, "EnvironmentSetting": { "description": "Represents settings of an environment, from which environment instances would be created", - "required": [ "properties" ], "type": "object", "allOf": [ { "$ref": "#/definitions/Resource" } ], "properties": { @@ -3615,7 +3613,7 @@ } } }, - "PersonalPerferencesOperationsPayload": { + "PersonalPreferencesOperationsPayload": { "description": "Represents payload for any Environment operations like get, start, stop, connect", "type": "object", "properties": {