deps: bump azext-azureappservice to 5.0.2 for #5073 audience-consent fix#5102
Closed
alexweininger wants to merge 4 commits into
Closed
deps: bump azext-azureappservice to 5.0.2 for #5073 audience-consent fix#5102alexweininger wants to merge 4 commits into
alexweininger wants to merge 4 commits into
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>
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates Azure extension dependencies to pick up the App Service “audience eager-consent” fix intended to resolve Azure sign-in failures during deploy/log-stream/tunnel scenarios.
Changes:
- Bump
@microsoft/vscode-azext-azureappserviceto^5.0.2. - Bump
@microsoft/vscode-azext-azureutilsto^4.2.1and@microsoft/vscode-azext-utilsto^4.1.1. - Regenerate
package-lock.jsonto reflect updated transitive dependency graph.
Show a summary per file
| File | Description |
|---|---|
| package.json | Updates direct dependency versions to consume the upstream audience-consent/auth-related fixes. |
| package-lock.json | Updates resolved versions and introduces new transitive deps required by the bumped packages. |
Copilot's findings
- Files reviewed: 1/2 changed files
- Comments generated: 1
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>
bwateratmsft
approved these changes
Jun 10, 2026
Member
Author
|
@copilot resolve the merge conflicts |
Contributor
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.
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.
now preserves the subscription authentication object)
utils version that types ISubscriptionContext.authentication)
engines.vscode^1.104.0 -> ^1.106.0 (aligns withthe highest VS Code engine version required by updated transitive dependencies)
@types/vscode^1.104.0 -> 1.106.0 (pinned to exactversion; VS Code does not follow semver so a range would resolve to a higher
version than the declared engine)
Addresses #5073