improving consistency of azure examples/documentaion - 3 (#52573)

* normalizing example naming conventions 3

* fixed line too long
This commit is contained in:
Zim Kalinowski 2019-02-20 03:15:59 +08:00 committed by Alicia Cozine
parent 991af9ca73
commit d01d94c1f9
24 changed files with 85 additions and 78 deletions

View file

@ -67,7 +67,7 @@ author:
EXAMPLES = '''
- name: Create (or update) SQL Server
azure_rm_sqlserver:
resource_group: resource_group
resource_group: myResourceGroup
name: server_name
location: westus
admin_username: mylogin
@ -80,7 +80,7 @@ id:
- Resource ID.
returned: always
type: str
sample: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/sqlcrudtest-7398/providers/Microsoft.Sql/servers/sqlcrudtest-4645
sample: /subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourceGroups/myResourceGroup/providers/Microsoft.Sql/servers/sqlcrudtest-4645
version:
description:
- The version of the server.