Update azuredeploy_xray_vmss.json

This commit is contained in:
Anup Singh
2021-08-02 14:02:15 +05:30
committed by GitHub
parent 5dd04fb9d4
commit 3e3d398d13

View File

@@ -200,7 +200,7 @@
"joinKey": "[parameters('joinKey')]",
"osType": {
"publisher": "jfrog",
"offer": "x-ray-vm",
"offer": "x-ray-vm-preview",
"sku": "x-ray-vm",
"version": "[parameters('xrayVersion')]"
},
@@ -323,7 +323,7 @@
"plan": {
"name": "x-ray-vm",
"publisher": "jfrog",
"product": "x-ray-vm"
"product": "x-ray-vm-preview"
},
"sku": {
"name": "[parameters('virtualMachineSize')]",