Skip to content
Merged
Show file tree
Hide file tree
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
@@ -1,4 +1,4 @@
{

Check notice on line 1 in specification/sql/resource-manager/Microsoft.Sql/preview/2023-08-01-preview/ManagedInstances.json

View workflow job for this annotation

GitHub Actions / TypeSpec Requirement

Brownfield services will soon be required to convert from OpenAPI to TypeSpec. See https://aka.ms/azsdk/typespec.
"swagger": "2.0",
"info": {
"version": "2023-08-01-preview",
Expand Down Expand Up @@ -1114,11 +1114,6 @@
"description": "Storage throughput MBps parameter is not supported in the instance create/update operation.",
"type": "integer"
},
"totalMemoryMB": {
"format": "int32",
"description": "Total memory in MB. Minimum value: 7168. Maximum value: 891328. Increments of 1 MB allowed only. Maximum value depends on the selected hardware family and number of vCores.",
"type": "integer"
},
"collation": {
"description": "Collation of the managed instance.",
"type": "string",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{

Check notice on line 1 in specification/sql/resource-manager/Microsoft.Sql/preview/2024-05-01-preview/ManagedInstances.json

View workflow job for this annotation

GitHub Actions / TypeSpec Requirement

Brownfield services will soon be required to convert from OpenAPI to TypeSpec. See https://aka.ms/azsdk/typespec.
"swagger": "2.0",
"info": {
"version": "2024-05-01-preview",
Expand Down Expand Up @@ -1114,11 +1114,6 @@
"description": "Storage throughput MBps parameter is not supported in the instance create/update operation.",
"type": "integer"
},
"totalMemoryMB": {
"format": "int32",
"description": "Total memory in MB. Minimum value: 7168. Maximum value: 891328. Increments of 1 MB allowed only. Maximum value depends on the selected hardware family and number of vCores.",
"type": "integer"
},
"collation": {
"description": "Collation of the managed instance.",
"type": "string",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{

Check notice on line 1 in specification/sql/resource-manager/Microsoft.Sql/preview/2024-08-01-preview/DatabaseAdvisors.json

View workflow job for this annotation

GitHub Actions / TypeSpec Requirement

Brownfield services will soon be required to convert from OpenAPI to TypeSpec. See https://aka.ms/azsdk/typespec.
"swagger": "2.0",
"info": {
"version": "2024-08-01-preview",
Expand Down Expand Up @@ -406,7 +406,9 @@
"details": {
"description": "Gets additional details specific to this recommended action.",
"type": "object",
"additionalProperties": true,
"additionalProperties": {
"type": "string"
},
"readOnly": true
}
}
Expand Down Expand Up @@ -661,4 +663,3 @@
}
}
}

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{

Check notice on line 1 in specification/sql/resource-manager/Microsoft.Sql/preview/2024-08-01-preview/DatabaseRecommendedActions.json

View workflow job for this annotation

GitHub Actions / TypeSpec Requirement

Brownfield services will soon be required to convert from OpenAPI to TypeSpec. See https://aka.ms/azsdk/typespec.
"swagger": "2.0",
"info": {
"version": "2024-08-01-preview",
Expand Down Expand Up @@ -495,7 +495,9 @@
"details": {
"description": "Gets additional details specific to this recommended action.",
"type": "object",
"additionalProperties": true,
"additionalProperties": {
"type": "string"
},
"readOnly": true
}
}
Expand Down Expand Up @@ -583,4 +585,3 @@
}
}
}

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{

Check notice on line 1 in specification/sql/resource-manager/Microsoft.Sql/preview/2024-08-01-preview/LocationCapabilities.json

View workflow job for this annotation

GitHub Actions / TypeSpec Requirement

Brownfield services will soon be required to convert from OpenAPI to TypeSpec. See https://aka.ms/azsdk/typespec.
"swagger": "2.0",
"info": {
"version": "2024-08-01-preview",
Expand Down Expand Up @@ -1023,9 +1023,9 @@
"type": "integer",
"readOnly": true
},
"supportedMemoryLimitsMB": {
"supportedMemorySizesInGB": {
"$ref": "#/definitions/MaxLimitRangeCapability",
"description": "Memory limit MB ranges.",
"description": "Supported memory sizes in GB.",
"readOnly": true
},
"includedMaxSize": {
Expand Down Expand Up @@ -1668,4 +1668,3 @@
}
}
}

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{

Check notice on line 1 in specification/sql/resource-manager/Microsoft.Sql/preview/2024-08-01-preview/ServerAdvisors.json

View workflow job for this annotation

GitHub Actions / TypeSpec Requirement

Brownfield services will soon be required to convert from OpenAPI to TypeSpec. See https://aka.ms/azsdk/typespec.
"swagger": "2.0",
"info": {
"version": "2024-08-01-preview",
Expand Down Expand Up @@ -583,7 +583,9 @@
"details": {
"description": "Gets additional details specific to this recommended action.",
"type": "object",
"additionalProperties": true,
"additionalProperties": {
"type": "string"
},
"readOnly": true
}
}
Expand Down Expand Up @@ -663,4 +665,3 @@
}
}
}

Original file line number Diff line number Diff line change
Expand Up @@ -597,9 +597,9 @@
"observedImpact": [],
"timeSeries": [],
"details": {
"sqlErrorNumber": 208,
"sqlErrorNumber": "208",
"sqlErrorMessage": "Invalid object name 'dbo.Companies'.",
"sqlErrorCount": 342482
"sqlErrorCount": "342482"
}
}
}
Expand All @@ -623,4 +623,3 @@
}
}
}

Original file line number Diff line number Diff line change
Expand Up @@ -597,9 +597,9 @@
"observedImpact": [],
"timeSeries": [],
"details": {
"sqlErrorNumber": 208,
"sqlErrorNumber": "208",
"sqlErrorMessage": "Invalid object name 'dbo.Companies'.",
"sqlErrorCount": 342482,
"sqlErrorCount": "342482",
"databaseName": "IndexAdvisor_test_3"
}
}
Expand All @@ -624,4 +624,3 @@
}
}
}

Loading