mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-12 03:09:32 -07:00
improving consistency of azure examples/documentaion - 3 (#52573)
* normalizing example naming conventions 3 * fixed line too long
This commit is contained in:
parent
991af9ca73
commit
d01d94c1f9
24 changed files with 85 additions and 78 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue