Skip to content

Commit

Permalink
Some import type's
Browse files Browse the repository at this point in the history
  • Loading branch information
bwateratmsft committed Apr 25, 2024
1 parent 134d9f8 commit d6df7d4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/tree/registries/Azure/ACROAuthProvider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Licensed under the MIT License. See LICENSE in the project root for license information.
*--------------------------------------------------------------------------------------------*/

import { AzureSubscription } from '@microsoft/vscode-azext-azureauth';
import type { AzureSubscription } from '@microsoft/vscode-azext-azureauth';
import { LoginInformation, httpRequest } from '@microsoft/vscode-docker-registries';
import { AuthenticationProvider } from "@microsoft/vscode-docker-registries/";
import * as vscode from 'vscode';
Expand Down
2 changes: 1 addition & 1 deletion src/tree/registries/Azure/AzureRegistryDataProvider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*--------------------------------------------------------------------------------------------*/

import type { Registry as AcrRegistry, RegistryListCredentialsResult } from '@azure/arm-containerregistry';
import { AzureSubscription, VSCodeAzureSubscriptionProvider } from '@microsoft/vscode-azext-azureauth';
import { VSCodeAzureSubscriptionProvider, type AzureSubscription } from '@microsoft/vscode-azext-azureauth';
import { IActionContext, callWithTelemetryAndErrorHandling } from '@microsoft/vscode-azext-utils';
import { RegistryV2DataProvider, V2Registry, V2RegistryItem, V2Repository, V2Tag, getContextValue, registryV2Request } from '@microsoft/vscode-docker-registries';
import { CommonRegistryItem, isRegistry, isRegistryRoot, isRepository, isTag } from '@microsoft/vscode-docker-registries/lib/clients/Common/models';
Expand Down
2 changes: 1 addition & 1 deletion src/utils/azureUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*--------------------------------------------------------------------------------------------*/

import type { ContainerRegistryManagementClient } from '@azure/arm-containerregistry';
import { AzureSubscription } from '@microsoft/vscode-azext-azureauth';
import type { AzureSubscription } from '@microsoft/vscode-azext-azureauth';
import { l10n } from 'vscode';
import { getArmContainerRegistry } from './lazyPackages';

Expand Down

0 comments on commit d6df7d4

Please sign in to comment.