Skip to content

Commit 470e93f

Browse files
authored
Adding x-ms-identifiers for AnalysisServices (Azure#17576)
* Adding x-ms-identifiers for AnalysisServices * revert changes related to files outside resource-manager
1 parent 4d63c7c commit 470e93f

File tree

1 file changed

+33
-7
lines changed
  • specification/analysisservices/resource-manager/Microsoft.AnalysisServices/stable/2017-08-01

1 file changed

+33
-7
lines changed

specification/analysisservices/resource-manager/Microsoft.AnalysisServices/stable/2017-08-01/analysisservices.json

Lines changed: 33 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -190,12 +190,12 @@
190190
"200": {
191191
"description": "OK."
192192
},
193-
"204": {
194-
"description": "No Content."
195-
},
196193
"202": {
197194
"description": "Accepted."
198195
},
196+
"204": {
197+
"description": "No Content."
198+
},
199199
"default": {
200200
"description": "Error response describing why the operation failed.",
201201
"schema": {
@@ -869,15 +869,21 @@
869869
"readOnly": true,
870870
"items": {
871871
"$ref": "#/definitions/MetricSpecifications"
872-
}
872+
},
873+
"x-ms-identifiers": [
874+
"name"
875+
]
873876
},
874877
"logSpecifications": {
875878
"description": "The log specifications.",
876879
"type": "array",
877880
"readOnly": true,
878881
"items": {
879882
"$ref": "#/definitions/LogSpecifications"
880-
}
883+
},
884+
"x-ms-identifiers": [
885+
"name"
886+
]
881887
}
882888
}
883889
}
@@ -920,7 +926,10 @@
920926
"readOnly": true,
921927
"items": {
922928
"$ref": "#/definitions/MetricDimensions"
923-
}
929+
},
930+
"x-ms-identifiers": [
931+
"name"
932+
]
924933
}
925934
}
926935
},
@@ -970,7 +979,10 @@
970979
"readOnly": true,
971980
"items": {
972981
"$ref": "#/definitions/Operation"
973-
}
982+
},
983+
"x-ms-identifiers": [
984+
"name"
985+
]
974986
},
975987
"nextLink": {
976988
"description": "URL to get the next set of operation list results if there are any.",
@@ -1265,6 +1277,9 @@
12651277
"$ref": "#/definitions/IPv4FirewallRule",
12661278
"description": "The content of firewall rule."
12671279
},
1280+
"x-ms-identifiers": [
1281+
"firewallRuleName"
1282+
],
12681283
"description": "An array of firewall rules."
12691284
},
12701285
"enablePowerBIService": {
@@ -1420,6 +1435,9 @@
14201435
"items": {
14211436
"$ref": "#/definitions/ResourceSku"
14221437
},
1438+
"x-ms-identifiers": [
1439+
"name"
1440+
],
14231441
"description": "The collection of available SKUs for new resources."
14241442
}
14251443
}
@@ -1433,6 +1451,9 @@
14331451
"items": {
14341452
"$ref": "#/definitions/SkuDetailsForExistingResource"
14351453
},
1454+
"x-ms-identifiers": [
1455+
"sku/name"
1456+
],
14361457
"description": "The collection of available SKUs for existing resources."
14371458
}
14381459
}
@@ -1492,6 +1513,10 @@
14921513
"items": {
14931514
"$ref": "#/definitions/ErrorDetail"
14941515
},
1516+
"x-ms-identifiers": [
1517+
"message",
1518+
"target"
1519+
],
14951520
"description": "The error details."
14961521
},
14971522
"additionalInfo": {
@@ -1500,6 +1525,7 @@
15001525
"items": {
15011526
"$ref": "#/definitions/ErrorAdditionalInfo"
15021527
},
1528+
"x-ms-identifiers": [],
15031529
"description": "The error additional info."
15041530
}
15051531
}

0 commit comments

Comments
 (0)