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

Commit

Permalink
#748 Add GenerateGatewayApiTemplateAsync (#751)
Browse files Browse the repository at this point in the history
Added the extraction of the GatewayApi templates to the Extractor.
  • Loading branch information
DSpirit authored Jun 24, 2022
1 parent 3c89846 commit 0f0d419
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ArmTemplates/Commands/Executors/ExtractorExecutor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -909,6 +909,7 @@ async Task GenerateTemplates(
var groupTemplate = await this.GenerateGroupsTemplateAsync(baseFilesGenerationDirectory);
var identityProviderTemplate = await this.GenerateIdentityProviderTemplateAsync(baseFilesGenerationDirectory);
await this.GenerateGatewayTemplateAsync(singleApiName, baseFilesGenerationDirectory);
await this.GenerateGatewayApiTemplateAsync(singleApiName, multipleApiNames, baseFilesGenerationDirectory);
await this.GenerateParametersTemplateAsync(apisToExtract, loggerTemplate.TypedResources, backendTemplate.TypedResources, namedValueTemplate.TypedResources, identityProviderTemplate.TypedResources, baseFilesGenerationDirectory);

await this.GenerateMasterTemplateAsync(
Expand Down

0 comments on commit 0f0d419

Please sign in to comment.