Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix diskType Definition For createUiDefinition.json #487

Merged
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
7bb5a15
GCP Terraform | Update target tags in firewall rules
chkp-natanelm Jan 13, 2025
c7f4fe0
Azure-Templates | Management | Update quick deployment link in README.md
chkp-natanelm Jan 13, 2025
c4e51b4
Azure templates | Updated Storage account API version
chkp-eddiek Jan 14, 2025
cc178d4
Azure templates | Storage account access | Updated Serial console IPs…
chkp-natanelm Jan 14, 2025
cc4167e
Azure Terraform | Update availability_zones_num variable to use numbe…
chkp-natanelm Jan 14, 2025
8dd8895
Azure TF | Add outputs
chkp-natanelm Jan 15, 2025
d8f9b16
Remove condition of AllocateAddress in MemberAExternalInterface output
chkp-noamcoh Jan 20, 2025
c33a435
New Management images in AliCloud
chkp-noamcoh Jan 28, 2025
e9a5835
Azure vWAN custom template | Added managed identity support
chkp-natanelm Feb 2, 2025
f5e4308
Azure vWAN Terraform | Added managed identity support
chkp-natanelm Feb 2, 2025
7b80054
Azure Templates | Revert SIC configuration for Smart-1 Cloud
chkp-natanelm Feb 5, 2025
5e85c96
CME API v1.2.3 Postman Collection
chkp-natanelm Feb 9, 2025
dd67a6c
Azure vWAN | Update plan version
chkp-natanelm Feb 24, 2025
216129c
GCP | Update images.py
chkp-natanelm Mar 2, 2025
0c4c0cc
GCP Terraform | Removed R81 version
chkp-natanelm Mar 3, 2025
82ddeec
Update main README with revised links for accuracy
chkp-natanelm Mar 3, 2025
6761d3c
Fix diskType Definition For createUiDefinition.json
chkp-natanelm Mar 5, 2025
584044b
Merge branch 'master' into cloudguard-integrations-cloudguardiaas-f3f…
chkp-natanelm Mar 5, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,7 @@
}
]
}
},
},
{
"name": "InfoVMDiskSpace",
"type": "Microsoft.Common.InfoBox",
Expand Down Expand Up @@ -789,9 +789,9 @@
"installationType": "[steps('chkp-advanced').installationType]",
"bootstrapScript": "[steps('chkp-advanced').bootstrapScript]",
"allowDownloadFromUploadToCheckPoint": "[coalesce(steps('chkp-advanced').allowUploadDownload, 'true')]",
"msi" : "[steps('chkp-advanced').identityAccessManagement]",
"additionalDiskSizeGB": "[int(steps('chkp-advanced').additionalDiskSizeGB)]",
"diskType": "[if(contains('R81.10' , steps('chkp-advanced').cloudGuardVersion) , steps('chkp-advanced').VMDiskTypeOldVersions , steps('chkp-advanced').VMDiskType)]",
"msi": "[steps('chkp-advanced').identityAccessManagement]",
"diskType": "[if(contains('R81.10' , steps('chkp').cloudGuardVersion) , steps('chkp-advanced').VMDiskTypeOldVersions , steps('chkp-advanced').VMDiskType)]",
"sourceImageVhdUri": "[coalesce(steps('chkp-advanced').sourceImageVhdUri, 'noCustomUri')]",
"enableApi": "[steps('chkp-advanced').enableApi]",
"adminShell": "[steps('chkp-advanced').adminShell]",
Expand Down