Skip to content

Commit

Permalink
typo: mysql/resource-manager/Microsoft.DBforMySQL (#4718)
Browse files Browse the repository at this point in the history
- allowd -> allowed
- relica -> replica
- Trim trailing spaces
  • Loading branch information
nschonni authored and jianghaolu committed Dec 4, 2018
1 parent edffe3d commit 7c8b7a8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
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

0 comments on commit 7c8b7a8

Please sign in to comment.