Skip to content

Commit

Permalink
Azure Templates | update template version
Browse files Browse the repository at this point in the history
  • Loading branch information
chkp-yairra authored Oct 26, 2023
1 parent 758f650 commit f1021f2
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@
"variables": {
"resourceGroup": "[resourceGroup()]",
"templateName": "gwlb",
"templateVersion": "20230124",
"templateVersion": "20231002",
"location": "[parameters('location')]",
"offers": {
"R81.10 - Bring Your Own License": "BYOL",
Expand Down
2 changes: 1 addition & 1 deletion azure/templates/marketplace-ha/mainTemplate.json
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@
"VIPs_Number": "[int(parameters('VipsNumber'))]",
"Vip_Names": "[split(parameters('VipNames'), ',')]",
"templateName": "ha",
"templateVersion": "20230124",
"templateVersion": "20231002",
"location": "[parameters('location')]",
"elbPublicIPName": "frontend-lb-address",
"haPublicIPName": "[parameters('vmName')]",
Expand Down
2 changes: 1 addition & 1 deletion azure/templates/marketplace-management/mainTemplate.json
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@
},
"variables": {
"templateName": "management",
"templateVersion": "20230124",
"templateVersion": "20231002",
"location": "[parameters('location')]",
"offers": {
"R80.40 - Bring Your Own License": "BYOL",
Expand Down
2 changes: 1 addition & 1 deletion azure/templates/marketplace-mds/mainTemplate.json
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@
},
"variables": {
"templateName": "mds",
"templateVersion": "20230124",
"templateVersion": "20231002",
"location": "[parameters('location')]",
"offers": {
"R80.40 - Bring Your Own License": "BYOL",
Expand Down
2 changes: 1 addition & 1 deletion azure/templates/marketplace-single/mainTemplate.json
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@
},
"variables": {
"templateName": "single",
"templateVersion": "20230124",
"templateVersion": "20231002",
"location": "[parameters('location')]",
"offers": {
"R80.40 - Bring Your Own License": "BYOL",
Expand Down
2 changes: 1 addition & 1 deletion azure/templates/marketplace-vmss/mainTemplate.json
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@
"resourceGroup": "[resourceGroup()]",
"resourceGroupName": "[resourceGroup().name]",
"templateName": "vmss-v2",
"templateVersion": "20230124",
"templateVersion": "20231002",
"location": "[parameters('location')]",
"offers": {
"R80.40 - Bring Your Own License": "BYOL",
Expand Down

0 comments on commit f1021f2

Please sign in to comment.