mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Update azure_rm_trafficmanagerprofile.py examples (#45649)
Wrong module name used in examples. changed `azure_rm_trafficmanager` to `azure_rm_trafficmanagerprofile`
This commit is contained in:
parent
822236810e
commit
3782a236ba
1 changed files with 2 additions and 2 deletions
|
@ -111,7 +111,7 @@ author:
|
||||||
|
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
- name: Create a Traffic Manager Profile
|
- name: Create a Traffic Manager Profile
|
||||||
azure_rm_trafficmanager:
|
azure_rm_trafficmanagerprofile:
|
||||||
name: tmtest
|
name: tmtest
|
||||||
resource_group: tmt
|
resource_group: tmt
|
||||||
location: global
|
location: global
|
||||||
|
@ -128,7 +128,7 @@ EXAMPLES = '''
|
||||||
Environment: Test
|
Environment: Test
|
||||||
|
|
||||||
- name: Delete a Traffic Manager Profile
|
- name: Delete a Traffic Manager Profile
|
||||||
azure_rm_trafficmanager:
|
azure_rm_trafficmanagerprofile:
|
||||||
state: absent
|
state: absent
|
||||||
name: tmtest
|
name: tmtest
|
||||||
resource_group: tmt
|
resource_group: tmt
|
||||||
|
|
Loading…
Reference in a new issue