From 1837abfba5788262c7f736b9ba4eeba21d4c8e5f Mon Sep 17 00:00:00 2001 From: SDK Automation Date: Tue, 15 Sep 2020 03:39:24 +0000 Subject: [PATCH] Generated from a35b1cd98e20d7c9b3c4fdcb23125b7ea85acca6 add alias for auto_rev_minor_version --- .../Microsoft.HybridCompute.json | 2 +- .../Microsoft.HybridCompute.json | 2 +- .../2019-12-12/Microsoft.HybridCompute.json | 10 +- .../Microsoft.HybridCompute.json | 2 +- .../2020-08-02/Microsoft.HybridCompute.json | 93 +------------------ .../Microsoft.HybridCompute.json | 2 +- 6 files changed, 11 insertions(+), 100 deletions(-) diff --git a/schemas/2019-03-18-preview/Microsoft.HybridCompute.json b/schemas/2019-03-18-preview/Microsoft.HybridCompute.json index 3f5595f1f4..63eb43236e 100644 --- a/schemas/2019-03-18-preview/Microsoft.HybridCompute.json +++ b/schemas/2019-03-18-preview/Microsoft.HybridCompute.json @@ -115,4 +115,4 @@ "description": "Specifies the operating system settings for the hybrid machine." } } -} \ No newline at end of file +} diff --git a/schemas/2019-08-02-preview/Microsoft.HybridCompute.json b/schemas/2019-08-02-preview/Microsoft.HybridCompute.json index c5d0399d59..b9ca8ad1c1 100644 --- a/schemas/2019-08-02-preview/Microsoft.HybridCompute.json +++ b/schemas/2019-08-02-preview/Microsoft.HybridCompute.json @@ -407,4 +407,4 @@ "description": "Specifies the operating system settings for the hybrid machine." } } -} \ No newline at end of file +} diff --git a/schemas/2019-12-12/Microsoft.HybridCompute.json b/schemas/2019-12-12/Microsoft.HybridCompute.json index 78736a4068..ac22d5c96d 100644 --- a/schemas/2019-12-12/Microsoft.HybridCompute.json +++ b/schemas/2019-12-12/Microsoft.HybridCompute.json @@ -16,7 +16,7 @@ "identity": { "oneOf": [ { - "$ref": "#/definitions/MachineIdentityModel" + "$ref": "#/definitions/MachineIdentity" }, { "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" @@ -34,7 +34,7 @@ "properties": { "oneOf": [ { - "$ref": "#/definitions/MachinePropertiesModelModelModel" + "$ref": "#/definitions/MachinePropertiesModel" }, { "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" @@ -321,7 +321,7 @@ }, "description": "The machine extension instance view." }, - "MachineIdentityModel": { + "MachineIdentity": { "type": "object", "properties": { "type": { @@ -340,7 +340,7 @@ } } }, - "MachinePropertiesModelModelModel": { + "MachinePropertiesModel": { "type": "object", "properties": { "clientPublicKey": { @@ -455,4 +455,4 @@ "description": "Microsoft.HybridCompute/machines/extensions" } } -} \ No newline at end of file +} diff --git a/schemas/2020-07-30-preview/Microsoft.HybridCompute.json b/schemas/2020-07-30-preview/Microsoft.HybridCompute.json index cc8892bc76..406a90929b 100644 --- a/schemas/2020-07-30-preview/Microsoft.HybridCompute.json +++ b/schemas/2020-07-30-preview/Microsoft.HybridCompute.json @@ -445,4 +445,4 @@ "description": "Microsoft.HybridCompute/machines/extensions" } } -} \ No newline at end of file +} diff --git a/schemas/2020-08-02/Microsoft.HybridCompute.json b/schemas/2020-08-02/Microsoft.HybridCompute.json index 5b0f028624..f0125cd096 100644 --- a/schemas/2020-08-02/Microsoft.HybridCompute.json +++ b/schemas/2020-08-02/Microsoft.HybridCompute.json @@ -170,72 +170,9 @@ ], "description": "Metadata pertaining to the geographic location of the resource." }, - "MachineExtensionInstanceView": { - "type": "object", - "properties": { - "name": { - "type": "string", - "description": "The machine extension name." - }, - "status": { - "oneOf": [ - { - "$ref": "#/definitions/MachineExtensionInstanceViewStatus" - }, - { - "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" - } - ], - "description": "Instance view status." - }, - "type": { - "type": "string", - "description": "Specifies the type of the extension; an example is \"CustomScriptExtension\"." - }, - "typeHandlerVersion": { - "type": "string", - "description": "Specifies the version of the script handler." - } - }, - "description": "Describes the Machine Extension Instance View." - }, "MachineExtensionInstanceViewStatus": { "type": "object", - "properties": { - "code": { - "type": "string", - "description": "The status code." - }, - "displayStatus": { - "type": "string", - "description": "The short localizable label for the status." - }, - "level": { - "oneOf": [ - { - "type": "string", - "enum": [ - "Info", - "Warning", - "Error" - ] - }, - { - "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" - } - ], - "description": "The level code." - }, - "message": { - "type": "string", - "description": "The detailed status message, including for alerts and error messages." - }, - "time": { - "type": "string", - "format": "date-time", - "description": "The time of the status." - } - }, + "properties": {}, "description": "Instance view status." }, "MachineExtensionProperties": { @@ -295,10 +232,6 @@ "MachineExtensionPropertiesInstanceView": { "type": "object", "properties": { - "name": { - "type": "string", - "description": "The machine extension name." - }, "status": { "oneOf": [ { @@ -309,14 +242,6 @@ } ], "description": "Instance view status." - }, - "type": { - "type": "string", - "description": "Specifies the type of the extension; an example is \"CustomScriptExtension\"." - }, - "typeHandlerVersion": { - "type": "string", - "description": "Specifies the version of the script handler." } }, "description": "The machine extension instance view." @@ -337,20 +262,6 @@ "type": "string", "description": "Public Key that the client provides to be used during initial resource onboarding" }, - "extensions": { - "oneOf": [ - { - "type": "array", - "items": { - "$ref": "#/definitions/MachineExtensionInstanceView" - } - }, - { - "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" - } - ], - "description": "Machine Extensions information" - }, "locationData": { "oneOf": [ { @@ -445,4 +356,4 @@ "description": "Microsoft.HybridCompute/machines/extensions" } } -} \ No newline at end of file +} diff --git a/schemas/2020-08-15-preview/Microsoft.HybridCompute.json b/schemas/2020-08-15-preview/Microsoft.HybridCompute.json index 1007a274dd..9d53005629 100644 --- a/schemas/2020-08-15-preview/Microsoft.HybridCompute.json +++ b/schemas/2020-08-15-preview/Microsoft.HybridCompute.json @@ -760,4 +760,4 @@ "description": "Properties of a private link scoped resource." } } -} \ No newline at end of file +}