Skip to content

Commit

Permalink
FGT A/A: fix ui bug provide fortiGateCount as int
Browse files Browse the repository at this point in the history
  • Loading branch information
jvhoof committed Aug 9, 2024
1 parent 9d592cb commit 9b2fdc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FortiGate/Active-Active-ELB-ILB/createUiDefinition.json
Original file line number Diff line number Diff line change
Expand Up @@ -1621,7 +1621,7 @@
],
"outputs": {
"fortiGateNamePrefix": "[basics('fortiGateNamePrefix')]",
"fortiGateCount": "[basics('fortiGateCount')]",
"fortiGateCount": "[int(basics('fortiGateCount'))]",
"fortiGateImageSKU_x64": "[steps('instance').instancetype_x64.fortiGateImageSKU_x64]",
"fortiGateImageSKU_arm64": "[steps('instance').instancetype_arm64.fortiGateImageSKU_arm64]",
"fortiGateImageVersion_x64": "[steps('instance').instancetype_x64.fortiGateImageVersion_x64]",
Expand Down

0 comments on commit 9b2fdc4

Please sign in to comment.