Skip to content

Commit 352f3b7

Browse files
Migrate to Track 2 SDK (#718)
1 parent 3e16c96 commit 352f3b7

File tree

4 files changed

+100
-620
lines changed

4 files changed

+100
-620
lines changed

azure-account.api.d.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
import type { Subscription } from '@azure/arm-resources-subscriptions';
77
import { TokenCredential } from '@azure/core-auth';
88
import { Environment } from '@azure/ms-rest-azure-env';
9-
import type { TokenCredentialsBase } from '@azure/ms-rest-nodeauth';
109
import { ReadStream } from 'fs';
1110
import { CancellationToken, Event, Progress, Terminal } from 'vscode';
1211

@@ -36,7 +35,7 @@ export interface AzureSession {
3635
/**
3736
* The credentials object for azure-sdk-for-js modules https://github.com/azure/azure-sdk-for-js
3837
*/
39-
readonly credentials2: TokenCredentialsBase & TokenCredential;
38+
readonly credentials2: TokenCredential;
4039
}
4140

4241
export interface AzureSubscription {

0 commit comments

Comments
 (0)