Skip to content

Commit

Permalink
FMG UMS: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
jvhoof committed Dec 4, 2024
1 parent 563d0eb commit d4a68eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions FortiGate/Autoscale/ums/mainTemplate.json
Original file line number Diff line number Diff line change
Expand Up @@ -774,7 +774,7 @@
{
"type": "Microsoft.Network/loadBalancers/inboundNatRules",
"apiVersion": "2023-11-01",
"name": "[concat(variables('externalLBName'), '/', variables('fgtVMSSName'), '-', copyIndex(1), '-mgmt-ssh')]",
"name": "[concat(variables('externalLBName'), '/', variables('fgtVMSSName'), '-mgmt-ssh')]",
"dependsOn": [
"[variables('externalLBId')]"
],
Expand All @@ -795,7 +795,7 @@
{
"type": "Microsoft.Network/loadBalancers/inboundNatRules",
"apiVersion": "2023-11-01",
"name": "[concat(variables('externalLBName'), '/', variables('fgtVMSSName'), '-', copyIndex(1), '-mgmt-https')]",
"name": "[concat(variables('externalLBName'), '/', variables('fgtVMSSName'), '-mgmt-https')]",
"dependsOn": [
"[variables('externalLBId')]"
],
Expand Down

0 comments on commit d4a68eb

Please sign in to comment.