diff --git a/AzureResourceManager/Artifactory/MP_submission/createUiDefinition.json b/AzureResourceManager/Artifactory/MP_submission/createUiDefinition.json index 247adec..43f77eb 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.29.7", + "defaultValue": "7.29.8", "toolTip": "Version of Artifactory to deploy", "constraints": { "allowedValues": [ @@ -215,7 +215,11 @@ { "label": "7.29.7", "value": "0.0.34" - } + }, + { + "label": "7.29.8", + "value": "0.0.35" + } ], "required": true }, diff --git a/AzureResourceManager/Artifactory/MP_submission/mainTemplate.json b/AzureResourceManager/Artifactory/MP_submission/mainTemplate.json index 91dcf9a..db31bff 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.34", + "defaultValue": "0.0.35", "allowedValues": [ "0.0.8", "0.0.9", @@ -100,7 +100,8 @@ "0.0.30", "0.0.32", "0.0.33", - "0.0.34" + "0.0.34", + "0.0.35" ], "metadata": { "description": "Artifactory-vm image version to deploy." diff --git a/AzureResourceManager/Artifactory/azuredeploy.json b/AzureResourceManager/Artifactory/azuredeploy.json index b24147a..3299b13 100644 --- a/AzureResourceManager/Artifactory/azuredeploy.json +++ b/AzureResourceManager/Artifactory/azuredeploy.json @@ -79,7 +79,7 @@ }, "artifactoryVersion": { "type": "string", - "defaultValue": "0.0.34", + "defaultValue": "0.0.35", "allowedValues": [ "0.0.8", "0.0.9", @@ -100,7 +100,8 @@ "0.0.30", "0.0.32", "0.0.33", - "0.0.34" + "0.0.34", + "0.0.35" ], "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 8afdac7..c9f9ffb 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.37.2", + "defaultValue": "3.38.2", "toolTip": "Version of Xray to deploy", "constraints": { "allowedValues": [ @@ -202,7 +202,11 @@ { "label": "3.37.2", "value": "0.0.31" - } + }, + { + "label": "3.38.2", + "value": "0.0.32" + } ], "required": true }, diff --git a/AzureResourceManager/Xray/MP_submission/mainTemplate.json b/AzureResourceManager/Xray/MP_submission/mainTemplate.json index af60b53..1c88c6e 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.31", + "defaultValue": "0.0.32", "allowedValues": [ "0.0.10", "0.0.11", @@ -39,7 +39,8 @@ "0.0.28", "0.0.29", "0.0.30", - "0.0.31" + "0.0.31", + "0.0.32" ], "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 74d599b..51308d0 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.31" + "value": "0.0.32" }, "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 acda716..af3f90a 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.31", + "defaultValue": "0.0.32", "allowedValues": [ "0.0.10", "0.0.11", @@ -39,7 +39,8 @@ "0.0.28", "0.0.29", "0.0.30", - "0.0.31" + "0.0.31", + "0.0.32" ], "metadata": { "description": "Xray-vm image version to deploy."