mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-06 00:14:02 -07:00
improving consistency of azure examples/documentation (#52571)
* normalizing naming in examples * fixed line too long
This commit is contained in:
parent
f9139be5e6
commit
628f62c571
26 changed files with 73 additions and 69 deletions
|
@ -107,7 +107,7 @@ author:
|
|||
EXAMPLES = '''
|
||||
- name: Create sample container group
|
||||
azure_rm_containerinstance:
|
||||
resource_group: testrg
|
||||
resource_group: myResourceGroup
|
||||
name: mynewcontainergroup
|
||||
os_type: linux
|
||||
ip_address: public
|
||||
|
@ -127,7 +127,7 @@ id:
|
|||
- Resource ID
|
||||
returned: always
|
||||
type: str
|
||||
sample: /subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.ContainerInstance/containerGroups/aci1b6dd89
|
||||
sample: /subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourceGroups/myResourceGroup/providers/Microsoft.ContainerInstance/containerGroups/aci1b6dd89
|
||||
provisioning_state:
|
||||
description:
|
||||
- Provisioning state of the container.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue