From ce7720b9e0b01f46c5ec26c0b2ae8c5925c66f84 Mon Sep 17 00:00:00 2001 From: Varad Meru Date: Wed, 14 Feb 2018 14:19:37 -0800 Subject: [PATCH] Fixing the resource definitions --- .../stable/2015-10-31/definitions.json | 29 +++++++------------ 1 file changed, 10 insertions(+), 19 deletions(-) diff --git a/specification/automation/resource-manager/Microsoft.Automation/stable/2015-10-31/definitions.json b/specification/automation/resource-manager/Microsoft.Automation/stable/2015-10-31/definitions.json index 661d4e3c7189..5ea5a26aed3c 100644 --- a/specification/automation/resource-manager/Microsoft.Automation/stable/2015-10-31/definitions.json +++ b/specification/automation/resource-manager/Microsoft.Automation/stable/2015-10-31/definitions.json @@ -1204,22 +1204,17 @@ }, "DscCompilationJob": { "properties": { - "id": { - "type": "string", - "readOnly": true, - "description": "Gets the id of the resource." - }, - "name": { - "type": "string", - "readOnly": true, - "description": "Dsc Compilation Job name" - }, "properties": { "$ref": "#/definitions/DscCompilationJobProperties", "x-ms-client-flatten": true, "description": "Gets or sets the properties of the Dsc Compilation job." } }, + "allOf": [ + { + "$ref": "#/definitions/ProxyResource" + } + ], "description": "Definition of the Dsc Compilation job." }, "DscCompilationJobListResult": { @@ -1541,10 +1536,6 @@ }, "DscNodeConfiguration": { "properties": { - "name": { - "type": "string", - "description": "Gets or sets the node configuration name." - }, "lastModifiedTime": { "type": "string", "format": "date-time", @@ -1558,13 +1549,13 @@ "configuration": { "$ref": "#/definitions/DscConfigurationAssociationProperty", "description": "Gets or sets the configuration of the node." - }, - "id": { - "type": "string", - "description": "Gets or sets the id of the resource." } }, - "x-ms-azure-resource": true, + "allOf": [ + { + "$ref": "#/definitions/ProxyResource" + } + ], "description": "Definition of the dsc node configuration." }, "DscNodeConfigurationListResult": {