Skip to content

Commit 157d588

Browse files
committed
fixing bug in script
1 parent 5ccf30a commit 157d588

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/azure-app-configuration/scripts/cli-work-with-keys.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@ title: Azure CLI Script Sample - Work with key-values in an Azure App Configurat
33
description: Provides information on working with key-values in an Azure App Configuration store
44
services: azure-app-configuration
55
documentationcenter: ''
6-
author: yegu-ms
7-
manager: balans
6+
author: lisaguthrie
7+
manager: maiye
88
editor: ''
99

1010
ms.service: azure-app-configuration
1111
ms.devlang: azurecli
1212
ms.topic: sample
1313
ms.tgt_pltfrm: na
1414
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
1717
ms.custom: mvc
1818
---
1919

@@ -49,7 +49,7 @@ az appconfig kv set --name $appConfigName --key $newKey --value "Value 1"
4949
az appconfig kv list --name $appConfigName
5050
5151
# 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"
5353
5454
# List current key-values
5555
az appconfig kv list --name $appConfigName

0 commit comments

Comments
 (0)