Skip to content
This repository was archived by the owner on Feb 23, 2024. It is now read-only.

Commit adc8d6f

Browse files
authored
Merge branch 'master' into master
2 parents df3f40e + cbbea0a commit adc8d6f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/APIM_ARMTemplate/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ az account set --subscription <subscription_id>
277277
| fileFolder | Yes | Path to output folder |
278278
| 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. |
279279
| 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. |
280+
| linkedTemplatesUrlQueryString | No | String | Query string appended to linked templates uris that enables retrieval from private storage. |
281281
| policyXMLBaseUrl | No | Policy XML files remote location. If provided, Extractor generates policies folder with xml files, and requires they be pushed to remote location. |
282282

283283
To run the Extractor with all arguments (executing a single API extraction with linked templates and policy file generation), use the following command:

src/APIM_ARMTemplate/apimtemplate/Common/Constants/GlobalConstants.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ namespace Microsoft.Azure.Management.ApiManagement.ArmTemplates.Common
44
internal static class GlobalConstants
55
{
66
public const string AppShortName = "apimtemplate";
7-
public const string AppLongName = "API Management Template";
8-
public const string AppDescription = "API Management Template is a tool to create API Management definitions from files and to extract existing API Management APIs to files.";
7+
public const string AppLongName = "API Management DevOps Toolkit";
8+
public const string AppDescription = "API Management DevOps Toolkit is a tool to create API Management definitions from files and to extract existing API Management APIs to files.";
99
public const string CreateName = "create";
1010
public const string CreateDescription = "Create an API Management instance from files";
1111
public const string ExtractName = "extract";

0 commit comments

Comments
 (0)