Update azure_rm_trafficmanagerprofile.py examples (#45649)

Wrong module name used in examples. changed `azure_rm_trafficmanager` to `azure_rm_trafficmanagerprofile`
pull/45657/merge
Deaton64 6 years ago committed by Sloane Hertel
parent 822236810e
commit 3782a236ba

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

Loading…
Cancel
Save