fixed the indentaion

This commit is contained in:
Logeshwarsn
2022-06-14 22:33:45 +05:30
parent 15ba0bd3d9
commit 423c29cd4c
4 changed files with 75 additions and 75 deletions

View File

@@ -81,29 +81,29 @@
"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.38",
"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."
}
},
@@ -552,7 +552,7 @@
"[resourceId('Microsoft.Network/publicIPAddresses/', variables('pipPrimaryName'))]",
"[resourceId('Microsoft.Network/publicIPAddresses/', variables('pipMemberName'))]"
],
"tags":{
"tags": {
"displayName": "Load Balancer"
},
"properties": {
@@ -740,7 +740,7 @@
"sku": {
"name": "[parameters('storageAccountType')]"
},
"tags":{
"tags": {
"displayName": "Artifactory Storage Account"
},
"kind": "Storage",