mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-02 23:31:25 -07:00
improving consistency of azure examples/documentation (#52571)
* normalizing naming in examples * fixed line too long
This commit is contained in:
parent
f9139be5e6
commit
628f62c571
26 changed files with 73 additions and 69 deletions
|
@ -64,7 +64,7 @@ author:
|
|||
EXAMPLES = '''
|
||||
- name: Create (or update) DevTest Lab
|
||||
azure_rm_devtestlab:
|
||||
resource_group: testrg
|
||||
resource_group: myResourceGroup
|
||||
name: mylab
|
||||
storage_type: standard
|
||||
'''
|
||||
|
@ -75,7 +75,7 @@ id:
|
|||
- The identifier of the resource.
|
||||
returned: always
|
||||
type: str
|
||||
sample: /subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourcegroups/testrg/providers/microsoft.devtestlab/labs/mylab
|
||||
sample: /subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourcegroups/myResourceGroup/providers/microsoft.devtestlab/labs/mylab
|
||||
'''
|
||||
|
||||
import time
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue