Skip to content

Commit

Permalink
Update import of getAzExtResourceType (#745)
Browse files Browse the repository at this point in the history
This method was moved to the API package so it can be more easily
updated...but one of the import sites was missed (and it was the one I
needed apparently).
  • Loading branch information
andyleejordan authored Aug 30, 2023
1 parent aea55ce commit 7f64887
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/api/DefaultAzureResourceProvider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@

import { GenericResource, ResourceGroup } from '@azure/arm-resources';
import { getResourceGroupFromId } from "@microsoft/vscode-azext-azureutils";
import { IActionContext, callWithTelemetryAndErrorHandling, getAzExtResourceType, nonNullProp } from '@microsoft/vscode-azext-utils';
import { IActionContext, callWithTelemetryAndErrorHandling, nonNullProp } from '@microsoft/vscode-azext-utils';
import * as vscode from 'vscode';
import { AzureResource, AzureSubscription } from '../../api/src/index';
import { AzureResource, AzureSubscription, getAzExtResourceType } from '../../api/src/index';
import { AzureResourceProvider } from '../hostapi.v2.internal';
import { getAzureResourcesService } from '../services/AzureResourcesService';

Expand Down

0 comments on commit 7f64887

Please sign in to comment.