mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-02 23:31:25 -07:00
Azure modules: more doc updates (#54077)
* more doc updates * fixed sanity
This commit is contained in:
parent
ed9c7c9fb8
commit
7b75563c9b
7 changed files with 43 additions and 33 deletions
|
@ -55,7 +55,7 @@ EXAMPLES = '''
|
|||
- name: Create application security group
|
||||
azure_rm_applicationsecuritygroup:
|
||||
resource_group: myResourceGroup
|
||||
name: MyAsg
|
||||
name: mySecurityGroup
|
||||
location: eastus
|
||||
tags:
|
||||
foo: bar
|
||||
|
@ -67,7 +67,8 @@ id:
|
|||
- Resource id of the application security group.
|
||||
returned: always
|
||||
type: str
|
||||
sample: /subscriptions/<subid>/resourceGroups/<resourcegroup>/providers/Microsoft.Network/applicationSecurityGroups/MyAsg
|
||||
sample: "/subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourceGroups/myResourceGroup/providers/Microsoft.Network/applicationSecurityGroups/
|
||||
mySecurityGroup"
|
||||
'''
|
||||
|
||||
from ansible.module_utils.azure_rm_common import AzureRMModuleBase
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue