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

Commit 0f0d419

Browse files
authored
#748 Add GenerateGatewayApiTemplateAsync (#751)
Added the extraction of the GatewayApi templates to the Extractor.
1 parent 3c89846 commit 0f0d419

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ArmTemplates/Commands/Executors/ExtractorExecutor.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -909,6 +909,7 @@ async Task GenerateTemplates(
909909
var groupTemplate = await this.GenerateGroupsTemplateAsync(baseFilesGenerationDirectory);
910910
var identityProviderTemplate = await this.GenerateIdentityProviderTemplateAsync(baseFilesGenerationDirectory);
911911
await this.GenerateGatewayTemplateAsync(singleApiName, baseFilesGenerationDirectory);
912+
await this.GenerateGatewayApiTemplateAsync(singleApiName, multipleApiNames, baseFilesGenerationDirectory);
912913
await this.GenerateParametersTemplateAsync(apisToExtract, loggerTemplate.TypedResources, backendTemplate.TypedResources, namedValueTemplate.TypedResources, identityProviderTemplate.TypedResources, baseFilesGenerationDirectory);
913914

914915
await this.GenerateMasterTemplateAsync(

0 commit comments

Comments
 (0)