Skip to content

Commit

Permalink
Adding x-ms-identifiers for AnalysisServices (#17576)
Browse files Browse the repository at this point in the history
* Adding x-ms-identifiers for AnalysisServices

* revert changes related to files outside resource-manager
  • Loading branch information
agalerrotaru authored Feb 8, 2022
1 parent 4d63c7c commit 470e93f
Showing 1 changed file with 33 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down Expand Up @@ -869,15 +869,21 @@
"readOnly": true,
"items": {
"$ref": "#/definitions/MetricSpecifications"
}
},
"x-ms-identifiers": [
"name"
]
},
"logSpecifications": {
"description": "The log specifications.",
"type": "array",
"readOnly": true,
"items": {
"$ref": "#/definitions/LogSpecifications"
}
},
"x-ms-identifiers": [
"name"
]
}
}
}
Expand Down Expand Up @@ -920,7 +926,10 @@
"readOnly": true,
"items": {
"$ref": "#/definitions/MetricDimensions"
}
},
"x-ms-identifiers": [
"name"
]
}
}
},
Expand Down Expand Up @@ -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.",
Expand Down Expand Up @@ -1265,6 +1277,9 @@
"$ref": "#/definitions/IPv4FirewallRule",
"description": "The content of firewall rule."
},
"x-ms-identifiers": [
"firewallRuleName"
],
"description": "An array of firewall rules."
},
"enablePowerBIService": {
Expand Down Expand Up @@ -1420,6 +1435,9 @@
"items": {
"$ref": "#/definitions/ResourceSku"
},
"x-ms-identifiers": [
"name"
],
"description": "The collection of available SKUs for new resources."
}
}
Expand All @@ -1433,6 +1451,9 @@
"items": {
"$ref": "#/definitions/SkuDetailsForExistingResource"
},
"x-ms-identifiers": [
"sku/name"
],
"description": "The collection of available SKUs for existing resources."
}
}
Expand Down Expand Up @@ -1492,6 +1513,10 @@
"items": {
"$ref": "#/definitions/ErrorDetail"
},
"x-ms-identifiers": [
"message",
"target"
],
"description": "The error details."
},
"additionalInfo": {
Expand All @@ -1500,6 +1525,7 @@
"items": {
"$ref": "#/definitions/ErrorAdditionalInfo"
},
"x-ms-identifiers": [],
"description": "The error additional info."
}
}
Expand Down

0 comments on commit 470e93f

Please sign in to comment.