File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
articles/azure-resource-manager/templates Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
title : Template functions - resources
3
3
description : Describes the functions to use in an Azure Resource Manager template to retrieve values about resources.
4
4
ms.topic : conceptual
5
- ms.date : 02/10 /2020
5
+ ms.date : 03/31 /2020
6
6
---
7
7
# Resource functions for ARM templates
8
8
@@ -164,8 +164,8 @@ The possible uses of list* are shown in the following table.
164
164
| Microsoft.DocumentDB/databaseAccounts | [ listKeys] ( /rest/api/cosmos-db-resource-provider/databaseaccounts/listkeys ) |
165
165
| Microsoft.DomainRegistration | [ listDomainRecommendations] ( /rest/api/appservice/domains/listrecommendations ) |
166
166
| Microsoft.DomainRegistration/topLevelDomains | [ listAgreements] ( /rest/api/appservice/topleveldomains/listagreements ) |
167
- | Microsoft.EventGrid/domains | [ listKeys] ( /rest/api/eventgrid/domains/listsharedaccesskeys ) |
168
- | Microsoft.EventGrid/topics | [ listKeys] ( /rest/api/eventgrid/topics/listsharedaccesskeys ) |
167
+ | Microsoft.EventGrid/domains | [ listKeys] ( /rest/api/eventgrid/version2019-06-01/ domains/listsharedaccesskeys ) |
168
+ | Microsoft.EventGrid/topics | [ listKeys] ( /rest/api/eventgrid/version2019-06-01/ topics/listsharedaccesskeys ) |
169
169
| Microsoft.EventHub/namespaces/authorizationRules | [ listkeys] ( /rest/api/eventhub/namespaces/listkeys ) |
170
170
| Microsoft.EventHub/namespaces/disasterRecoveryConfigs/authorizationRules | [ listkeys] ( /rest/api/eventhub/disasterrecoveryconfigs/listkeys ) |
171
171
| Microsoft.EventHub/namespaces/eventhubs/authorizationRules | [ listkeys] ( /rest/api/eventhub/eventhubs/listkeys ) |
You can’t perform that action at this time.
0 commit comments