Skip to content

Commit

Permalink
Generated from 360d32ab4a5ddd5fbbc1f1f979d403217e6fdbce (#3955)
Browse files Browse the repository at this point in the history
typo: mysql/resource-manager/Microsoft.DBforMySQL

- allowd -> allowed
- relica -> replica
- Trim trailing spaces
  • Loading branch information
AutorestCI authored Dec 4, 2018
1 parent ec18d0b commit be385fd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion azure-mgmt-rdbms/azure/mgmt/rdbms/mysql/models/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class Server(TrackedResource):
:type storage_profile: ~azure.mgmt.rdbms.mysql.models.StorageProfile
:param replication_role: The replication role of the server.
:type replication_role: str
:param master_server_id: The master server id of a relica server.
:param master_server_id: The master server id of a replica server.
:type master_server_id: str
:param replica_capacity: The maximum number of replicas that a master
server can have.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class Server(TrackedResource):
:type storage_profile: ~azure.mgmt.rdbms.mysql.models.StorageProfile
:param replication_role: The replication role of the server.
:type replication_role: str
:param master_server_id: The master server id of a relica server.
:param master_server_id: The master server id of a replica server.
:type master_server_id: str
:param replica_capacity: The maximum number of replicas that a master
server can have.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@


class ServerUpdateParameters(Model):
"""Parameters allowd to update for a server.
"""Parameters allowed to update for a server.
:param sku: The SKU (pricing tier) of the server.
:type sku: ~azure.mgmt.rdbms.mysql.models.Sku
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@


class ServerUpdateParameters(Model):
"""Parameters allowd to update for a server.
"""Parameters allowed to update for a server.
:param sku: The SKU (pricing tier) of the server.
:type sku: ~azure.mgmt.rdbms.mysql.models.Sku
Expand Down

0 comments on commit be385fd

Please sign in to comment.