Skip to content

Commit

Permalink
Merge pull request #424 from 40net-cloud/fmg-vm-update-version
Browse files Browse the repository at this point in the history
[FMG] Azure Marketplace FMG Version update
  • Loading branch information
jvhoof authored Dec 23, 2024
2 parents 2eb8adb + 5b7785a commit d25315b
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 0 deletions.
8 changes: 8 additions & 0 deletions FortiManager/ha/createUiDefinition.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,10 @@
"label": "latest",
"value": "latest"
},
{
"label": "7.6.2",
"value": "7.6.2"
},
{
"label": "7.6.1",
"value": "7.6.1"
Expand Down Expand Up @@ -132,6 +136,10 @@
"label": "7.4.0",
"value": "7.4.0"
},
{
"label": "7.2.9",
"value": "7.2.9"
},
{
"label": "7.2.8",
"value": "7.2.8"
Expand Down
2 changes: 2 additions & 0 deletions FortiManager/ha/mainTemplate.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"defaultValue": "7.4.3",
"allowedValues": [
"latest",
"7.6.2",
"7.6.1",
"7.6.0",
"7.4.5",
Expand All @@ -43,6 +44,7 @@
"7.4.2",
"7.4.1",
"7.4.0",
"7.2.9",
"7.2.8",
"7.2.7",
"7.2.6",
Expand Down
8 changes: 8 additions & 0 deletions FortiManager/single/createUiDefinition.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,10 @@
"label": "latest",
"value": "latest"
},
{
"label": "7.6.2",
"value": "7.6.2"
},
{
"label": "7.6.1",
"value": "7.6.1"
Expand Down Expand Up @@ -132,6 +136,10 @@
"label": "7.4.0",
"value": "7.4.0"
},
{
"label": "7.2.9",
"value": "7.2.9"
},
{
"label": "7.2.8",
"value": "7.2.8"
Expand Down
2 changes: 2 additions & 0 deletions FortiManager/single/mainTemplate.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"defaultValue": "7.4.3",
"allowedValues": [
"latest",
"7.6.2",
"7.6.1",
"7.6.0",
"7.4.5",
Expand All @@ -43,6 +44,7 @@
"7.4.2",
"7.4.1",
"7.4.0",
"7.2.9",
"7.2.8",
"7.2.7",
"7.2.6",
Expand Down

0 comments on commit d25315b

Please sign in to comment.