Skip to content

Commit 43b52a0

Browse files
james-zhou-inspire11m-pizarro
authored andcommitted
feat(CG-901): add application gateway support
1 parent ef7b8fa commit 43b52a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/enums/serviceMap.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import AzureADServicePrincipal from '../services/adServicePrincipal'
88
import AzureADUser from '../services/adUser'
99
import AzureAksManagedCluster from '../services/aksManagedCluster'
1010
import AzureMetricAlert from '../services/metricAlert'
11+
import AzureApplicationGateway from '../services/applicationGateway'
1112
import AzureAppServiceEnvironment from '../services/appServiceEnvironment'
1213
// import AzureAppServiceKubeEnvironment from '../services/appServiceKubeEnvironment'
1314
import AzureAppServicePlan from '../services/appServicePlan'
@@ -87,7 +88,6 @@ import AzureBackupPolicy from '../services/backupPolicies'
8788
import AzureBilling from '../services/billing'
8889
import AzureLogProfiles from '../services/logProfiles'
8990
import Subscription from '../services/subscription'
90-
import AzureApplicationGateway from '../services/applicationGateway'
9191

9292
/**
9393
* serviceMap is an object that contains all currently supported services for AWS

0 commit comments

Comments
 (0)