Skip to content

Commit

Permalink
sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
t-lstauber committed Jul 11, 2024
1 parent 11fc391 commit 6b1961d
Show file tree
Hide file tree
Showing 6 changed files with 281 additions and 237 deletions.
2 changes: 1 addition & 1 deletion src/azure-firewall/azext_firewall/_client_factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def network_client_factory(cli_ctx, aux_subscriptions=None, **_):
from azure.cli.core.commands.client_factory import get_mgmt_service_client
from .profiles import CUSTOM_FIREWALL
return get_mgmt_service_client(cli_ctx, CUSTOM_FIREWALL, aux_subscriptions=aux_subscriptions,
api_version='2021-08-01')
api_version='2023-09-01')


def cf_firewalls(cli_ctx, _):
Expand Down
2 changes: 1 addition & 1 deletion src/azure-firewall/azext_firewall/_help.py
Original file line number Diff line number Diff line change
Expand Up @@ -293,4 +293,4 @@
long-summary: |
Filter collection supports having a list of network rules or application rules.
NatRule collection supports including a list of nat rules.
"""
"""
2 changes: 1 addition & 1 deletion src/azure-firewall/azext_firewall/tests/latest/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@

from azure.cli.core.profiles import register_resource_type
from azext_firewall.profiles import CUSTOM_FIREWALL
register_resource_type('latest', CUSTOM_FIREWALL, '2021-08-01')
register_resource_type('latest', CUSTOM_FIREWALL, '2023-09-01')
Loading

0 comments on commit 6b1961d

Please sign in to comment.