Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Change Log

## 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)])
* [[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

### Engineering
* [[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
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Loading