Skip to content
Prev Previous commit
Next Next commit
Update sqlServerAvailabilityGroups.json
  • Loading branch information
swells authored Sep 24, 2024
commit 938e7ed269dc8d06fd478907dbb33eb4daa36483
Original file line number Diff line number Diff line change
Expand Up @@ -525,12 +525,10 @@
"in": "body",
"description": "The database names to add to the SQL Server availability group resource.",
"required": true,
"schema": {
"type": "array",
"type": "array",
"items": {
"type": "string"
}
}
}
],
"responses": {
Expand Down Expand Up @@ -583,7 +581,7 @@
"description": "The database names to remove from the SQL Server availability group resource.",
"required": true,
"schema": {
"$ref": "#/definitions/databases"
"$ref": "#/definitions/Databases"
}
}
],
Expand Down Expand Up @@ -1155,7 +1153,7 @@
}
}
},
"databases": {
"Databases": {
"type": "array",
"description": "List of database names.",
"items": {
Expand Down