From 61f00ab96952f0df41c3acd5c0aa4bfa85587ffb Mon Sep 17 00:00:00 2001 From: alexweininger Date: Thu, 11 Jun 2026 12:45:02 -0400 Subject: [PATCH 1/3] Release prep for 1.22.1 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- CHANGELOG.md | 13 +++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a56212571..21595292e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Change Log +## 1.22.1 - 2026-06-11 + +### Fixed +* [[5101](https://github.com/microsoft/vscode-azurefunctions/pull/5101)] Add an `isNativeWorker` flag so Go functions appear in the workspace Functions node +* [[5085](https://github.com/microsoft/vscode-azurefunctions/pull/5085)] Stop using utilities that are unavailable in Node.js 24 + +### Engineering +* [[5103](https://github.com/microsoft/vscode-azurefunctions/pull/5103)] Update `@microsoft/vscode-azext-azureappservice` to 5.0.2 +* [[5044](https://github.com/microsoft/vscode-azurefunctions/pull/5044)] Use shared templates and policy to fix CFS issues +* [[5098](https://github.com/microsoft/vscode-azurefunctions/pull/5098)] Remove the redundant `npmFeed` parameter from the build pipeline +* [[5097](https://github.com/microsoft/vscode-azurefunctions/pull/5097)] Add `feedBaseUrl` passthrough to 1ES pipeline template parameters +* [[5093](https://github.com/microsoft/vscode-azurefunctions/pull/5093), [5092](https://github.com/microsoft/vscode-azurefunctions/pull/5092), [5091](https://github.com/microsoft/vscode-azurefunctions/pull/5091), [5090](https://github.com/microsoft/vscode-azurefunctions/pull/5090), [5089](https://github.com/microsoft/vscode-azurefunctions/pull/5089), [5088](https://github.com/microsoft/vscode-azurefunctions/pull/5088), [5087](https://github.com/microsoft/vscode-azurefunctions/pull/5087), [5086](https://github.com/microsoft/vscode-azurefunctions/pull/5086)] Bump dependencies (`brace-expansion`, `picomatch`, `ws`, `lodash`, `fast-uri`, `fast-xml-parser`, `qs`, `simple-git`) + ## 1.22.0 - 2026-06-02 ### Overview diff --git a/package-lock.json b/package-lock.json index afadb1a2a..aec5e90db 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vscode-azurefunctions", - "version": "1.22.1-alpha.0", + "version": "1.22.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "vscode-azurefunctions", - "version": "1.22.1-alpha.0", + "version": "1.22.1", "license": "SEE LICENSE IN LICENSE.md", "dependencies": { "@azure/arm-appinsights": "^5.0.0-alpha.20230530.1", diff --git a/package.json b/package.json index a1e951510..6a0f554dd 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vscode-azurefunctions", "displayName": "Azure Functions", "description": "%azureFunctions.description%", - "version": "1.22.1-alpha.0", + "version": "1.22.1", "publisher": "ms-azuretools", "icon": "resources/azure-functions.png", "aiKey": "0c6ae279ed8443289764825290e4f9e2-1a736e7c-1324-4338-be46-fc2a58ae4d14-7255", From a75de4a69537e507fc3294368ef8f883b9220158 Mon Sep 17 00:00:00 2001 From: alexweininger Date: Thu, 11 Jun 2026 12:47:17 -0400 Subject: [PATCH 2/3] Add changelog note for auth deploy fix (#5073) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 21595292e..37e01e860 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,11 +3,11 @@ ## 1.22.1 - 2026-06-11 ### Fixed +* [[5073](https://github.com/microsoft/vscode-azurefunctions/issues/5073)] Fix "You are not signed in to an Azure account" error when deploying to a Function App while already signed in, caused by an audience-consent regression ([[5103](https://github.com/microsoft/vscode-azurefunctions/pull/5103)]) * [[5101](https://github.com/microsoft/vscode-azurefunctions/pull/5101)] Add an `isNativeWorker` flag so Go functions appear in the workspace Functions node * [[5085](https://github.com/microsoft/vscode-azurefunctions/pull/5085)] Stop using utilities that are unavailable in Node.js 24 ### Engineering -* [[5103](https://github.com/microsoft/vscode-azurefunctions/pull/5103)] Update `@microsoft/vscode-azext-azureappservice` to 5.0.2 * [[5044](https://github.com/microsoft/vscode-azurefunctions/pull/5044)] Use shared templates and policy to fix CFS issues * [[5098](https://github.com/microsoft/vscode-azurefunctions/pull/5098)] Remove the redundant `npmFeed` parameter from the build pipeline * [[5097](https://github.com/microsoft/vscode-azurefunctions/pull/5097)] Add `feedBaseUrl` passthrough to 1ES pipeline template parameters From a9266341b2bef3e14734dc64464352d314ab1fb1 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 11 Jun 2026 18:24:40 +0000 Subject: [PATCH 3/3] Add PR #5104 to 1.22.1 changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 37e01e860..b219b46e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ ### Fixed * [[5073](https://github.com/microsoft/vscode-azurefunctions/issues/5073)] Fix "You are not signed in to an Azure account" error when deploying to a Function App while already signed in, caused by an audience-consent regression ([[5103](https://github.com/microsoft/vscode-azurefunctions/pull/5103)]) +* [[5104](https://github.com/microsoft/vscode-azurefunctions/pull/5104)] Re-allow deploying Python 3.14 function apps to Flex Consumption plans now that remote build is supported * [[5101](https://github.com/microsoft/vscode-azurefunctions/pull/5101)] Add an `isNativeWorker` flag so Go functions appear in the workspace Functions node * [[5085](https://github.com/microsoft/vscode-azurefunctions/pull/5085)] Stop using utilities that are unavailable in Node.js 24