mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-02 06:30:19 -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
|
@ -133,7 +133,7 @@ EXAMPLES = '''
|
|||
azure_rm_acs:
|
||||
name: acctestcontservice1
|
||||
location: eastus
|
||||
resource_group: Testing
|
||||
resource_group: myResourceGroup
|
||||
orchestration_platform: Kubernetes
|
||||
master_profile:
|
||||
- count: 3
|
||||
|
@ -158,7 +158,7 @@ EXAMPLES = '''
|
|||
azure_rm_acs:
|
||||
name: acctestcontservice2
|
||||
location: eastus
|
||||
resource_group: Testing
|
||||
resource_group: myResourceGroup
|
||||
orchestration_platform: DCOS
|
||||
master_profile:
|
||||
- count: 3
|
||||
|
@ -180,7 +180,7 @@ EXAMPLES = '''
|
|||
azure_rm_acs:
|
||||
name: acctestcontservice3
|
||||
location: eastus
|
||||
resource_group: Testing
|
||||
resource_group: myResourceGroup
|
||||
orchestration_platform: Swarm
|
||||
master_profile:
|
||||
- count: 3
|
||||
|
@ -206,7 +206,7 @@ EXAMPLES = '''
|
|||
azure_rm_acs:
|
||||
name: acctestcontservice3
|
||||
location: eastus
|
||||
resource_group: Testing
|
||||
resource_group: myResourceGroup
|
||||
state: absent
|
||||
orchestration_platform: Swarm
|
||||
master_profile:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue