Skip to content

Commit

Permalink
lints
Browse files Browse the repository at this point in the history
  • Loading branch information
t-lstauber committed Jul 11, 2024
1 parent 95fbf54 commit 68083f7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions linter_exclusions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1919,6 +1919,11 @@ network firewall policy update:
require_dns_proxy_for_network_rules:
rule_exclusions:
- option_length_too_long
network firewall policy draft update:
parameters:
require_dns_proxy_for_network_rules:
rule_exclusions:
- option_length_too_long
network firewall update:
parameters:
require_dns_proxy_for_network_rules:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@


@register_command(
"network firewall policy update draft",
"network firewall policy draft update",
is_preview=True,
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@


@register_command_group(
"network firewall policy rule-collection-group collection",
"network firewall policy rule-collection-group draft collection",
is_preview=True,
)
class __CMDGroup(AAZCommandGroup):
"""Manage and configure Azure firewall policy rule collections in the rule collection group.
"""Manage and configure Azure firewall policy rule collections in the rule collection group draft.
Currently, Azure Firewall policy support two kinds of rule collections which are Filter collection and NAT collection. There are three kinds of rules which are application rule, network rule and nat rule.
NAT collection support having a list of nat rule. Filter collection support including a list of rules(network rule or application rule) in it. But all of rules should be the same type.
Expand Down

0 comments on commit 68083f7

Please sign in to comment.