Skip to content
Closed
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{

Check failure on line 1 in specification/sql/resource-manager/Microsoft.Sql/stable/2025-01-01/LocationCapabilities.json

View workflow job for this annotation

GitHub Actions / TypeSpec Requirement

OpenAPI was not generated from TypeSpec, and spec appears to be new

Check failure on line 1 in specification/sql/resource-manager/Microsoft.Sql/stable/2025-01-01/LocationCapabilities.json

View workflow job for this annotation

GitHub Actions / TypeSpec Requirement

OpenAPI was not generated from TypeSpec, and spec appears to be new

Check failure on line 1 in specification/sql/resource-manager/Microsoft.Sql/stable/2025-01-01/LocationCapabilities.json

View workflow job for this annotation

GitHub Actions / TypeSpec Requirement

OpenAPI was not generated from TypeSpec, and spec appears to be new

Check failure on line 1 in specification/sql/resource-manager/Microsoft.Sql/stable/2025-01-01/LocationCapabilities.json

View workflow job for this annotation

GitHub Actions / TypeSpec Requirement

OpenAPI was not generated from TypeSpec, and spec appears to be new
"swagger": "2.0",
"info": {
"version": "2025-01-01",
Expand Down Expand Up @@ -1028,6 +1028,11 @@
"type": "integer",
"readOnly": true
},
"supportedMemoryLimitsMB": {
"$ref": "#/definitions/MaxLimitRangeCapability",
"description": "Memory limit MB ranges.",
"readOnly": true
},
"supportedMemorySizesInGB": {
"$ref": "#/definitions/MaxLimitRangeCapability",
"description": "Supported memory sizes in GB.",
Expand Down
Loading