Skip to content

Commit 2456707

Browse files
committed
document listkeyvalue
1 parent b330b7c commit 2456707

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

articles/azure-resource-manager/templates/template-functions-resource.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Template functions - resources
33
description: Describes the functions to use in an Azure Resource Manager template to retrieve values about resources.
44
ms.topic: conceptual
5-
ms.date: 04/28/2020
5+
ms.date: 05/20/2020
66
---
77
# Resource functions for ARM templates
88

@@ -102,7 +102,7 @@ The following example returns the resource ID for a resource group lock.
102102

103103
`list{Value}(resourceName or resourceIdentifier, apiVersion, functionValues)`
104104

105-
The syntax for this function varies by name of the list operations. Each implementation returns values for the resource type that supports a list operation. The operation name must start with `list`. Some common usages are `listKeys` and `listSecrets`.
105+
The syntax for this function varies by name of the list operations. Each implementation returns values for the resource type that supports a list operation. The operation name must start with `list`. Some common usages are `listKeys`, `listKeyValue` and `listSecrets`.
106106

107107
### Parameters
108108

@@ -123,6 +123,7 @@ The possible uses of list* are shown in the following table.
123123
| Resource type | Function name |
124124
| ------------- | ------------- |
125125
| Microsoft.AnalysisServices/servers | [listGatewayStatus](/rest/api/analysisservices/servers/listgatewaystatus) |
126+
| Microsoft.AppConfiguration] | [ListKeyValue](/rest/api/appconfiguration/configurationstores/listkeyvalue) |
126127
| Microsoft.AppConfiguration/configurationStores | ListKeys |
127128
| Microsoft.Automation/automationAccounts | [listKeys](/rest/api/automation/keys/listbyautomationaccount) |
128129
| Microsoft.Batch/batchAccounts | [listkeys](/rest/api/batchmanagement/batchaccount/getkeys) |

0 commit comments

Comments
 (0)