Skip to content
This repository was archived by the owner on Feb 23, 2024. It is now read-only.

Commit beee89f

Browse files
authored
Add subscription key parameter name (#279)
1 parent 6b66703 commit beee89f

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

src/APIM_ARMTemplate/README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ The utility requires one argument, --configFile, which points to a yaml file tha
3434
| linkedTemplatesBaseUrl| string | No | Location that stores linked templates. Required if 'linked' is set to true. |
3535
| linkedTemplatesUrlQueryString| string | No | Query string appended to linked templates uris that enables retrieval from private storage. |
3636
| tags | Array<[TagConfiguration](#tagConfiguration)> | No | List of Tags configurations. |
37+
| subscriptionKeyParameterNames | APITemplateSubscriptionKeyParameterNames | No | subscription key parameter name. |
3738

3839
#### APIConfiguration
3940

@@ -105,6 +106,18 @@ _Additional properties found in [LoggerContractProperties](https://docs.microsof
105106
| displayName | string | Yes | DisplayName and name of the tag |
106107

107108
_Additional properties found in [TagContractProperties](https://docs.microsoft.com/en-us/azure/templates/microsoft.apimanagement/2019-01-01/service/tags)_
109+
110+
#### APITemplateSubscriptionKeyParameterNames
111+
112+
| Property | Type | Required | Value |
113+
|-----------------------|-----------------------|-----------------------|--------------------------------------------------|
114+
| header | string | Yes | header name of the subscription. |
115+
| query | string | Yes | query parameter name of the subscription. |
116+
117+
_Additional properties found in [APITemplateSubscriptionKeyParameterNames](https://docs.microsoft.com/en-us/azure/templates/microsoft.apimanagement/2019-01-01/service/subscriptions)_
118+
119+
120+
108121
### Sample Config File
109122

110123
The following is a full config.yml file with each property listed:

0 commit comments

Comments
 (0)