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

Commit f3a8a9c

Browse files
authored
move "subscriptionKeyParameterNames" from "Creator Configuration" to "APIConfiguration" (#755)
Co-authored-by: Joe Zhang <joe.zhang@zeiss.com>
1 parent 98fb7ec commit f3a8a9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ The utility requires one argument, --configFile, which points to a yaml file tha
4646
| linkedTemplatesBaseUrl| string | No | Location that stores linked templates. Required if 'linked' is set to true. |
4747
| linkedTemplatesUrlQueryString| string | No | Query string appended to linked templates uris that enables retrieval from private storage. |
4848
| tags | Array<[TagConfiguration](#tagConfiguration)> | No | List of Tags configurations. |
49-
| subscriptionKeyParameterNames | APITemplateSubscriptionKeyParameterNames | No | subscription key parameter name. |
5049
| baseFileName | string | No | base file name for the templates file |
5150
| serviceUrlParameters | Array<[ServiceUrlProperty](#ServiceUrlProperty)> | No | List of parameterized ServiceUrl. |
5251

@@ -64,6 +63,7 @@ The utility requires one argument, --configFile, which points to a yaml file tha
6463
| policy | string | No | Location of the API policy XML file. Can be url or local file. |
6564
| suffix | string | Yes | Relative URL uniquely identifying this API and all of its resource paths within the API Management service instance. It is appended to the API endpoint base URL specified during the service instance creation to form a public URL for this API. |
6665
| subscriptionRequired | boolean | No | Specifies whether an API or Product subscription is required for accessing the API. |
66+
| subscriptionKeyParameterNames | APITemplateSubscriptionKeyParameterNames | No | subscription key parameter name. |
6767
| isCurrent | boolean | No | Indicates if API revision is current api revision. |
6868
| apiVersion | string | No | Indicates the Version identifier of the API if the API is versioned. |
6969
| apiVersionDescription | string | No | Description of the API Version. |

0 commit comments

Comments
 (0)