You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: specification/analysisservices/resource-manager/Microsoft.AnalysisServices/stable/2017-08-01/analysisservices.json
+33-7Lines changed: 33 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -190,12 +190,12 @@
190
190
"200": {
191
191
"description": "OK."
192
192
},
193
-
"204": {
194
-
"description": "No Content."
195
-
},
196
193
"202": {
197
194
"description": "Accepted."
198
195
},
196
+
"204": {
197
+
"description": "No Content."
198
+
},
199
199
"default": {
200
200
"description": "Error response describing why the operation failed.",
201
201
"schema": {
@@ -869,15 +869,21 @@
869
869
"readOnly": true,
870
870
"items": {
871
871
"$ref": "#/definitions/MetricSpecifications"
872
-
}
872
+
},
873
+
"x-ms-identifiers": [
874
+
"name"
875
+
]
873
876
},
874
877
"logSpecifications": {
875
878
"description": "The log specifications.",
876
879
"type": "array",
877
880
"readOnly": true,
878
881
"items": {
879
882
"$ref": "#/definitions/LogSpecifications"
880
-
}
883
+
},
884
+
"x-ms-identifiers": [
885
+
"name"
886
+
]
881
887
}
882
888
}
883
889
}
@@ -920,7 +926,10 @@
920
926
"readOnly": true,
921
927
"items": {
922
928
"$ref": "#/definitions/MetricDimensions"
923
-
}
929
+
},
930
+
"x-ms-identifiers": [
931
+
"name"
932
+
]
924
933
}
925
934
}
926
935
},
@@ -970,7 +979,10 @@
970
979
"readOnly": true,
971
980
"items": {
972
981
"$ref": "#/definitions/Operation"
973
-
}
982
+
},
983
+
"x-ms-identifiers": [
984
+
"name"
985
+
]
974
986
},
975
987
"nextLink": {
976
988
"description": "URL to get the next set of operation list results if there are any.",
@@ -1265,6 +1277,9 @@
1265
1277
"$ref": "#/definitions/IPv4FirewallRule",
1266
1278
"description": "The content of firewall rule."
1267
1279
},
1280
+
"x-ms-identifiers": [
1281
+
"firewallRuleName"
1282
+
],
1268
1283
"description": "An array of firewall rules."
1269
1284
},
1270
1285
"enablePowerBIService": {
@@ -1420,6 +1435,9 @@
1420
1435
"items": {
1421
1436
"$ref": "#/definitions/ResourceSku"
1422
1437
},
1438
+
"x-ms-identifiers": [
1439
+
"name"
1440
+
],
1423
1441
"description": "The collection of available SKUs for new resources."
0 commit comments