You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 23, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: src/APIM_ARMTemplate/README.md
+38-1Lines changed: 38 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -317,7 +317,11 @@ You have two choices when specifying your settings:
317
317
| apiVersionSetName | No | Name of the APIVersionSet. If provided, extract all apis within this apiversionset. It will generate seperate folder for each api and also a master folder to link all apis in this apiversionset |
318
318
| mutipleAPIs | No | Specify multiple APIs to extract. Generate templates for each API, also generate an aggregated templates folder to deploy these APIs together at a time |
319
319
| includeAllRevisions | No | Set to "true" will extract all revisions for the single API. Will work only with "apiName" paramter, where you specify which API's revisions to extract. Generate templates for each revision, also generate an aggregated master folder to deploy these revisions together at one time. Note: there are many complicated issues with deploying revisions, make sure your deployment won't overwrite or break the existing ones |
320
-
| baseFileName | No | Specify base file name of the templates file |
320
+
| baseFileName | No | Specify base file name of the template files |
321
+
| policyXMLSasToken | No | Specify sasToken for fetching policy files |
322
+
| linkedTemplatesSasToken | No | Specify sasToken for fetching linkedTemplate files |
323
+
| serviceUrlParameters | No | Parameterize service url in advance (you can replace serviceUrl afterwards as well, you can refer example for more information). |
324
+
| paramServiceUrl | No | Set to "true" will parameterize all serviceUrl for each api and generate serviceUrl parameter in apiTemplate/parameter/masterTemplate files |
321
325
322
326
323
327
#### Note
@@ -413,6 +417,39 @@ Extract **single API with baseFileName**, use the following parameters:
413
417
"baseFileName": "<base_file_name>"
414
418
}
415
419
```
420
+
Extract **all APIs with serviceUrlParameters**, use the following parameters:
0 commit comments