From ee8a7db50397df276b9c1bff13165ad5997c2431 Mon Sep 17 00:00:00 2001 From: Alex Weininger Date: Tue, 31 Dec 2024 13:56:05 -0500 Subject: [PATCH] Update CHANGELOG.md Co-authored-by: Nathan --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index df64a139..35417345 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ ## 0.10.1 - 2024-12-31 # Fixed -* Fixed an issue where tree items can't be found if the account id has a slash in it. This was impacting Azure Functions deploy scenarios. https://github.com/microsoft/vscode-azurefunctions/issues/4355 +* [[4335]](https://github.com/microsoft/vscode-azurefunctions/issues/4355) Fixed issue that impacted Azure Function deployment due to tree items not being found if the account id had a slash in it. ## 0.10.0 - 2024-12-30