diff --git a/AzureResourceManager/Artifactory/azuredeploy.json b/AzureResourceManager/Artifactory/azuredeploy.json index 76d3a88..5cf92e3 100644 --- a/AzureResourceManager/Artifactory/azuredeploy.json +++ b/AzureResourceManager/Artifactory/azuredeploy.json @@ -81,28 +81,28 @@ "type": "string", "defaultValue": "0.0.40", "allowedValues": [ - "0.0.8", + "0.0.8", "0.0.9", - "0.0.10", - "0.0.11", - "0.0.12", - "0.0.14", - "0.0.15", - "0.0.18", - "0.0.19", - "0.0.21", - "0.0.22", - "0.0.23", - "0.0.25", - "0.0.27", - "0.0.28", - "0.0.29", - "0.0.30", - "0.0.32", - "0.0.33", - "0.0.34", - "0.0.35", - "0.0.37", + "0.0.10", + "0.0.11", + "0.0.12", + "0.0.14", + "0.0.15", + "0.0.18", + "0.0.19", + "0.0.21", + "0.0.22", + "0.0.23", + "0.0.25", + "0.0.27", + "0.0.28", + "0.0.29", + "0.0.30", + "0.0.32", + "0.0.33", + "0.0.34", + "0.0.35", + "0.0.37", "0.0.38", "0.0.39", "0.0.40" @@ -179,7 +179,7 @@ }, "certificateKey": { "type": "securestring", - "metadata": { + "metadata": { "description": "Provide your SSL Certificate key" } }, @@ -187,7 +187,7 @@ "type": "string", "minLength": 1, "defaultValue": "artifactory", - "metadata": { + "metadata": { "description": "Provide your Certificate Domain Name. For e.g jfrog.team for certificate with *.jfrog.team" } }, @@ -195,7 +195,7 @@ "type": "string", "minLength": 1, "defaultValue": "artifactory", - "metadata": { + "metadata": { "description": "Provide artifactory server name to be used in Nginx. e.g artifactory for artifactory.jfrog.team" } }, @@ -203,7 +203,7 @@ "type": "string", "minLength": 1, "defaultValue": "-server -Xms2g -Xmx8g -Xss256k -XX:+UseG1GC -XX:OnOutOfMemoryError=\\\"kill -9 %p\\\"", - "metadata": { + "metadata": { "description": "Setting Java Memory Parameters for Artifactory. Learn about system requirements for Artifactory https://www.jfrog.com/confluence/display/RTF/System+Requirements#SystemRequirements-RecommendedHardware." } }, @@ -538,7 +538,7 @@ "[resourceId('Microsoft.Network/publicIPAddresses/', variables('pipPrimaryName'))]", "[resourceId('Microsoft.Network/publicIPAddresses/', variables('pipMemberName'))]" ], - "tags":{ + "tags": { "displayName": "Load Balancer" }, "properties": { @@ -726,7 +726,7 @@ "sku": { "name": "[parameters('storageAccountType')]" }, - "tags":{ + "tags": { "displayName": "Artifactory Storage Account" }, "kind": "Storage",