Skip to content

Commit

Permalink
correct doc for storageaccount network_acls options (#456)
Browse files Browse the repository at this point in the history
Co-authored-by: haiyuan_zhang <[email protected]>
  • Loading branch information
l3ender and haiyuazhang authored Mar 18, 2021
1 parent 1106cca commit 5609d47
Showing 1 changed file with 19 additions and 20 deletions.
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

0 comments on commit 5609d47

Please sign in to comment.