Skip to content

Commit

Permalink
Fix caching choices (#1324)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fred-sun authored Nov 8, 2023
1 parent 96e9ba6 commit 7aeb933
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/modules/azure_rm_virtualmachine.py
Original file line number Diff line number Diff line change
Expand Up @@ -1117,7 +1117,7 @@ def __init__(self):
storage_account_name=dict(type='str'),
storage_container_name=dict(type='str', default='vhds'),
storage_blob_name=dict(type='str'),
caching=dict(type='str', choices=['ReadOnly', 'ReadOnly'])
caching=dict(type='str', choices=['ReadOnly', 'ReadWrite'])
)
),
plan=dict(type='dict'),
Expand Down

0 comments on commit 7aeb933

Please sign in to comment.