sku in the sample became invalid, so updating (#50177)

This commit is contained in:
Zim Kalinowski 2018-12-20 16:41:17 +08:00 committed by GitHub
parent 7a8fcfbaea
commit 418c705196
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 6 deletions

View file

@ -95,9 +95,8 @@ EXAMPLES = '''
resource_group: TestGroup resource_group: TestGroup
name: testserver name: testserver
sku: sku:
name: GP_Gen4_2 name: B_Gen5_1
tier: GeneralPurpose tier: Basic
capacity: 2
location: eastus location: eastus
storage_mb: 1024 storage_mb: 1024
enforce_ssl: True enforce_ssl: True

View file

@ -95,9 +95,8 @@ EXAMPLES = '''
resource_group: TestGroup resource_group: TestGroup
name: testserver name: testserver
sku: sku:
name: GP_Gen4_2 name: B_Gen5_1
tier: GeneralPurpose tier: Basic
capacity: 2
location: eastus location: eastus
storage_mb: 1024 storage_mb: 1024
enforce_ssl: True enforce_ssl: True