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.
@@ -273,6 +277,7 @@ az account set --subscription <subscription_id>
273
277
| fileFolder | Yes | Path to output folder |
274
278
| apiName | No | Name of API. If provided, Extractor executes single API extraction. Otherwise, Extractor executes full extraction. Note: This is the "Name" value as seen in the API settings, not "Display Name" and is case sensitive. |
275
279
| linkedTemplatesBaseUrl| No | Linked templates remote location. If provided, Extractor generates master template and requires linked templates pushed to remote location. |
280
+
| linkedTemplatesUrlQueryString | string | No | Query string appended to linked templates uris that enables retrieval from private storage. |
276
281
| 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
282
278
283
To run the Extractor with all arguments (executing a single API extraction with linked templates and policy file generation), use the following command:
// if the api version is not null the api is split into multiple templates. If the template is split and the content value has been set, then the template is for a subsequent api
varlinkedTemplatesBaseUrlName=this.Option("--linkedTemplatesBaseUrl <linkedTemplatesBaseUrl>","Creates a master template with links",CommandOptionType.SingleValue);
22
+
varlinkedTemplatesUrlQueryString=this.Option("--linkedTemplatesUrlQueryString <linkedTemplatesUrlQueryString>","Query string appended to linked templates uris that enables retrieval from private storage",CommandOptionType.SingleValue);
22
23
varpolicyXMLBaseUrlName=this.Option("--policyXMLBaseUrl <policyXMLBaseUrl>","Writes policies to local XML files that require deployment to remote folder",CommandOptionType.SingleValue);
0 commit comments