diff --git a/AzureResourceManager/Artifactory/MP_submission/createUiDefinition.json b/AzureResourceManager/Artifactory/MP_submission/createUiDefinition.json index 65aec99..b4ce7dd 100644 --- a/AzureResourceManager/Artifactory/MP_submission/createUiDefinition.json +++ b/AzureResourceManager/Artifactory/MP_submission/createUiDefinition.json @@ -132,7 +132,7 @@ "name": "artifactoryVersion", "type": "Microsoft.Common.DropDown", "label": "Artifactory-vm image version to deploy.", - "defaultValue": "7.27.6", + "defaultValue": "7.27.9", "toolTip": "Version of Artifactory to deploy", "constraints": { "allowedValues": [ @@ -203,6 +203,10 @@ { "label": "7.27.6", "value": "0.0.30" + }, + { + "label": "7.27.9", + "value": "0.0.32" } ], "required": true diff --git a/AzureResourceManager/Artifactory/MP_submission/mainTemplate.json b/AzureResourceManager/Artifactory/MP_submission/mainTemplate.json index 649b325..377543d 100644 --- a/AzureResourceManager/Artifactory/MP_submission/mainTemplate.json +++ b/AzureResourceManager/Artifactory/MP_submission/mainTemplate.json @@ -79,7 +79,7 @@ }, "artifactoryVersion": { "type": "string", - "defaultValue": "0.0.30", + "defaultValue": "0.0.32", "allowedValues": [ "0.0.8", "0.0.9", @@ -97,7 +97,8 @@ "0.0.27", "0.0.28", "0.0.29", - "0.0.30" + "0.0.30", + "0.0.32" ], "metadata": { "description": "Artifactory-vm image version to deploy." diff --git a/AzureResourceManager/Artifactory/azuredeploy.json b/AzureResourceManager/Artifactory/azuredeploy.json index f18500f..923bf17 100644 --- a/AzureResourceManager/Artifactory/azuredeploy.json +++ b/AzureResourceManager/Artifactory/azuredeploy.json @@ -79,7 +79,7 @@ }, "artifactoryVersion": { "type": "string", - "defaultValue": "0.0.30", + "defaultValue": "0.0.32", "allowedValues": [ "0.0.8", "0.0.9", @@ -97,7 +97,8 @@ "0.0.27", "0.0.28", "0.0.29", - "0.0.30" + "0.0.30", + "0.0.32" ], "metadata": { "description": "Artifactory-vm image version to deploy." diff --git a/AzureResourceManager/Xray/MP_submission/createUiDefinition.json b/AzureResourceManager/Xray/MP_submission/createUiDefinition.json index ba8a398..d49c723 100644 --- a/AzureResourceManager/Xray/MP_submission/createUiDefinition.json +++ b/AzureResourceManager/Xray/MP_submission/createUiDefinition.json @@ -123,7 +123,7 @@ "name": "xrayVersion", "type": "Microsoft.Common.DropDown", "label": "Xray-vm image version to deploy.", - "defaultValue": "3.34.1", + "defaultValue": "3.35.0", "toolTip": "Version of Xray to deploy", "constraints": { "allowedValues": [ @@ -194,6 +194,10 @@ { "label": "3.34.1", "value": "0.0.29" + }, + { + "label": "3.35.0", + "value": "0.0.30" } ], "required": true diff --git a/AzureResourceManager/Xray/MP_submission/mainTemplate.json b/AzureResourceManager/Xray/MP_submission/mainTemplate.json index 20b74ad..93d36f2 100644 --- a/AzureResourceManager/Xray/MP_submission/mainTemplate.json +++ b/AzureResourceManager/Xray/MP_submission/mainTemplate.json @@ -19,7 +19,7 @@ }, "xrayVersion": { "type": "string", - "defaultValue": "0.0.29", + "defaultValue": "0.0.30", "allowedValues": [ "0.0.10", "0.0.11", @@ -37,7 +37,8 @@ "0.0.26", "0.0.27", "0.0.28", - "0.0.29" + "0.0.29", + "0.0.30" ], "metadata": { "description": "Xray-vm image version to deploy." diff --git a/AzureResourceManager/Xray/azuredeploy_xray.parameters.json b/AzureResourceManager/Xray/azuredeploy_xray.parameters.json index d2b3777..5184fbd 100644 --- a/AzureResourceManager/Xray/azuredeploy_xray.parameters.json +++ b/AzureResourceManager/Xray/azuredeploy_xray.parameters.json @@ -33,7 +33,7 @@ "value": "10.0.1.0/24" }, "xrayVersion": { - "value": "0.0.29" + "value": "0.0.30" }, "artifactoryURL": { "value": "http://ARTIFACTORY-URL.cloudapp.azure.com" diff --git a/AzureResourceManager/Xray/azuredeploy_xray_vmss.json b/AzureResourceManager/Xray/azuredeploy_xray_vmss.json index 6df01df..dfff8f0 100644 --- a/AzureResourceManager/Xray/azuredeploy_xray_vmss.json +++ b/AzureResourceManager/Xray/azuredeploy_xray_vmss.json @@ -19,7 +19,7 @@ }, "xrayVersion": { "type": "string", - "defaultValue": "0.0.29", + "defaultValue": "0.0.30", "allowedValues": [ "0.0.10", "0.0.11", @@ -37,7 +37,8 @@ "0.0.26", "0.0.27", "0.0.28", - "0.0.29" + "0.0.29", + "0.0.30" ], "metadata": { "description": "Xray-vm image version to deploy."