Skip to content

Commit 60550a6

Browse files
Azure | Azure Templates | Updated OS Recommended version, VWAN licenses string, VWAN plan parameters (#513)
1 parent 2245c2c commit 60550a6

File tree

14 files changed

+65
-35
lines changed

14 files changed

+65
-35
lines changed

azure/templates/marketplace-gateway-load-balancer/createUiDefinition.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@
9595
"name": "cloudGuardVersion",
9696
"type": "Microsoft.Common.DropDown",
9797
"label": "Version",
98-
"defaultValue": "R81.20",
99-
"toolTip": "Check Point Recommended version for all deployments is R81.20",
98+
"defaultValue": "R82",
99+
"toolTip": "Check Point Recommended version for all deployments is R82",
100100
"constraints": {
101101
"allowedValues": [
102102
{

azure/templates/marketplace-gateway-load-balancer/mainTemplate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"R82 - Pay As You Go (NGTP)",
3030
"R82 - Pay As You Go (NGTX)"
3131
],
32-
"defaultValue": "R81.20 - Bring Your Own License",
32+
"defaultValue": "R82 - Bring Your Own License",
3333
"metadata": {
3434
"description": "Version of Check Point CloudGuard"
3535
}

azure/templates/marketplace-ha/createUiDefinition.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@
7373
"name": "cloudGuardVersion",
7474
"type": "Microsoft.Common.DropDown",
7575
"label": "Version",
76-
"defaultValue": "R81.20",
77-
"toolTip": "Check Point Recommended version for all deployments is R81.20",
76+
"defaultValue": "R82",
77+
"toolTip": "Check Point Recommended version for all deployments is R82",
7878
"constraints": {
7979
"allowedValues": [
8080
{

azure/templates/marketplace-ha/mainTemplate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"R82 - Pay As You Go (NGTP)",
2323
"R82 - Pay As You Go (NGTX)"
2424
],
25-
"defaultValue": "R81.20 - Bring Your Own License",
25+
"defaultValue": "R82 - Bring Your Own License",
2626
"metadata": {
2727
"description": "Check Point CloudGuard version"
2828
}

azure/templates/marketplace-management/createUiDefinition.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@
7373
"name": "cloudGuardVersion",
7474
"type": "Microsoft.Common.DropDown",
7575
"label": "Version",
76-
"defaultValue": "R81.20",
77-
"toolTip": "Check Point Recommended version for all deployments is R81.20",
76+
"defaultValue": "R82",
77+
"toolTip": "Check Point Recommended version for all deployments is R82",
7878
"constraints": {
7979
"allowedValues": [
8080
{

azure/templates/marketplace-management/mainTemplate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"R82 - Bring Your Own License",
2020
"R82 - Pay As You Go (MGMT25)"
2121
],
22-
"defaultValue": "R81.20 - Bring Your Own License",
22+
"defaultValue": "R82 - Bring Your Own License",
2323
"metadata": {
2424
"description": "Version of Check Point CloudGuard"
2525
}

azure/templates/marketplace-mds/createUiDefinition.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@
7373
"name": "cloudGuardVersion",
7474
"type": "Microsoft.Common.DropDown",
7575
"label": "Version",
76-
"defaultValue": "R81.20",
77-
"toolTip": "Check Point Recommended version for all deployments is R81.20",
76+
"defaultValue": "R82",
77+
"toolTip": "Check Point Recommended version for all deployments is R82",
7878
"constraints": {
7979
"allowedValues": [
8080
{

azure/templates/marketplace-mds/mainTemplate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"R81.20 - Bring Your Own License",
1717
"R82 - Bring Your Own License"
1818
],
19-
"defaultValue": "R81.20 - Bring Your Own License",
19+
"defaultValue": "R82 - Bring Your Own License",
2020
"metadata": {
2121
"description": "Version of Check Point CloudGuard"
2222
}

azure/templates/marketplace-single/createUiDefinition.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@
7373
"name": "cloudGuardVersion",
7474
"type": "Microsoft.Common.DropDown",
7575
"label": "Version",
76-
"defaultValue": "R81.20",
77-
"toolTip": "Check Point Recommended version for all deployments is R81.20",
76+
"defaultValue": "R82",
77+
"toolTip": "Check Point Recommended version for all deployments is R82",
7878
"constraints": {
7979
"allowedValues": [
8080
{

azure/templates/marketplace-single/mainTemplate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"R82 - Pay As You Go (NGTP)",
3030
"R82 - Pay As You Go (NGTX)"
3131
],
32-
"defaultValue": "R81.20 - Bring Your Own License",
32+
"defaultValue": "R82 - Bring Your Own License",
3333
"metadata": {
3434
"description": "Version of Check Point CloudGuard"
3535
}

0 commit comments

Comments
 (0)