Skip to content

Commit 7e1dfeb

Browse files
author
Sergey Kanzhelev
committed
rename parameter to force cache refresh
1 parent f1078fa commit 7e1dfeb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azuredeploy.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
],
3131
"defaultValue": "0"
3232
},
33-
"apiKey": {
33+
"NuGetApiKey": {
3434
"type": "string",
3535
"defaultValue": "{7F2C2BC0-CBEE-41B1-9963-9C4F164CE8C9}"
3636
},
@@ -81,7 +81,7 @@
8181
"appSettings": [
8282
{
8383
"name": "apiKey",
84-
"value": "[parameters('apiKey')]"
84+
"value": "[parameters('NuGetApiKey')]"
8585
}
8686
]
8787
}

0 commit comments

Comments
 (0)