Skip to content

microsoft-vscode-azext-azureauth v4.0.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@bwateratmsft bwateratmsft released this 06 Dec 22:13
5f86a55

What's new

Pass in a vscode.LogOutputChannel to the VSCodeAzureSubscriptionProvider constructor to enable logging. #1851

AzureSubscriptionProvider.getTenants() now returns AzureTenant[] instead of TenantIdDescription[]. This is a breaking change for implementors of AzureSubscriptionProvider. #1849

All Changes

  • #1849 Create AzureTenant interface which includes account property
  • #1850 Clean up isSignedIn implementation
  • #1851 Add logging to VSCodeAzureSubscriptionProvider