Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1051,6 +1051,9 @@
"items": {
"$ref": "#/definitions/DelegatedSubnetUsage"
},
"x-ms-identifiers": [
"subnetName"
],
"readOnly": true
}
},
Expand Down Expand Up @@ -1148,6 +1151,9 @@
"items": {
"$ref": "#/definitions/VcoreCapability"
},
"x-ms-identifiers": [
"name"
],
"readOnly": true
},
"status": {
Expand All @@ -1170,6 +1176,9 @@
"items": {
"$ref": "#/definitions/StorageMBCapability"
},
"x-ms-identifiers": [
"name"
],
"readOnly": true
},
"status": {
Expand Down Expand Up @@ -1214,6 +1223,9 @@
"items": {
"$ref": "#/definitions/StorageEditionCapability"
},
"x-ms-identifiers": [
"name"
],
"description": "The list of editions supported by this server edition.",
"readOnly": true
},
Expand All @@ -1222,6 +1234,9 @@
"items": {
"$ref": "#/definitions/ServerVersionCapability"
},
"x-ms-identifiers": [
"name"
],
"description": "The list of server versions supported by this server edition.",
"readOnly": true
},
Expand All @@ -1246,6 +1261,9 @@
"items": {
"$ref": "#/definitions/StorageEditionCapability"
},
"x-ms-identifiers": [
"name"
],
"description": "The list of editions supported by this server edition.",
"readOnly": true
},
Expand All @@ -1254,6 +1272,9 @@
"items": {
"$ref": "#/definitions/ServerVersionCapability"
},
"x-ms-identifiers": [
"name"
],
"description": "The list of server versions supported by this server edition.",
"readOnly": true
},
Expand All @@ -1262,6 +1283,9 @@
"items": {
"$ref": "#/definitions/NodeTypeCapability"
},
"x-ms-identifiers": [
"name"
],
"description": "The list of Node Types supported by this server edition.",
"readOnly": true
},
Expand Down Expand Up @@ -1300,13 +1324,19 @@
"items": {
"$ref": "#/definitions/FlexibleServerEditionCapability"
},
"x-ms-identifiers": [
"name"
],
"readOnly": true
},
"supportedHyperscaleNodeEditions": {
"type": "array",
"items": {
"$ref": "#/definitions/HyperscaleNodeEditionCapability"
},
"x-ms-identifiers": [
"name"
],
"readOnly": true
},
"status": {
Expand All @@ -1326,6 +1356,9 @@
"items": {
"$ref": "#/definitions/CapabilityProperties"
},
"x-ms-identifiers": [
"zone"
],
"readOnly": true
},
"nextLink": {
Expand Down Expand Up @@ -2013,7 +2046,10 @@
"type": "array",
"items": {
"$ref": "#/definitions/Operation"
}
},
"x-ms-identifiers": [
"name"
]
},
"nextLink": {
"description": "URL client should use to fetch the next page (per server side paging).\r\nIt's null for now, added for future use.",
Expand Down