mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 21:00:22 -07:00
more doc improvements (#54148)
This commit is contained in:
parent
0a2971dcf5
commit
eb7f058a98
19 changed files with 85 additions and 78 deletions
|
@ -117,7 +117,8 @@ id:
|
|||
returned: when traffic manager endpoint exists
|
||||
type: str
|
||||
example:
|
||||
"/subscriptions/<subsid>/resourceGroups/testRg/providers/Microsoft.Network/trafficManagerProfiles/testProfile/externalEndpoints/testendpoint"
|
||||
"/subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourceGroups/myResourceGroup/providers/Microsoft.Network/trafficManagerProfiles/testProfil
|
||||
e/externalEndpoints/testendpoint"
|
||||
'''
|
||||
from ansible.module_utils.azure_rm_common import AzureRMModuleBase, normalize_location_name
|
||||
from ansible.module_utils.common.dict_transformations import _snake_to_camel
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue