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 = '''
- name: Create a Traffic Manager Profile
azure_rm_trafficmanager:
azure_rm_trafficmanagerprofile:
name: tmtest
resource_group: tmt
location: global
@ -128,7 +128,7 @@ EXAMPLES = '''
Environment: Test
- name: Delete a Traffic Manager Profile
azure_rm_trafficmanager:
azure_rm_trafficmanagerprofile:
state: absent
name: tmtest
resource_group: tmt