Skip to content

Commit 58dc6fb

Browse files
author
Sergey Kanzhelev
committed
rename someValue to apiKey for Nuget
1 parent 5fe7d89 commit 58dc6fb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

azuredeploy.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@
3030
],
3131
"defaultValue": "0"
3232
},
33-
"someAppSetting": {
33+
"apiKey": {
3434
"type": "string",
35-
"defaultValue": "Test App Setting Value"
35+
"defaultValue": "{7F2C2BC0-CBEE-41B1-9963-9C4F164CE8C9}"
3636
},
3737
"repoUrl": {
3838
"type": "string"
@@ -80,8 +80,8 @@
8080
"properties": {
8181
"appSettings": [
8282
{
83-
"name": "someAppSetting",
84-
"value": "[parameters('someAppSetting')]"
83+
"name": "apiKey",
84+
"value": "[parameters('apiKey')]"
8585
}
8686
]
8787
}

0 commit comments

Comments
 (0)