Skip to content

Update @microsoft/vscode-azext-azureauth to 6.0.0-alpha.3#1380

Merged
alexweininger merged 1 commit intomainfrom
update-azureauth-6.0.0-alpha.3
Feb 24, 2026
Merged

Update @microsoft/vscode-azext-azureauth to 6.0.0-alpha.3#1380
alexweininger merged 1 commit intomainfrom
update-azureauth-6.0.0-alpha.3

Conversation

@alexweininger
Copy link
Member

Updates @microsoft/vscode-azext-azureauth from ^6.0.0-alpha.2 to ^6.0.0-alpha.3.

Changes

  • Updated TenantTreeItem.account type from AuthenticationSessionAccountInformation to AzureAccount to match the new type contract
  • Updated MockAzureSubscriptionProvider to include the environment property now required on AzureAccount

Update TenantTreeItem to use AzureAccount type and fix
MockAzureSubscriptionProvider to include environment property
required by the new version.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@alexweininger alexweininger requested a review from a team as a code owner February 24, 2026 19:23
Copilot AI review requested due to automatic review settings February 24, 2026 19:23
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the extension’s @microsoft/vscode-azext-azureauth dependency to 6.0.0-alpha.3 and aligns internal/test types with the updated AzureAccount contract.

Changes:

  • Bumped @microsoft/vscode-azext-azureauth from ^6.0.0-alpha.2 to ^6.0.0-alpha.3
  • Updated TenantTreeItem to use AzureAccount for its account contract
  • Updated the test MockAzureSubscriptionProvider to populate the newly-required AzureAccount.environment

Reviewed changes

Copilot reviewed 3 out of 4 changed files in this pull request and generated no comments.

File Description
test/api/MockAzureSubscriptionProvider.ts Adds environment to the mocked AzureAccount returned by getAccounts()
src/tree/tenants/TenantTreeItem.ts Changes account from VS Code auth account info to AzureAccount
package.json Dependency bump for @microsoft/vscode-azext-azureauth
package-lock.json Lockfile updates after dependency bump (includes broader metadata churn)

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@alexweininger alexweininger merged commit 43c96c1 into main Feb 24, 2026
7 checks passed
@alexweininger alexweininger deleted the update-azureauth-6.0.0-alpha.3 branch February 24, 2026 20:45
Copilot AI mentioned this pull request Feb 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants