ARM template, Artifactory 7.15.4, Xray 3.18.0 (#93)

* updated

* updated artifactory releas version 7.15.4 in createUiDefinition.json & mainTemplate.json file

* updated version 7.15.4 in createUiDefinition.json file

* updated version 7.15.4 in mainTemplate.json file

* ARM templates. pid removed from all the templates per new MS requirements. RT 7.15.4, Xray 3.17.4, JSON docs aligned

* updated all changes for artifactory version 7.15.4 & x-ray version 3.18.0

Co-authored-by: danielmkn <danielmi@jfrog.com>
This commit is contained in:
Anup Singh
2021-03-22 21:56:12 +05:30
committed by GitHub
parent 022763a249
commit 00b1196e1b
12 changed files with 47 additions and 113 deletions

View File

@@ -19,12 +19,13 @@
},
"xrayVersion": {
"type": "string",
"defaultValue": "0.0.14",
"defaultValue": "0.0.15",
"allowedValues": [
"0.0.10",
"0.0.11",
"0.0.13",
"0.0.14"
"0.0.11",
"0.0.13",
"0.0.14",
"0.0.15"
],
"metadata": {
"description": "Xray-vm image version to deploy."
@@ -202,19 +203,6 @@
"artifactoryURL": "[parameters('artifactoryURL')]"
},
"resources": [
{
"apiVersion": "2019-05-01",
"name": "pid-04c1c376-5d4b-4771-9a7f-054f5910dcef",
"type": "Microsoft.Resources/deployments",
"properties": {
"mode": "Incremental",
"template": {
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#",
"contentVersion": "1.0.0.0",
"resources": []
}
}
},
{
"condition": "[equals(parameters('virtualNetworkNewOrExisting'),'new')]",
"type": "Microsoft.Network/virtualNetworks",