Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct doc for storageaccount network_acls options #456

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 19 additions & 20 deletions plugins/modules/azure_rm_storageaccount.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,29 +125,28 @@
- It can be any combination of the example C(AzureServices), C(Logging), C(Metrics).
- If no Azure components are allowed, explicitly set I(bypass="").
default: AzureServices
virtual_network_rules:
description:
- A list of subnets and their actions.
suboptions:
id:
description:
- The complete path to the subnet.
action:
description:
- The only logical I(action=Allow) because this setting is only accessible when I(default_action=Deny).
default: 'Allow'
ip_rules:
description:
- A list of IP addresses or ranges in CIDR format.
suboptions:
virtual_network_rules:
value:
description:
- A list of subnets and their actions.
suboptions:
id:
description:
- The complete path to the subnet.
action:
description:
- The only logical I(action=Allow) because this setting is only accessible when I(default_action=Deny).
default: 'Allow'
ip_rules:
- The IP address or range.
action:
description:
- A list of IP addresses or ranges in CIDR format.
suboptions:
value:
description:
- The IP address or range.
action:
description:
- The only logical I(action=Allow) because this setting is only accessible when I(default_action=Deny).
default: 'Allow'
- The only logical I(action=Allow) because this setting is only accessible when I(default_action=Deny).
default: 'Allow'
blob_cors:
description:
- Specifies CORS rules for the Blob service.
Expand Down