improving consistency of azure examples/documentation - 2 (#52572)

* normalizing azure example naming conventions - 2
This commit is contained in:
Zim Kalinowski 2019-02-20 21:39:41 +08:00 committed by Alicia Cozine
parent 220d0cb16b
commit 9b5514928a
33 changed files with 91 additions and 87 deletions

View file

@ -92,7 +92,7 @@ author:
EXAMPLES = '''
- name: Create (or update) MySQL Server
azure_rm_mysqlserver:
resource_group: TestGroup
resource_group: myResourceGroup
name: testserver
sku:
name: B_Gen5_1
@ -111,7 +111,7 @@ id:
- Resource ID
returned: always
type: str
sample: /subscriptions/12345678-1234-1234-1234-123412341234/testrg/providers/Microsoft.DBforMySQL/servers/mysqlsrv1b6dd89593
sample: /subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourceGroups/myResourceGroup/providers/Microsoft.DBforMySQL/servers/mysqlsrv1b6dd89593
version:
description:
- 'Server version. Possible values include: C(5.6), C(5.7)'