Skip to content

Commit

Permalink
Add x-ms-identifiers to storagecache/resource-manager. (#17785)
Browse files Browse the repository at this point in the history
Co-authored-by: Steven Vukelich <svukel@microsoft.com>
  • Loading branch information
vukelich and vukelich committed Feb 11, 2022
1 parent 2a02938 commit 1278405
Showing 1 changed file with 42 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1270,7 +1270,10 @@
"type": "array",
"items": {
"$ref": "#/definitions/MetricSpecification"
}
},
"x-ms-identifiers": [
"name"
]
}
}
}
Expand All @@ -1291,6 +1294,9 @@
"items": {
"$ref": "#/definitions/ApiOperation"
},
"x-ms-identifiers": [
"name"
],
"type": "array"
}
},
Expand Down Expand Up @@ -1319,6 +1325,7 @@
"items": {
"$ref": "#/definitions/CloudErrorBody"
},
"x-ms-identifiers": [],
"type": "array"
},
"message": {
Expand Down Expand Up @@ -1646,6 +1653,9 @@
"items": {
"$ref": "#/definitions/NfsAccessPolicy"
},
"x-ms-identifiers": [
"name"
],
"type": "array"
}
}
Expand Down Expand Up @@ -1829,7 +1839,8 @@
"type": "array",
"items": {
"$ref": "#/definitions/NfsAccessRule"
}
},
"x-ms-identifiers": []
}
},
"required": [
Expand Down Expand Up @@ -1971,7 +1982,11 @@
"type": "array",
"items": {
"$ref": "#/definitions/Condition"
}
},
"x-ms-identifiers": [
"message",
"timestamp"
]
}
}
},
Expand Down Expand Up @@ -2100,7 +2115,10 @@
"type": "array",
"items": {
"$ref": "#/definitions/NamespaceJunction"
}
},
"x-ms-identifiers": [
"namespacePath"
]
},
"targetType": {
"description": "Type of the Storage Target.",
Expand Down Expand Up @@ -2248,6 +2266,9 @@
"items": {
"$ref": "#/definitions/ResourceSkuCapabilities"
},
"x-ms-identifiers": [
"name"
],
"type": "array"
},
"locations": {
Expand All @@ -2263,6 +2284,9 @@
"items": {
"$ref": "#/definitions/ResourceSkuLocationInfo"
},
"x-ms-identifiers": [
"location"
],
"type": "array"
},
"name": {
Expand All @@ -2274,6 +2298,9 @@
"items": {
"$ref": "#/definitions/Restriction"
},
"x-ms-identifiers": [
"type"
],
"description": "The restrictions preventing this SKU from being used. This is empty if there are no restrictions."
}
},
Expand Down Expand Up @@ -2355,6 +2382,10 @@
"items": {
"$ref": "#/definitions/ResourceSku"
},
"x-ms-identifiers": [
"name",
"resourceType"
],
"type": "array"
}
}
Expand Down Expand Up @@ -2439,6 +2470,9 @@
"items": {
"$ref": "#/definitions/UsageModel"
},
"x-ms-identifiers": [
"modelName"
],
"type": "array"
}
},
Expand Down Expand Up @@ -2497,7 +2531,10 @@
"type": "array",
"items": {
"$ref": "#/definitions/MetricDimension"
}
},
"x-ms-identifiers": [
"internalName"
]
}
}
},
Expand Down

0 comments on commit 1278405

Please sign in to comment.