mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
improving consistency of azure examples/documentaion - 3 (#52573)
* normalizing example naming conventions 3 * fixed line too long
This commit is contained in:
committed by
Alicia Cozine
parent
991af9ca73
commit
d01d94c1f9
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user