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 = '''
|
||||
- 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…
Reference in a new issue