Skip to content

Commit

Permalink
Fix diskType Definition For createUiDefinition.json (#487)
Browse files Browse the repository at this point in the history
* GCP Terraform | Update target tags in firewall rules

* Azure-Templates | Management | Update quick deployment link in README.md

* Azure templates | Updated Storage account API version

* Azure templates | Storage account access | Updated Serial console IPs per region

* Azure Terraform | Update availability_zones_num variable to use number type

* Azure TF | Add outputs

* Remove condition of AllocateAddress in MemberAExternalInterface output

* New Management images in AliCloud

* Azure vWAN custom template | Added managed identity support

* Azure vWAN Terraform | Added managed identity support

* Azure Templates | Revert SIC configuration for Smart-1 Cloud

* CME API v1.2.3 Postman Collection

* Azure vWAN | Update plan version

* GCP | Update images.py

* GCP Terraform | Removed R81 version

* Update main README with revised links for accuracy

* Fix diskType Definition For createUiDefinition.json

---------

Co-authored-by: eddiek <[email protected]>
Co-authored-by: noamcoh <[email protected]>
  • Loading branch information
3 people authored Mar 5, 2025
1 parent 91d8345 commit 6c3be80
Showing 1 changed file with 3 additions and 3 deletions.
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

0 comments on commit 6c3be80

Please sign in to comment.