Skip to content

Commit

Permalink
API mismatch fix (#8247)
Browse files Browse the repository at this point in the history
Co-authored-by: Lior Stauber <[email protected]>
  • Loading branch information
liorstauber and t-lstauber authored Nov 8, 2024
1 parent 58f0536 commit 75b87ec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ class Create(AAZCommand):
"""

_aaz_info = {
"version": "2023-09-01",
"version": "2023-11-01",
"resources": [
["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.network/firewallpolicies/{}/rulecollectiongroups/{}/ruleCollectionGroupDrafts/default", "2023-09-01"],
["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.network/firewallpolicies/{}/rulecollectiongroups/{}/ruleCollectionGroupDrafts/default", "2023-11-01"],
]
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ class List(AAZCommand):
"""

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

Expand Down

0 comments on commit 75b87ec

Please sign in to comment.