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

Commit 4720c1c

Browse files
authored
Update README.md (#536)
For parameterize ServiceUrl in Creator
1 parent 23d693b commit 4720c1c

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/APIM_ARMTemplate/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ The utility requires one argument, --configFile, which points to a yaml file tha
3737
| tags | Array<[TagConfiguration](#tagConfiguration)> | No | List of Tags configurations. |
3838
| subscriptionKeyParameterNames | APITemplateSubscriptionKeyParameterNames | No | subscription key parameter name. |
3939
| baseFileName | string | No | base file name for the templates file |
40+
| serviceUrlParameters | Array<[ServiceUrlProperty](#ServiceUrlProperty)> | No | List of parameterized ServiceUrl. |
4041

4142
#### APIConfiguration
4243

@@ -141,6 +142,13 @@ _Additional properties found in [TagContractProperties](https://docs.microsoft.c
141142

142143
_Additional properties found in [APITemplateSubscriptionKeyParameterNames](https://docs.microsoft.com/en-us/azure/templates/microsoft.apimanagement/2019-01-01/service/subscriptions)_
143144

145+
#### ServiceUrlProperty
146+
147+
| Property | Type | Required | Value |
148+
|-----------------------|-----------------------|-----------------------|--------------------------------------------------|
149+
| apiName | string | Yes | Name of API. |
150+
| serviceUrl | string | Yes | API ServiceUrl parameter. |
151+
144152

145153

146154
### Sample Config File
@@ -292,6 +300,9 @@ linked: false
292300
linkedTemplatesBaseUrl : https://mystorageaccount.blob.core.windows.net/mycontainer
293301
linkedTemplatesUrlQueryString : ?sv=2018-03-28&ss=bfqt&srt=sco&sp=rwdlacup&se=2019-12-22T23:12:53Z&st=2019-09-09T14:12:53Z&spr=https&sig=uFTldJEYPH888QVzKb7q7eLq0Xt%2Bu35UTqpFGUYo6uc%3D
294302
baseFileName: baseName
303+
serviceUrlParameters:
304+
- apiName: myAPI
305+
serviceUrl: httpbin.com/myAPI
295306
```
296307

297308
<a name="creator2"></a>

0 commit comments

Comments
 (0)