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.
@@ -315,6 +317,7 @@ You have two choices when specifying your settings:
315
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 |
316
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 |
317
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 |
318
321
319
322
320
323
#### Note
@@ -397,6 +400,19 @@ Extract **multiple APIs**, use the following parameters:
397
400
"mutipleAPIs": "api1, api2, api3"
398
401
}
399
402
```
403
+
Extract **single API with baseFileName**, use the following parameters:
0 commit comments