Skip to content

Commit

Permalink
FGT ZTNA: Update API versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jvhoof committed Oct 15, 2024
1 parent f46b505 commit 3920c06
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions FortiGate/ZTNAApplicationGateway/azuredeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@
},
"resources": [
{
"apiVersion": "2022-09-01",
"apiVersion": "2023-07-01",
"name": "pid-78f62ebc-9614-47cd-8b62-16543326c3ea-partnercenter",
"type": "Microsoft.Resources/deployments",
"properties": {
Expand All @@ -465,7 +465,7 @@
{
"condition": "[equals(parameters('vnetNewOrExisting'), 'new')]",
"type": "Microsoft.Network/virtualNetworks",
"apiVersion": "2023-04-01",
"apiVersion": "2023-06-01",
"name": "[variables('vnetName')]",
"location": "[parameters('location')]",
"properties": {
Expand All @@ -492,7 +492,7 @@
},
{
"type": "Microsoft.Resources/deployments",
"apiVersion": "2022-09-01",
"apiVersion": "2023-07-01",
"name": "FGT-ZTNA-deployment",
"dependsOn": [
"[variables('vnetName')]"
Expand Down

0 comments on commit 3920c06

Please sign in to comment.