Skip to content

Commit

Permalink
Updating API versions for AVNM
Browse files Browse the repository at this point in the history
  • Loading branch information
Springstone committed Nov 14, 2024
1 parent 3fa87c2 commit 5c94d68
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions eslzArm/subscriptionTemplates/avnmConfiguration.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
"resources": [
{
"type": "Microsoft.Network/networkManagers",
"apiVersion": "2022-09-01",
"apiVersion": "2024-03-01",
"name": "[format('avnm-{0}', parameters('location'))]",
"location": "[parameters('location')]",
"properties": {
Expand All @@ -130,7 +130,7 @@
},
{
"type": "Microsoft.Network/networkManagers/networkGroups",
"apiVersion": "2022-09-01",
"apiVersion": "2024-03-01",
"name": "[format('{0}/{1}', format('avnm-{0}', parameters('location')), format('ng-{0}-static', parameters('location')))]",
"properties": {
"description": "Network Group - Static"
Expand All @@ -144,7 +144,7 @@
},
{
"type": "Microsoft.Network/networkManagers/networkGroups",
"apiVersion": "2022-09-01",
"apiVersion": "2024-03-01",
"name": "[format('{0}/{1}', format('avnm-{0}', parameters('location')), format('ng-{0}-dynamic', parameters('location')))]",
"properties": {
"description": "Network Group - Dynamic"
Expand All @@ -170,7 +170,7 @@
"resources": [
{
"type": "Microsoft.Network/networkManagers/securityAdminConfigurations/ruleCollections",
"apiVersion": "2022-09-01",
"apiVersion": "2024-03-01",
"name": "[format('{0}/{1}/{2}', format('avnm-{0}', parameters('location')), format('sac-{0}', parameters('location')), 'rc-ALZ')]",
"dependsOn": [
"[resourceId('Microsoft.Network/networkManagers/securityAdminConfigurations', format('avnm-{0}', parameters('location')), format('sac-{0}', parameters('location')))]"
Expand All @@ -186,7 +186,7 @@
"resources": [
{
"type": "Microsoft.Network/networkManagers/securityAdminConfigurations/ruleCollections/rules",
"apiVersion": "2023-11-01",
"apiVersion": "2024-03-01",
"name": "[format('{0}/{1}/{2}/{3}', format('avnm-{0}', parameters('location')), format('sac-{0}', parameters('location')), 'rc-ALZ', 'DenyMgmtInbound')]",
"dependsOn": [
"[resourceId('Microsoft.Network/networkManagers/securityAdminConfigurations/ruleCollections', format('avnm-{0}', parameters('location')), format('sac-{0}', parameters('location')), 'rc-ALZ')]"
Expand Down

0 comments on commit 5c94d68

Please sign in to comment.