Skip to content

Commit 75b87ec

Browse files
API mismatch fix (#8247)
Co-authored-by: Lior Stauber <[email protected]>
1 parent 58f0536 commit 75b87ec

File tree

2 files changed

+4
-4
lines changed
  • src/azure-firewall/azext_firewall/aaz/latest/network/firewall/policy/rule_collection_group/draft

2 files changed

+4
-4
lines changed

src/azure-firewall/azext_firewall/aaz/latest/network/firewall/policy/rule_collection_group/draft/_create.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ class Create(AAZCommand):
2020
"""
2121

2222
_aaz_info = {
23-
"version": "2023-09-01",
23+
"version": "2023-11-01",
2424
"resources": [
25-
["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.network/firewallpolicies/{}/rulecollectiongroups/{}/ruleCollectionGroupDrafts/default", "2023-09-01"],
25+
["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.network/firewallpolicies/{}/rulecollectiongroups/{}/ruleCollectionGroupDrafts/default", "2023-11-01"],
2626
]
2727
}
2828

src/azure-firewall/azext_firewall/aaz/latest/network/firewall/policy/rule_collection_group/draft/collection/_list.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ class List(AAZCommand):
2020
"""
2121

2222
_aaz_info = {
23-
"version": "2022-01-01",
23+
"version": "2023-11-01",
2424
"resources": [
25-
["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.network/firewallpolicies/{}/rulecollectiongroups/{}/rulecollectiongroupdrafts/default", "2023-09-01", "properties.ruleCollections"],
25+
["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.network/firewallpolicies/{}/rulecollectiongroups/{}/rulecollectiongroupdrafts/default", "2023-11-01", "properties.ruleCollections"],
2626
]
2727
}
2828

0 commit comments

Comments
 (0)