deps: bump azext-azureappservice to 5.0.2 for #5073 audience-consent fix#5103
Merged
Conversation
Picks up the App Service audience eager-consent fix (microsoft/vscode-azuretools#2315): getAppServiceCredentials now prompts for one-time consent to the App Service audience before silent token acquisition, fixing 'You are not signed in to an Azure account' on deploy/log-stream/tunnel. - @microsoft/vscode-azext-azureappservice ^5.0.1 -> ^5.0.2 - @microsoft/vscode-azext-azureutils ^4.0.1 -> ^4.2.1 (parseClientContext now preserves the subscription authentication object) - @microsoft/vscode-azext-utils ^4.1.0 -> ^4.1.1 (dedupes on the utils version that types ISubscriptionContext.authentication) Addresses #5073 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Aligns with vscode-azureresourcegroups by consuming @microsoft/vscode-azext-azureutils 4.3.0, which widens its azext-azureauth range and migrates to @azure/arm-resources-subscriptions v3. The dependency tree stays a single copy of each, now resolving to azext-azureauth 6.1.0-alpha.2 and arm-resources-subscriptions 3.0.0-beta.1. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Updates dependency and VS Code engine versions to pick up the @microsoft/vscode-azext-azureappservice audience-consent fix (referenced from #5102 / #5073), addressing scenarios where deploy/log-stream/tunnel could incorrectly prompt “You are not signed in to an Azure account”.
Changes:
- Bump
@microsoft/vscode-azext-azureappserviceto^5.0.2, along with relatedazext-*dependencies. - Raise
engines.vscodeto^1.106.0to satisfy updated transitive dependency requirements. - Pin
@types/vscodeto1.106.0(exact) to align with the declared VS Code engine.
Show a summary per file
| File | Description |
|---|---|
| package.json | Updates VS Code engine requirement and bumps/pins the relevant azext-* and VS Code typings dependencies. |
| package-lock.json | Locks the updated dependency graph to match the bumped azext-* packages and updated VS Code engine/types versions. |
Copilot's findings
- Files reviewed: 1/2 changed files
- Comments generated: 0
bwateratmsft
approved these changes
Jun 10, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
New copy of #5102