Skip to content

Commit

Permalink
add consumption (#250)
Browse files Browse the repository at this point in the history
  • Loading branch information
annaji-msft authored Jun 24, 2022
1 parent 124ed98 commit ce3e6aa
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/explorer/ServiceTreeItem.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,7 @@ export class ServiceTreeItem extends AzureParentTreeItem<IServiceTreeRoot> {
this.gatewaysTreeItem = new GatewaysTreeItem(this);
}

if (sku !== 'Consumption') {
this.authorizationProvidersTreeItem = new AuthorizationProvidersTreeItem(this);
}
this.authorizationProvidersTreeItem = new AuthorizationProvidersTreeItem(this);
}

public static createEnvironmentTreeItem(parent: AzureParentTreeItem, apiManagementClient: ApiManagementClient, apiManagementService: ApiManagementModels.ApiManagementServiceResource): ServiceTreeItem {
Expand Down

0 comments on commit ce3e6aa

Please sign in to comment.