Skip to content

Commit

Permalink
update Azure ARM template to image 7.0.3
Browse files Browse the repository at this point in the history
Change-Id: I4ea0fb99aa374400d68fe17efcf95d7056635d0c
  • Loading branch information
ifanhsu committed Oct 14, 2022
1 parent 1ca7b74 commit 5871c09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure/templates/azure_bootstrap.json
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@
"publisher": "fortinet",
"offer": "fortinet_fortiweb-vm_v5",
"sku": "fortinet_fw-vm",
"version": "6.3.11"
"version": "7.0.3"
},
"osDisk": {
"osType": "Linux",
Expand Down Expand Up @@ -548,4 +548,4 @@
"condition": "[equals(parameters('vnetNewOrExisting'), 'new')]"
}
]
}
}

0 comments on commit 5871c09

Please sign in to comment.