mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-18 22:31:06 -07:00
improving consistency of azure examples/documentaion - 3 (#52573)
* normalizing example naming conventions 3 * fixed line too long
This commit is contained in:
parent
991af9ca73
commit
d01d94c1f9
24 changed files with 85 additions and 78 deletions
|
@ -139,13 +139,13 @@ author:
|
|||
EXAMPLES = '''
|
||||
- name: remove account, if it exists
|
||||
azure_rm_storageaccount:
|
||||
resource_group: Testing
|
||||
resource_group: myResourceGroup
|
||||
name: clh0002
|
||||
state: absent
|
||||
|
||||
- name: create an account
|
||||
azure_rm_storageaccount:
|
||||
resource_group: Testing
|
||||
resource_group: myResourceGroup
|
||||
name: clh0002
|
||||
type: Standard_RAGRS
|
||||
tags:
|
||||
|
@ -154,7 +154,7 @@ EXAMPLES = '''
|
|||
|
||||
- name: create an account with blob CORS
|
||||
azure_rm_storageaccount:
|
||||
resource_group: Testing
|
||||
resource_group: myResourceGroup
|
||||
name: clh002
|
||||
type: Standard_RAGRS
|
||||
blob_cors:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue