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.
| sourceApimName | Yes | Name of the source APIM instance. |
271
+
| destinationApimName | Yes | Name of the destination APIM instance. |
272
+
| resourceGroup | Yes | Name of the resource group. |
273
+
| fileFolder | Yes | Path to output folder |
274
+
| apiName | No | Name of API. If provided, Extractor executes single API extraction. Otherwise, Extractor executes full extraction. |
275
+
| linkedTemplatesBaseUrl| No | Linked templates remote location. If provided, Extractor generates master template and requires linked templates pushed to remote location. |
276
+
| policyXMLBaseUrl | No | Policy XML files remote location. If provided, Extractor generates policies folder with xml files, and requires they be pushed to remote location. |
277
+
278
+
To run the Extractor with all arguments (executing a single API extraction with linked templates and policy file generation), use the following command:
270
279
```
271
-
dotnet run extract --name <name_of_the_APIM_instance> --resourceGroup <name_of_resource_group> --fileFolder <path_to_folder>
0 commit comments