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

@ -71,7 +71,7 @@ author:
EXAMPLES = '''
- name: Create (or update) MySQL Database
azure_rm_mysqldatabase:
resource_group: TestGroup
resource_group: myResourceGroup
server_name: testserver
name: db1
'''
@ -82,7 +82,7 @@ id:
- Resource ID
returned: always
type: str
sample: /subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforMySQL/servers/testserver/databases/db1
sample: /subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourceGroups/myResourceGroup/providers/Microsoft.DBforMySQL/servers/testserver/databases/db1
name:
description:
- Resource name.