mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-26 12:21:26 -07:00
improving consistency of azure examples/documentation - 2 (#52572)
* normalizing azure example naming conventions - 2
This commit is contained in:
parent
220d0cb16b
commit
9b5514928a
33 changed files with 91 additions and 87 deletions
|
@ -59,7 +59,7 @@ author:
|
|||
EXAMPLES = '''
|
||||
- name: Create (or update) PostgreSQL firewall rule
|
||||
azure_rm_postgresqlfirewallrule:
|
||||
resource_group: TestGroup
|
||||
resource_group: myResourceGroup
|
||||
server_name: testserver
|
||||
name: rule1
|
||||
start_ip_address: 10.0.0.16
|
||||
|
@ -72,8 +72,8 @@ id:
|
|||
- Resource ID
|
||||
returned: always
|
||||
type: str
|
||||
sample: "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforPostgreSQL/servers/testserver/firewallRule
|
||||
s/rule1"
|
||||
sample: "/subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourceGroups/myResourceGroup/providers/Microsoft.DBforPostgreSQL/servers/testserver
|
||||
/firewallRules/rule1"
|
||||
'''
|
||||
|
||||
import time
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue