Skip to content

Commit

Permalink
v0.10.1 release prep (#1001)
Browse files Browse the repository at this point in the history
* Fix finding items with slashes in the account id

* Prep for v0.10.1 release

* Update CHANGELOG.md

Co-authored-by: Nathan <[email protected]>

---------

Co-authored-by: Nathan <[email protected]>
  • Loading branch information
alexweininger and nturinski authored Dec 31, 2024
1 parent 6991e22 commit c849fc0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 0.10.1 - 2024-12-31

# Fixed
* [[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

### What's new
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-azureresourcegroups",
"displayName": "Azure Resources",
"description": "%azureResourceGroups.description%",
"version": "0.10.1-alpha.0",
"version": "0.10.1",
"publisher": "ms-azuretools",
"icon": "resources/resourceGroup.png",
"aiKey": "0c6ae279ed8443289764825290e4f9e2-1a736e7c-1324-4338-be46-fc2a58ae4d14-7255",
Expand Down

0 comments on commit c849fc0

Please sign in to comment.