Skip to content

Commit

Permalink
Fix diskType Definition For createUiDefinition.json
Browse files Browse the repository at this point in the history
  • Loading branch information
chkp-natanelm committed Mar 5, 2025
1 parent 82ddeec commit 6761d3c
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 6761d3c

Please sign in to comment.