Skip to content

Commit 11fd883

Browse files
Sergey KanzhelevSergey Kanzhelev
authored andcommitted
rename parameter back
1 parent 1bc9e72 commit 11fd883

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-
"NuGetApiKey2": {
33+
"NuGetApiKey": {
3434
"type": "string",
3535
"defaultValue": "{7F2C2BC0-CBEE-41B1-9963-9C4F164CE8C9}"
3636
},
@@ -91,7 +91,7 @@
9191
"appSettings": [
9292
{
9393
"name": "apiKey",
94-
"value": "[parameters('NuGetApiKey2')]"
94+
"value": "[parameters('NuGetApiKey')]"
9595
},
9696
{
9797
"name": "SCM_SITEEXTENSIONS_FEED_URL",

0 commit comments

Comments
 (0)