You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,21 @@
1
1
# Change Log
2
2
3
+
## 1.17.3 - 2025-05-19
4
+
5
+
### Added
6
+
*[[4487](https://github.com/microsoft/vscode-azurefunctions/pull/4487)] Upgrade to latest version of the Azure Activity Log (v2). Now shows live progress on each activity child with timers.
7
+
*[[4500](https://github.com/microsoft/vscode-azurefunctions/pull/4500)] Add a step to **prompt about app authentication type** to allow users to opt out of `Managed Identities`
8
+
*[[4517](https://github.com/microsoft/vscode-azurefunctions/pull/4517)] Add **Python 3.12** to the list of supported versions.
9
+
10
+
### Changed
11
+
*[[4519](https://github.com/microsoft/vscode-azurefunctions/pull/4519)] Remove references to **"Azure Functions explorer"** in UI/strings.
12
+
*[[4506](https://github.com/microsoft/vscode-azurefunctions/pull/4506)] Use **OAuth2 tokens** when creating blob container to improve managed identity reliability.
13
+
14
+
### Fixed
15
+
*[[4494](https://github.com/microsoft/vscode-azurefunctions/pull/4494)] Configure **Flex Consumption**`functionAppConfig` deployments for **User Assigned Managed Identity**.
16
+
*[[4498](https://github.com/microsoft/vscode-azurefunctions/pull/4498)] Add required **app settings** for managed identity and trigger keys.
17
+
*[[4520](https://github.com/microsoft/vscode-azurefunctions/pull/4520)] Fix minor text by adding period to **"Enabled system assigned identity"** message.
0 commit comments