Skip to content

Commit eb12c37

Browse files
committed
remove unreferenced parameters _artifactsLocation and _artifactsLocationSasToken
1 parent add1cb2 commit eb12c37

File tree

2 files changed

+1
-20
lines changed

2 files changed

+1
-20
lines changed

weblogic-azure-vm/arm-oraclelinux-wls-cluster/arm-oraclelinux-wls-cluster/src/main/arm/mainTemplate.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1427,12 +1427,6 @@
14271427
"contentVersion": "1.0.0.0"
14281428
},
14291429
"parameters": {
1430-
"_artifactsLocation": {
1431-
"value": "[parameters('_artifactsLocation')]"
1432-
},
1433-
"_artifactsLocationSasToken": {
1434-
"value": "[parameters('_artifactsLocationSasToken')]"
1435-
},
14361430
"location": {
14371431
"value": "[parameters('location')]"
14381432
},

weblogic-azure-vm/arm-oraclelinux-wls-cluster/arm-oraclelinux-wls-cluster/src/main/arm/nestedtemplates/postDeploymentUAMIRolesTemplate.json

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,6 @@
22
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
33
"contentVersion": "1.0.0.0",
44
"parameters": {
5-
"_artifactsLocation": {
6-
"type": "string",
7-
"metadata": {
8-
"description": "The base URI where artifacts required by this template are located. When the template is deployed using the accompanying scripts, a private location in the subscription will be used and this value will be automatically generated."
9-
}
10-
},
11-
"_artifactsLocationSasToken": {
12-
"type": "securestring",
13-
"metadata": {
14-
"description": "The sasToken required to access _artifactsLocation. When the template is deployed using the accompanying scripts, a sasToken will be automatically generated. Use the defaultValue if the staging location is not secured."
15-
},
16-
"defaultValue": ""
17-
},
185
"location": {
196
"type": "string",
207
"metadata": {
@@ -119,4 +106,4 @@
119106
"value": "[resourceId('${identifier.userAssignedIdentities}', variables('name_postDeploymentScriptUserDefinedManagedIdentity'))]"
120107
}
121108
}
122-
}
109+
}

0 commit comments

Comments
 (0)