fixing mysql server sample (#43300)
This commit is contained in:
parent
3f9cacf777
commit
e43d4ac512
1 changed files with 4 additions and 3 deletions
|
@ -94,12 +94,13 @@ EXAMPLES = '''
|
||||||
resource_group: TestGroup
|
resource_group: TestGroup
|
||||||
name: testserver
|
name: testserver
|
||||||
sku:
|
sku:
|
||||||
name: MYSQLB50
|
name: GP_Gen4_2
|
||||||
tier: Basic
|
tier: GeneralPurpose
|
||||||
capacity: 100
|
capacity: 2
|
||||||
location: eastus
|
location: eastus
|
||||||
storage_mb: 1024
|
storage_mb: 1024
|
||||||
enforce_ssl: True
|
enforce_ssl: True
|
||||||
|
version: 5.6
|
||||||
admin_username: cloudsa
|
admin_username: cloudsa
|
||||||
admin_password: password
|
admin_password: password
|
||||||
'''
|
'''
|
||||||
|
|
Loading…
Reference in a new issue