From ac79cc1c3ed8c71793b852fee74585de432e2543 Mon Sep 17 00:00:00 2001 From: Adriana Galer Rotaru Date: Mon, 31 Jan 2022 23:10:11 -0500 Subject: [PATCH 1/2] Adding x-ms-identifiers for AnalysisServices --- .../2017-08-01-beta/analysisservices.json | 29 ++++++++++++-- .../stable/2017-08-01/analysisservices.json | 40 +++++++++++++++---- 2 files changed, 58 insertions(+), 11 deletions(-) diff --git a/specification/analysisservices/resource-manager/Microsoft.AnalysisServices/preview/2017-08-01-beta/analysisservices.json b/specification/analysisservices/resource-manager/Microsoft.AnalysisServices/preview/2017-08-01-beta/analysisservices.json index f4ef79510026..57fa150a12bb 100644 --- a/specification/analysisservices/resource-manager/Microsoft.AnalysisServices/preview/2017-08-01-beta/analysisservices.json +++ b/specification/analysisservices/resource-manager/Microsoft.AnalysisServices/preview/2017-08-01-beta/analysisservices.json @@ -184,12 +184,12 @@ "200": { "description": "OK." }, - "204": { - "description": "No Content." - }, "202": { "description": "Accepted." }, + "204": { + "description": "No Content." + }, "default": { "description": "Error response describing why the operation failed.", "schema": { @@ -862,7 +862,10 @@ "readOnly": true, "items": { "$ref": "#/definitions/Operation" - } + }, + "x-ms-identifiers": [ + "name" + ] }, "nextLink": { "description": "URL to get the next set of operation list results if there are any.", @@ -1157,6 +1160,9 @@ "$ref": "#/definitions/IPv4FirewallRule", "description": "The content of firewall rule." }, + "x-ms-identifiers": [ + "firewallRuleName" + ], "description": "An array of firewall rules." }, "enablePowerBIService": { @@ -1321,6 +1327,9 @@ "items": { "$ref": "#/definitions/ResourceSku" }, + "x-ms-identifiers": [ + "name" + ], "description": "The collection of available SKUs for new resources." } } @@ -1334,6 +1343,9 @@ "items": { "$ref": "#/definitions/SkuDetailsForExistingResource" }, + "x-ms-identifiers": [ + "sku/name" + ], "description": "The collection of available SKUs for existing resources." } } @@ -1372,6 +1384,10 @@ "items": { "$ref": "#/definitions/ErrorDetail" }, + "x-ms-identifiers": [ + "message", + "target" + ], "description": "The error details." }, "additionalInfo": { @@ -1380,6 +1396,7 @@ "items": { "$ref": "#/definitions/ErrorAdditionalInfo" }, + "x-ms-identifiers": [], "description": "The error additional info." } } @@ -1421,6 +1438,10 @@ "items": { "$ref": "#/definitions/ErrorDetail" }, + "x-ms-identifiers": [ + "message", + "target" + ], "description": "The error details." } } diff --git a/specification/analysisservices/resource-manager/Microsoft.AnalysisServices/stable/2017-08-01/analysisservices.json b/specification/analysisservices/resource-manager/Microsoft.AnalysisServices/stable/2017-08-01/analysisservices.json index 7cf304e7d326..ec94b0bb58c4 100644 --- a/specification/analysisservices/resource-manager/Microsoft.AnalysisServices/stable/2017-08-01/analysisservices.json +++ b/specification/analysisservices/resource-manager/Microsoft.AnalysisServices/stable/2017-08-01/analysisservices.json @@ -190,12 +190,12 @@ "200": { "description": "OK." }, - "204": { - "description": "No Content." - }, "202": { "description": "Accepted." }, + "204": { + "description": "No Content." + }, "default": { "description": "Error response describing why the operation failed.", "schema": { @@ -869,7 +869,10 @@ "readOnly": true, "items": { "$ref": "#/definitions/MetricSpecifications" - } + }, + "x-ms-identifiers": [ + "name" + ] }, "logSpecifications": { "description": "The log specifications.", @@ -877,7 +880,10 @@ "readOnly": true, "items": { "$ref": "#/definitions/LogSpecifications" - } + }, + "x-ms-identifiers": [ + "name" + ] } } } @@ -920,7 +926,10 @@ "readOnly": true, "items": { "$ref": "#/definitions/MetricDimensions" - } + }, + "x-ms-identifiers": [ + "name" + ] } } }, @@ -970,7 +979,10 @@ "readOnly": true, "items": { "$ref": "#/definitions/Operation" - } + }, + "x-ms-identifiers": [ + "name" + ] }, "nextLink": { "description": "URL to get the next set of operation list results if there are any.", @@ -1265,6 +1277,9 @@ "$ref": "#/definitions/IPv4FirewallRule", "description": "The content of firewall rule." }, + "x-ms-identifiers": [ + "firewallRuleName" + ], "description": "An array of firewall rules." }, "enablePowerBIService": { @@ -1420,6 +1435,9 @@ "items": { "$ref": "#/definitions/ResourceSku" }, + "x-ms-identifiers": [ + "name" + ], "description": "The collection of available SKUs for new resources." } } @@ -1433,6 +1451,9 @@ "items": { "$ref": "#/definitions/SkuDetailsForExistingResource" }, + "x-ms-identifiers": [ + "sku/name" + ], "description": "The collection of available SKUs for existing resources." } } @@ -1492,6 +1513,10 @@ "items": { "$ref": "#/definitions/ErrorDetail" }, + "x-ms-identifiers": [ + "message", + "target" + ], "description": "The error details." }, "additionalInfo": { @@ -1500,6 +1525,7 @@ "items": { "$ref": "#/definitions/ErrorAdditionalInfo" }, + "x-ms-identifiers": [], "description": "The error additional info." } } From 2dc518b36388cec778f996b751238becfc45977c Mon Sep 17 00:00:00 2001 From: Adriana Galer Rotaru Date: Tue, 1 Feb 2022 12:32:00 -0500 Subject: [PATCH 2/2] revert changes related to files outside resource-manager --- .../2017-08-01-beta/analysisservices.json | 29 +++---------------- 1 file changed, 4 insertions(+), 25 deletions(-) diff --git a/specification/analysisservices/resource-manager/Microsoft.AnalysisServices/preview/2017-08-01-beta/analysisservices.json b/specification/analysisservices/resource-manager/Microsoft.AnalysisServices/preview/2017-08-01-beta/analysisservices.json index 57fa150a12bb..f4ef79510026 100644 --- a/specification/analysisservices/resource-manager/Microsoft.AnalysisServices/preview/2017-08-01-beta/analysisservices.json +++ b/specification/analysisservices/resource-manager/Microsoft.AnalysisServices/preview/2017-08-01-beta/analysisservices.json @@ -184,12 +184,12 @@ "200": { "description": "OK." }, - "202": { - "description": "Accepted." - }, "204": { "description": "No Content." }, + "202": { + "description": "Accepted." + }, "default": { "description": "Error response describing why the operation failed.", "schema": { @@ -862,10 +862,7 @@ "readOnly": true, "items": { "$ref": "#/definitions/Operation" - }, - "x-ms-identifiers": [ - "name" - ] + } }, "nextLink": { "description": "URL to get the next set of operation list results if there are any.", @@ -1160,9 +1157,6 @@ "$ref": "#/definitions/IPv4FirewallRule", "description": "The content of firewall rule." }, - "x-ms-identifiers": [ - "firewallRuleName" - ], "description": "An array of firewall rules." }, "enablePowerBIService": { @@ -1327,9 +1321,6 @@ "items": { "$ref": "#/definitions/ResourceSku" }, - "x-ms-identifiers": [ - "name" - ], "description": "The collection of available SKUs for new resources." } } @@ -1343,9 +1334,6 @@ "items": { "$ref": "#/definitions/SkuDetailsForExistingResource" }, - "x-ms-identifiers": [ - "sku/name" - ], "description": "The collection of available SKUs for existing resources." } } @@ -1384,10 +1372,6 @@ "items": { "$ref": "#/definitions/ErrorDetail" }, - "x-ms-identifiers": [ - "message", - "target" - ], "description": "The error details." }, "additionalInfo": { @@ -1396,7 +1380,6 @@ "items": { "$ref": "#/definitions/ErrorAdditionalInfo" }, - "x-ms-identifiers": [], "description": "The error additional info." } } @@ -1438,10 +1421,6 @@ "items": { "$ref": "#/definitions/ErrorDetail" }, - "x-ms-identifiers": [ - "message", - "target" - ], "description": "The error details." } }