Skip to content

Commit

Permalink
Merge pull request #481 from aztfmod/patch_5.3.9
Browse files Browse the repository at this point in the history
Fix json format
  • Loading branch information
arnaudlh authored Jun 1, 2021
2 parents ef0f503 + bd0c418 commit 548dffe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"authorizationKey": "[parameters('authorization_key')]",
"routingWeight": "[parameters('routing_weight')]",
"enableInternetSecurity": "[parameters('enable_internet_security')]"
"enableInternetSecurity": "[parameters('enable_internet_security')]",
"routingConfiguration": {
"associatedRouteTable": "[parameters('associatedRouteTable')]",
"propagatedRouteTables": "[parameters('propagatedRouteTables')]",
Expand Down

0 comments on commit 548dffe

Please sign in to comment.