1
0
Fork 0
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:
Deaton64 2018-09-14 14:48:11 +01:00 committed by Sloane Hertel
parent 822236810e
commit 3782a236ba

View file

@ -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