mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-08 01:14:03 -07:00
improving consistency of azure examples/documentation - 2 (#52572)
* normalizing azure example naming conventions - 2
This commit is contained in:
parent
220d0cb16b
commit
9b5514928a
33 changed files with 91 additions and 87 deletions
|
@ -98,14 +98,14 @@ EXAMPLES = '''
|
|||
azure_rm_managed_disk:
|
||||
name: mymanageddisk
|
||||
location: eastus
|
||||
resource_group: Testing
|
||||
resource_group: myResourceGroup
|
||||
disk_size_gb: 4
|
||||
|
||||
- name: Create managed operating system disk from page blob
|
||||
azure_rm_managed_disk:
|
||||
name: mymanageddisk
|
||||
location: eastus2
|
||||
resource_group: Testing
|
||||
resource_group: myResourceGroup
|
||||
create_option: import
|
||||
source_uri: https://storageaccountname.blob.core.windows.net/containername/blob-name.vhd
|
||||
os_type: windows
|
||||
|
@ -115,7 +115,7 @@ EXAMPLES = '''
|
|||
azure_rm_managed_disk:
|
||||
name: mymanageddisk
|
||||
location: eastus
|
||||
resource_group: Testing
|
||||
resource_group: myResourceGroup
|
||||
disk_size_gb: 4
|
||||
managed_by: testvm001
|
||||
|
||||
|
@ -123,14 +123,14 @@ EXAMPLES = '''
|
|||
azure_rm_managed_disk:
|
||||
name: mymanageddisk
|
||||
location: eastus
|
||||
resource_group: Testing
|
||||
resource_group: myResourceGroup
|
||||
disk_size_gb: 4
|
||||
|
||||
- name: Delete managed disk
|
||||
azure_rm_manage_disk:
|
||||
name: mymanageddisk
|
||||
location: eastus
|
||||
resource_group: Testing
|
||||
resource_group: myResourceGroup
|
||||
state: absent
|
||||
'''
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue