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
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -342,7 +342,7 @@ You have two choices when specifying your settings:
342
342
| policyXMLBaseUrl | No | Policy XML files remote location. If provided, Extractor generates policies folder with xml files, and requires they be pushed to remote location. |
343
343
| splitAPIs | No | If set to "true", then generate multiple api folders, each api will have a seperate folder, with a separate master template to deploy this api. If this single api has a version set, then a version set folder will generate instead, then all apis that belongs to this version set will be included in the version set folder, apis in this version set can be deployed separately using every api's master template, or they can be deployed together using the master template in "VersionSetMasterFolder" folder |
344
344
| 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 |
345
-
|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 |
345
+
|multipleAPIs| 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 |
346
346
| 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 |
347
347
| baseFileName | No | Specify base file name of the template files |
348
348
| policyXMLSasToken | No | Specify sasToken for fetching policy files |
@@ -356,7 +356,7 @@ You have two choices when specifying your settings:
356
356
357
357
#### Note
358
358
* Can not use "splitAPIs" and "apiName" at the same time, since using "apiName" only extract one API
359
-
* Can not use "apiName" and "mutipleAPIs" at the same time
359
+
* Can not use "apiName" and "multipleAPIs" at the same time
360
360
* Can only "includeAllRevisions" with "apiName"
361
361
362
362
<aname="extractorParameterFileExamples"></a>
@@ -431,7 +431,7 @@ Extract **multiple APIs**, use the following parameters:
0 commit comments