File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
articles/azure-app-configuration/scripts Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -3,17 +3,17 @@ title: Azure CLI Script Sample - Work with key-values in an Azure App Configurat
3
3
description : Provides information on working with key-values in an Azure App Configuration store
4
4
services : azure-app-configuration
5
5
documentationcenter : ' '
6
- author : yegu-ms
7
- manager : balans
6
+ author : lisaguthrie
7
+ manager : maiye
8
8
editor : ' '
9
9
10
10
ms.service : azure-app-configuration
11
11
ms.devlang : azurecli
12
12
ms.topic : sample
13
13
ms.tgt_pltfrm : na
14
14
ms.workload : azure-app-configuration
15
- ms.date : 02/24 /2019
16
- ms.author : yegu
15
+ ms.date : 11/08 /2019
16
+ ms.author : lcozzens
17
17
ms.custom : mvc
18
18
---
19
19
@@ -49,7 +49,7 @@ az appconfig kv set --name $appConfigName --key $newKey --value "Value 1"
49
49
az appconfig kv list --name $appConfigName
50
50
51
51
# Update new key's value
52
- az appconfig kv set --name $appConfigName --value "Value 2"
52
+ az appconfig kv set --name $appConfigName --key $newKey -- value "Value 2"
53
53
54
54
# List current key-values
55
55
az appconfig kv list --name $appConfigName
You can’t perform that action at this time.
0 commit comments