fixing mysql server sample (#43300)

This commit is contained in:
Zim Kalinowski 2018-07-27 04:07:37 +08:00 committed by Sam Doran
parent 3f9cacf777
commit e43d4ac512

View file

@ -94,12 +94,13 @@ EXAMPLES = '''
resource_group: TestGroup
name: testserver
sku:
name: MYSQLB50
tier: Basic
capacity: 100
name: GP_Gen4_2
tier: GeneralPurpose
capacity: 2
location: eastus
storage_mb: 1024
enforce_ssl: True
version: 5.6
admin_username: cloudsa
admin_password: password
'''