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
Expand Up @@ -1238,7 +1238,7 @@
"description": "Application-specific metadata in the form of key-value pairs."
}
},
"description": "Parameters allowd to update for a server."
"description": "Parameters allowed to update for a server."
},
"ServerListResult": {
"properties": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"$ref":"./examples/ServerCreatePointInTimeRestore.json"
},
"Create a server as a geo restore ": {
"$ref": "./examples/ServerCreateGeoRestoreMode.json"
"$ref": "./examples/ServerCreateGeoRestoreMode.json"
},
"Create a replica server": {
"$ref": "./examples/ServerCreateReplicaMode.json"
Expand Down Expand Up @@ -686,7 +686,7 @@
}
}
}
},
},
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/servers/{serverName}/databases/{databaseName}": {
"put": {
"tags": [
Expand Down Expand Up @@ -1368,7 +1368,7 @@
},
"masterServerId": {
"type": "string",
"description": "The master server id of a relica server."
"description": "The master server id of a replica server."
},
"replicaCapacity": {
"type": "integer",
Expand Down Expand Up @@ -1649,7 +1649,7 @@
"description": "Application-specific metadata in the form of key-value pairs."
}
},
"description": "Parameters allowd to update for a server."
"description": "Parameters allowed to update for a server."
},
"ServerListResult": {
"properties": {
Expand Down Expand Up @@ -1779,7 +1779,7 @@
"readOnly": true
}
}
},
},
"DatabaseProperties": {
"properties": {
"charset": {
Expand Down Expand Up @@ -2231,7 +2231,7 @@
"required": true,
"type": "string",
"x-ms-parameter-location": "method"
},
},
"DatabaseNameParameter": {
"name": "databaseName",
"in": "path",
Expand Down