From 2d5e917004ffc2929ff4ae4e381811c9220b5c18 Mon Sep 17 00:00:00 2001 From: alexweininger Date: Tue, 31 Dec 2024 14:10:04 -0500 Subject: [PATCH 1/2] Fixup changelog --- CHANGELOG.md | 195 ++++++++++++++++++++++++++++++++++----------------- 1 file changed, 131 insertions(+), 64 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 35417345..575dfe38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,59 +2,76 @@ ## 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. +### 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 #### Accounts & Tenants view + This view allows user to manage their accounts and tenants. By checking and unchecking tenants, subscriptions within the Resources view and subscription filter will be filtered out. Accounts & Tenants view ### Added -* [[869]](https://github.com/microsoft/vscode-azureresourcegroups/pull/869) Accounts & Tenants view -* [[926]](https://github.com/microsoft/vscode-azureresourcegroups/pull/926) Shortcut to switching to sovereign clouds -* [[979]](https://github.com/microsoft/vscode-azureresourcegroups/pull/979) An "Add account" button + +- [[869]](https://github.com/microsoft/vscode-azureresourcegroups/pull/869) Accounts & Tenants view +- [[926]](https://github.com/microsoft/vscode-azureresourcegroups/pull/926) Shortcut to switching to sovereign clouds +- [[979]](https://github.com/microsoft/vscode-azureresourcegroups/pull/979) An "Add account" button ## 0.9.9 - 2024-11-05 + # Fixed -* Minor fixes for VS Code for the Web - Azure + +- Minor fixes for VS Code for the Web - Azure ## 0.9.8 - 2024-10-29 + ### Added -* [[944]](https://github.com/microsoft/vscode-azureresourcegroups/pull/944) Add VS Code for the web - Azure walkthrough -* [[942]](https://github.com/microsoft/vscode-azureresourcegroups/pull/942) Add an install toast for the new GitHub Copilot for Azure extension + +- [[944]](https://github.com/microsoft/vscode-azureresourcegroups/pull/944) Add VS Code for the web - Azure walkthrough +- [[942]](https://github.com/microsoft/vscode-azureresourcegroups/pull/942) Add an install toast for the new GitHub Copilot for Azure extension ### Engineering -* [[945]](https://github.com/microsoft/vscode-azureresourcegroups/pull/945) Add cloud shell telemetry + +- [[945]](https://github.com/microsoft/vscode-azureresourcegroups/pull/945) Add cloud shell telemetry ## 0.9.7 - 2024-10-09 + ### Fixed -* [[934]](https://github.com/microsoft/vscode-azureresourcegroups/pull/934) Add feature to scope select subscriptions prompt by tenant + +- [[934]](https://github.com/microsoft/vscode-azureresourcegroups/pull/934) Add feature to scope select subscriptions prompt by tenant ## 0.9.6 - 2024-09-30 + ### Fixed -* [[927]](https://github.com/microsoft/vscode-azureresourcegroups/pull/927) Fix Cloud Shell in sovereign clouds -* [[931]](https://github.com/microsoft/vscode-azureresourcegroups/pull/931) Fix Cloud Shell launch error on macOS caused by external bash shell script + +- [[927]](https://github.com/microsoft/vscode-azureresourcegroups/pull/927) Fix Cloud Shell in sovereign clouds +- [[931]](https://github.com/microsoft/vscode-azureresourcegroups/pull/931) Fix Cloud Shell launch error on macOS caused by external bash shell script ### Engineering -* [[918]](https://github.com/microsoft/vscode-azureresourcegroups/pull/918) Improvements to error masking handling + +- [[918]](https://github.com/microsoft/vscode-azureresourcegroups/pull/918) Improvements to error masking handling ## 0.9.5 - 2024-09-11 + ### Fixed -* [[905]](https://github.com/microsoft/vscode-azureresourcegroups/issues/905) [[917]](https://github.com/microsoft/vscode-azureresourcegroups/issues/917) [[915]](https://github.com/microsoft/vscode-azureresourcegroups/pull/915) Fixes a `subscription could not be found` issue that sometimes appears when loading resources + +- [[905]](https://github.com/microsoft/vscode-azureresourcegroups/issues/905) [[917]](https://github.com/microsoft/vscode-azureresourcegroups/issues/917) [[915]](https://github.com/microsoft/vscode-azureresourcegroups/pull/915) Fixes a `subscription could not be found` issue that sometimes appears when loading resources ### Engineering -* [[919]](https://github.com/microsoft/vscode-azureresourcegroups/pull/919) Update release pipeline to support signing -* [[913]](https://github.com/microsoft/vscode-azureresourcegroups/pull/913) Upgrade packages for additional telemetry updates + +- [[919]](https://github.com/microsoft/vscode-azureresourcegroups/pull/919) Update release pipeline to support signing +- [[913]](https://github.com/microsoft/vscode-azureresourcegroups/pull/913) Upgrade packages for additional telemetry updates ## 0.9.4 - 2024-08-28 + ### Added -* [[894]](https://github.com/microsoft/vscode-azureresourcegroups/pull/894) Add staged support for MongoClusters + +- [[894]](https://github.com/microsoft/vscode-azureresourcegroups/pull/894) Add staged support for MongoClusters ## 0.9.3 - 2024-08-20 @@ -63,19 +80,21 @@ Skipped due to failed marketplace release ## 0.9.2 - 2024-08-08 ### Added -* [[891]](https://github.com/microsoft/vscode-azureresourcegroups/pull/891) Add `createCredentialsForScopes` to `ISubscriptionContext` for creating tokens with a specified set of scopes + +- [[891]](https://github.com/microsoft/vscode-azureresourcegroups/pull/891) Add `createCredentialsForScopes` to `ISubscriptionContext` for creating tokens with a specified set of scopes ### Fixed -* [[890]](https://github.com/microsoft/vscode-azureresourcegroups/pull/890) Fix tree item descriptions that used temporary descriptions -* [[883]](https://github.com/microsoft/vscode-azureresourcegroups/pull/883) Resolve resources with a `promise.allSettle` instead of async for loop to improve performance -* [[876]](https://github.com/microsoft/vscode-azureresourcegroups/pull/876) Fixed Azure view keybind for Windows OS + +- [[890]](https://github.com/microsoft/vscode-azureresourcegroups/pull/890) Fix tree item descriptions that used temporary descriptions +- [[883]](https://github.com/microsoft/vscode-azureresourcegroups/pull/883) Resolve resources with a `promise.allSettle` instead of async for loop to improve performance +- [[876]](https://github.com/microsoft/vscode-azureresourcegroups/pull/876) Fixed Azure view keybind for Windows OS ## 0.9.1 - 2024-05-28 ### Added -* [[864]](https://github.com/microsoft/vscode-azureresourcegroups/pull/864) Enable long running tests through Azure federated credentials. -Learn how to configure the credentials [here](https://github.com/microsoft/vscode-azuretools/blob/main/auth/AzureFederatedCredentialsGuide.md). +- [[864]](https://github.com/microsoft/vscode-azureresourcegroups/pull/864) Enable long running tests through Azure federated credentials. + Learn how to configure the credentials [here](https://github.com/microsoft/vscode-azuretools/blob/main/auth/AzureFederatedCredentialsGuide.md). ## 0.9.0 - 2024-05-14 @@ -85,52 +104,59 @@ Additionally, we've fixed two longstanding Azure Cloud Shell bugs that caused is ### Added -* [[848]](https://github.com/microsoft/vscode-azureresourcegroups/pull/848) Migrate Azure Cloud Shell feature from the Azure Account extension +- [[848]](https://github.com/microsoft/vscode-azureresourcegroups/pull/848) Migrate Azure Cloud Shell feature from the Azure Account extension ### Fixed -* [[855]](https://github.com/microsoft/vscode-azureresourcegroups/pull/855) Stop using `--ms-enable-electron-run-as-node` flag to fix launching Cloud Shell on macOS -* [[854]](https://github.com/microsoft/vscode-azureresourcegroups/pull/854) Use `process.execPath` instead of `process.argv0` to fix launching Cloud Shell on Linux +- [[855]](https://github.com/microsoft/vscode-azureresourcegroups/pull/855) Stop using `--ms-enable-electron-run-as-node` flag to fix launching Cloud Shell on macOS +- [[854]](https://github.com/microsoft/vscode-azureresourcegroups/pull/854) Use `process.execPath` instead of `process.argv0` to fix launching Cloud Shell on Linux ## 0.8.6 - 2024-04-25 ### Added -* [[777]](https://github.com/microsoft/vscode-azureresourcegroups/pull/777) Add Azure Web Pub Sub service to the resources view. + +- [[777]](https://github.com/microsoft/vscode-azureresourcegroups/pull/777) Add Azure Web Pub Sub service to the resources view. ## 0.8.5 - 2024-04-17 ### Fixed -* [[820]](https://github.com/microsoft/vscode-azureresourcegroups/pull/820) Fix bug that prevents resource groups from loading when there's a ghost resource -* [[825]](https://github.com/microsoft/vscode-azureresourcegroups/pull/825) Throw a better error for any item that resolves as undefined + +- [[820]](https://github.com/microsoft/vscode-azureresourcegroups/pull/820) Fix bug that prevents resource groups from loading when there's a ghost resource +- [[825]](https://github.com/microsoft/vscode-azureresourcegroups/pull/825) Throw a better error for any item that resolves as undefined ### Engineering -* [[829]](https://github.com/microsoft/vscode-azureresourcegroups/pull/829) Add `listSubscriptions` method to v1 Resource Groups API to support [4402](https://github.com/microsoft/vscode-azurefunctions/pull/4042) -* [[836]](https://github.com/microsoft/vscode-azureresourcegroups/pull/836) Add maintainCloudShellConnection command +- [[829]](https://github.com/microsoft/vscode-azureresourcegroups/pull/829) Add `listSubscriptions` method to v1 Resource Groups API to support [4402](https://github.com/microsoft/vscode-azurefunctions/pull/4042) +- [[836]](https://github.com/microsoft/vscode-azureresourcegroups/pull/836) Add maintainCloudShellConnection command ## 0.8.4 - 2024-02-07 ### Added -* [[747]](https://github.com/microsoft/vscode-azureresourcegroups/pull/747) Add Azure Arc-enabled machines to the resources view. See the new [Azure Arc-enabled machines extension](https://github.com/microsoft/vscode-azurearcenabledmachines) for more details. + +- [[747]](https://github.com/microsoft/vscode-azureresourcegroups/pull/747) Add Azure Arc-enabled machines to the resources view. See the new [Azure Arc-enabled machines extension](https://github.com/microsoft/vscode-azurearcenabledmachines) for more details. ### Fixed -* [[811]](https://github.com/microsoft/vscode-azureresourcegroups/pull/811) Update walkthrough sign in command to use the new built-in authentication provider + +- [[811]](https://github.com/microsoft/vscode-azureresourcegroups/pull/811) Update walkthrough sign in command to use the new built-in authentication provider ## 0.8.3 - 2023-12-14 ### Fixed -* Fix zip deploy failing with a "Number of entries expected in End Of Central Directory" error -* Fix soverign cloud support + +- Fix zip deploy failing with a "Number of entries expected in End Of Central Directory" error +- Fix soverign cloud support ## 0.8.2 - 2023-12-13 ### Fixed -* Fix zip deploy on sovereign clouds (Azure Functions and Azure App Service) + +- Fix zip deploy on sovereign clouds (Azure Functions and Azure App Service) ## 0.8.1 - 2023-12-13 ### Fixed -* Fix support for sovereign clouds + +- Fix support for sovereign clouds Note: Make sure to set `microsoft-sovereign-cloud.environment` to the correct environment when using a sovereign cloud. @@ -185,83 +211,99 @@ Also, the Azure Account status bar may appear if another extension still uses Az Azure Account status bar item ### Engineering -* [[#718]](https://github.com/microsoft/vscode-azureresourcegroups/pull/718) Migrate to Track 2 SDK -* [[#721]](https://github.com/microsoft/vscode-azureresourcegroups/pull/721) Refactor Azure grouping -* [[#707]](https://github.com/microsoft/vscode-azureresourcegroups/pull/707) Use the new shared authentication provider package -* [[#742]](https://github.com/microsoft/vscode-azureresourcegroups/pull/742) Add `ArcEnabledServers` resource to `AzExtResourceType` enum -* [[#735]](https://github.com/microsoft/vscode-azureresourcegroups/pull/735) Support icons next to create commands in quick pick + +- [[#718]](https://github.com/microsoft/vscode-azureresourcegroups/pull/718) Migrate to Track 2 SDK +- [[#721]](https://github.com/microsoft/vscode-azureresourcegroups/pull/721) Refactor Azure grouping +- [[#707]](https://github.com/microsoft/vscode-azureresourcegroups/pull/707) Use the new shared authentication provider package +- [[#742]](https://github.com/microsoft/vscode-azureresourcegroups/pull/742) Add `ArcEnabledServers` resource to `AzExtResourceType` enum +- [[#735]](https://github.com/microsoft/vscode-azureresourcegroups/pull/735) Support icons next to create commands in quick pick ## 0.7.5 - 2023-05-18 ### Fixed -* Do not depend on the Azure Account extension on VS Code for web. + +- Do not depend on the Azure Account extension on VS Code for web. ## 0.7.4 - 2023-05-18 ### Added -* Focus feature v2 by @alexweininger in https://github.com/microsoft/vscode-azureresourcegroups/pull/679 + +- Focus feature v2 by @alexweininger in https://github.com/microsoft/vscode-azureresourcegroups/pull/679 ### Fixed -* Fix compatibility issue in `BranchDataItemCache` by @alexweininger in https://github.com/microsoft/vscode-azureresourcegroups/pull/678 + +- Fix compatibility issue in `BranchDataItemCache` by @alexweininger in https://github.com/microsoft/vscode-azureresourcegroups/pull/678 ## 0.7.3 - 2023-05-16 ### Added -* Support for Logic Apps by @ccastrotrejo in https://github.com/microsoft/vscode-azureresourcegroups/pull/670 + +- Support for Logic Apps by @ccastrotrejo in https://github.com/microsoft/vscode-azureresourcegroups/pull/670 ### Fixed -* Fail to deploy the project by clicking "Deploy" button from the notification by @alexweininger in https://github.com/microsoft/vscode-azureresourcegroups/pull/664 + +- Fail to deploy the project by clicking "Deploy" button from the notification by @alexweininger in https://github.com/microsoft/vscode-azureresourcegroups/pull/664 ### Removed -* Disable resource group walkthrough by @esweet431 in https://github.com/microsoft/vscode-azureresourcegroups/pull/672 + +- Disable resource group walkthrough by @esweet431 in https://github.com/microsoft/vscode-azureresourcegroups/pull/672 ## 0.7.2 - SKIPPED ## 0.7.1 - 2023-04-05 ### Fixed -* Fix missing resource icons on Windows by @nturinski in [#658](https://github.com/microsoft/vscode-azureresourcegroups/pull/658) + +- Fix missing resource icons on Windows by @nturinski in [#658](https://github.com/microsoft/vscode-azureresourcegroups/pull/658) ### Engineering -* Enable strict mode and update typings by @alexweininger in [#656](https://github.com/microsoft/vscode-azureresourcegroups/pull/656) + +- Enable strict mode and update typings by @alexweininger in [#656](https://github.com/microsoft/vscode-azureresourcegroups/pull/656) ## 0.7.0 - 2023-04-03 ### Added -* VS Code for the Web support. Manage all of your Azure resources in your browser! @nturinski in https://github.com/microsoft/vscode-azureresourcegroups/pull/611 + +- VS Code for the Web support. Manage all of your Azure resources in your browser! @nturinski in https://github.com/microsoft/vscode-azureresourcegroups/pull/611 ### Fixed -* Refresh subscription instead of group by @alexweininger in https://github.com/microsoft/vscode-azureresourcegroups/pull/618 -* Don't throw if resource group isn't found by @alexweininger in https://github.com/microsoft/vscode-azureresourcegroups/pull/622 -* Throw a no resource found error if there are no resource groups by @nturinski in https://github.com/microsoft/vscode-azureresourcegroups/pull/638 -* Fix createClient issue by @alexweininger in https://github.com/microsoft/vscode-azureresourcegroups/pull/642 + +- Refresh subscription instead of group by @alexweininger in https://github.com/microsoft/vscode-azureresourcegroups/pull/618 +- Don't throw if resource group isn't found by @alexweininger in https://github.com/microsoft/vscode-azureresourcegroups/pull/622 +- Throw a no resource found error if there are no resource groups by @nturinski in https://github.com/microsoft/vscode-azureresourcegroups/pull/638 +- Fix createClient issue by @alexweininger in https://github.com/microsoft/vscode-azureresourcegroups/pull/642 ### Changed -* Change message of create resource group by @nturinski in https://github.com/microsoft/vscode-azureresourcegroups/pull/637 + +- Change message of create resource group by @nturinski in https://github.com/microsoft/vscode-azureresourcegroups/pull/637 ### Dependencies -* Update azuretools packages for various fixes by @nturinski in https://github.com/microsoft/vscode-azureresourcegroups/pull/632 + +- Update azuretools packages for various fixes by @nturinski in https://github.com/microsoft/vscode-azureresourcegroups/pull/632 ### Engineering -* Make Azure resource provider mockable by @alexweininger in https://github.com/microsoft/vscode-azureresourcegroups/pull/650 -* Add API tests by @alexweininger in https://github.com/microsoft/vscode-azureresourcegroups/pull/563 +- Make Azure resource provider mockable by @alexweininger in https://github.com/microsoft/vscode-azureresourcegroups/pull/650 +- Add API tests by @alexweininger in https://github.com/microsoft/vscode-azureresourcegroups/pull/563 **Full Changelog**: https://github.com/microsoft/vscode-azureresourcegroups/compare/v0.6.2...v0.7.0 ## 0.6.2 - 2023-03-22 ### Changed -* Prepare for [Azure Spring Apps VS Code extension](https://marketplace.visualstudio.com/items?itemName=vscjava.vscode-azurespringcloud) integration by @wangmingliang-ms in [#605](https://github.com/microsoft/vscode-azureresourcegroups/pull/605) + +- Prepare for [Azure Spring Apps VS Code extension](https://marketplace.visualstudio.com/items?itemName=vscjava.vscode-azurespringcloud) integration by @wangmingliang-ms in [#605](https://github.com/microsoft/vscode-azureresourcegroups/pull/605) ## 0.6.1 - 2023-02-29 ### Fixed -* Support Azure Account extension versions < 0.10.0 [#596](https://github.com/microsoft/vscode-azureresourcegroups/issues/596) fixed by @alexweininger in [#597](https://github.com/microsoft/vscode-azureresourcegroups/pull/597) -* Infinite prompts when running commands [#598](https://github.com/microsoft/vscode-azureresourcegroups/issues/598) fixed by @alexweininger in [#599](https://github.com/microsoft/vscode-azureresourcegroups/pull/599) + +- Support Azure Account extension versions < 0.10.0 [#596](https://github.com/microsoft/vscode-azureresourcegroups/issues/596) fixed by @alexweininger in [#597](https://github.com/microsoft/vscode-azureresourcegroups/pull/597) +- Infinite prompts when running commands [#598](https://github.com/microsoft/vscode-azureresourcegroups/issues/598) fixed by @alexweininger in [#599](https://github.com/microsoft/vscode-azureresourcegroups/pull/599) ### Engineering -* Update dependencies with `npm audit fix` by @alexweininger in [#593](https://github.com/microsoft/vscode-azureresourcegroups/pull/593) + +- Update dependencies with `npm audit fix` by @alexweininger in [#593](https://github.com/microsoft/vscode-azureresourcegroups/pull/593) ## 0.6.0 - 2023-02-22 @@ -270,22 +312,27 @@ Also, the Azure Account status bar may appear if another extension still uses Az We've made significant improvements and changes to the Azure Resources API, which is now on version 2.0.0. Find out more about the Azure Resources API v2 [here](https://github.com/microsoft/vscode-azureresourcegroups/tree/main/api#readme). ### Added + - Azure Resources API v2 by @alexweininger, @bwateratmsft, and @philliphoff in [#535](https://github.com/microsoft/vscode-azureresourcegroups/pull/535) - Create package for consuming extension API by @alexweininger in [#530](https://github.com/microsoft/vscode-azureresourcegroups/pull/530) - Add Spring Apps icon by @alexweininger in [#484](https://github.com/microsoft/vscode-azureresourcegroups/pull/484) ### Changed + - Use Azure codicon by @alexweininger in [#476](https://github.com/microsoft/vscode-azureresourcegroups/pull/476) - Update minimum required version of VS Code to 1.66 by @alexweininger in [#523](https://github.com/microsoft/vscode-azureresourcegroups/pull/523) - Dedupe Azure resources by @alexweininger in [#527](https://github.com/microsoft/vscode-azureresourcegroups/pull/527) ### Removed + - Focus a group feature. ### Fixed + - Fix default app to deploy by @alexweininger in [#586](https://github.com/microsoft/vscode-azureresourcegroups/pull/586) ### Dependencies + - Bump json-schema from 0.2.3 to 0.4.0 by @dependabot in [#384](https://github.com/microsoft/vscode-azureresourcegroups/pull/384) - Bump markdown-it and vsce by @dependabot in [#385](https://github.com/microsoft/vscode-azureresourcegroups/pull/385) - Remove dependency on fs-extra. by @philliphoff in [#410](https://github.com/microsoft/vscode-azureresourcegroups/pull/410) @@ -301,18 +348,22 @@ We've made significant improvements and changes to the Azure Resources API, whic ## 0.5.6 - 2022-09-08 ### Added + - Azure Container Apps extension view to the Resources explorer ### Fixed + - Fix Workspace view loadMore [#357](https://github.com/microsoft/vscode-azureresourcegroups/pull/357) - Throw NoResourceFoundError [#354](https://github.com/microsoft/vscode-azureresourcegroups/pull/354) ## 0.5.5 - 2022-07-27 ### Changed + - Minimum version of VS Code is now 1.65.0 [#346](https://github.com/microsoft/vscode-azureresourcegroups/pull/346) ### Fixed + - When subscription or group is refreshed, refresh the children as well [#339](https://github.com/microsoft/vscode-azureresourcegroups/pull/339) - Resources are not re-resolved after installing extensions [#280](https://github.com/microsoft/vscode-azureresourcegroups/issues/280) - Fix displaying Logic Apps as Function Apps [#332](https://github.com/microsoft/vscode-azureresourcegroups/pull/332) @@ -323,14 +374,17 @@ We've made significant improvements and changes to the Azure Resources API, whic ## 0.5.4 - 2022-07-06 ### Added + - Open walkthrough tree item to help view [#321](https://github.com/microsoft/vscode-azureresourcegroups/pull/321) ### Changed + - Make Resources and Workspace view visible by default [#310](https://github.com/microsoft/vscode-azureresourcegroups/pull/310) - Make location of "Edit Tags..." context menu item consistent [#313](https://github.com/microsoft/vscode-azureresourcegroups/pull/313) - Update @vscode/extension-telemetry to 0.6.2 [#317](https://github.com/microsoft/vscode-azureresourcegroups/pull/317) ### Fixed + - Resources are not sorted alphabetically in the list when executing commands from command palette [#299](https://github.com/microsoft/vscode-azureresourcegroups/issues/299) - The confirmation message is inconsistent when deleting a resource group from context menu and command palette [#308](https://github.com/microsoft/vscode-azureresourcegroups/issues/308) - Cannot select multiple files and folders at once for an attached storage account [#300](https://github.com/microsoft/vscode-azureresourcegroups/issues/300) @@ -339,21 +393,25 @@ We've made significant improvements and changes to the Azure Resources API, whic ## 0.5.3 - 2022-06-09 ### Fixed + - Element is already registered error when expanding group tree items [#264](https://github.com/microsoft/vscode-azureresourcegroups/issues/264) ## 0.5.2 - 2022-06-01 ### Changed + - Update @vscode/extension-telemetry to 0.5.2 [#290](https://github.com/microsoft/vscode-azureresourcegroups/pull/290) ## 0.5.1 - 2022-05-26 ### Fixed + - Error: Element is already registered when focusing/unfocusing groups [#284](https://github.com/microsoft/vscode-azureresourcegroups/issues/284) ## 0.5.0 - 2022-05-24 ### Added + - Resources explorer to create and manage Azure resources. - Workspace explorer to create and manage your local project files and deploy. - View all of your recent activities and quickly access resources you've recently created in the new Activity Log panel @@ -362,41 +420,50 @@ We've made significant improvements and changes to the Azure Resources API, whic - "Get started with Azure in VS Code" walkthrough ### Changed + - Minimum version of VS Code is now 1.57.0 ## 0.4.0 - 2021-05-13 ### Changed + - Azure view icon to match new Azure Portal - Icons updated to match VS Code's theme. Install new product icon themes [here](https://marketplace.visualstudio.com/search?term=tag%3Aproduct-icon-theme&target=VSCode) - Delete resource group confirmation includes number of resources that will be deleted ### Fixed -- [Bugs fixed](https://github.com/microsoft/vscode-azureresourcegroups/milestone/8?closed=1) +- [Bugs fixed](https://github.com/microsoft/vscode-azureresourcegroups/milestone/8?closed=1) ## 0.3.0 - 2021-02-22 ### Added + - "Help and Feedback" view ### Changed + This extension will be depended on by other Azure extensions, so the following changes were made: + - "Resource Groups" view is now collapsed by default to reduce clutter - Changed some naming from "Resource Groups" to "Resources" to be more generic ### Fixed + - [Bugs fixed](https://github.com/Microsoft/vscode-azureresourcegroups/issues?q=is%3Aissue+milestone%3A%220.3.0%22+is%3Aclosed) ## 0.2.0 - 2020-06-16 ### Added + - Edit tags ### Fixed + - [Bugs fixed](https://github.com/Microsoft/vscode-azureresourcegroups/issues?q=is%3Aissue+milestone%3A%220.2.0%22+is%3Aclosed) ## 0.1.0 - 2020-03-17 ### Added + - View, create, and delete Azure Resource Groups From ea41b5c0434a8eefcc49e83ca74071fd21c2f609 Mon Sep 17 00:00:00 2001 From: alexweininger Date: Tue, 31 Dec 2024 14:10:35 -0500 Subject: [PATCH 2/2] Fixup --- CHANGELOG.md | 193 +++++++++++++++++---------------------------------- 1 file changed, 63 insertions(+), 130 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 575dfe38..efb7b31d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,75 +3,58 @@ ## 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. -- [[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 #### Accounts & Tenants view - This view allows user to manage their accounts and tenants. By checking and unchecking tenants, subscriptions within the Resources view and subscription filter will be filtered out. Accounts & Tenants view ### Added - -- [[869]](https://github.com/microsoft/vscode-azureresourcegroups/pull/869) Accounts & Tenants view -- [[926]](https://github.com/microsoft/vscode-azureresourcegroups/pull/926) Shortcut to switching to sovereign clouds -- [[979]](https://github.com/microsoft/vscode-azureresourcegroups/pull/979) An "Add account" button +* [[869]](https://github.com/microsoft/vscode-azureresourcegroups/pull/869) Accounts & Tenants view +* [[926]](https://github.com/microsoft/vscode-azureresourcegroups/pull/926) Shortcut to switching to sovereign clouds +* [[979]](https://github.com/microsoft/vscode-azureresourcegroups/pull/979) An "Add account" button ## 0.9.9 - 2024-11-05 - # Fixed - -- Minor fixes for VS Code for the Web - Azure +* Minor fixes for VS Code for the Web - Azure ## 0.9.8 - 2024-10-29 - ### Added - -- [[944]](https://github.com/microsoft/vscode-azureresourcegroups/pull/944) Add VS Code for the web - Azure walkthrough -- [[942]](https://github.com/microsoft/vscode-azureresourcegroups/pull/942) Add an install toast for the new GitHub Copilot for Azure extension +* [[944]](https://github.com/microsoft/vscode-azureresourcegroups/pull/944) Add VS Code for the web - Azure walkthrough +* [[942]](https://github.com/microsoft/vscode-azureresourcegroups/pull/942) Add an install toast for the new GitHub Copilot for Azure extension ### Engineering - -- [[945]](https://github.com/microsoft/vscode-azureresourcegroups/pull/945) Add cloud shell telemetry +* [[945]](https://github.com/microsoft/vscode-azureresourcegroups/pull/945) Add cloud shell telemetry ## 0.9.7 - 2024-10-09 - ### Fixed - -- [[934]](https://github.com/microsoft/vscode-azureresourcegroups/pull/934) Add feature to scope select subscriptions prompt by tenant +* [[934]](https://github.com/microsoft/vscode-azureresourcegroups/pull/934) Add feature to scope select subscriptions prompt by tenant ## 0.9.6 - 2024-09-30 - ### Fixed - -- [[927]](https://github.com/microsoft/vscode-azureresourcegroups/pull/927) Fix Cloud Shell in sovereign clouds -- [[931]](https://github.com/microsoft/vscode-azureresourcegroups/pull/931) Fix Cloud Shell launch error on macOS caused by external bash shell script +* [[927]](https://github.com/microsoft/vscode-azureresourcegroups/pull/927) Fix Cloud Shell in sovereign clouds +* [[931]](https://github.com/microsoft/vscode-azureresourcegroups/pull/931) Fix Cloud Shell launch error on macOS caused by external bash shell script ### Engineering - -- [[918]](https://github.com/microsoft/vscode-azureresourcegroups/pull/918) Improvements to error masking handling +* [[918]](https://github.com/microsoft/vscode-azureresourcegroups/pull/918) Improvements to error masking handling ## 0.9.5 - 2024-09-11 - ### Fixed - -- [[905]](https://github.com/microsoft/vscode-azureresourcegroups/issues/905) [[917]](https://github.com/microsoft/vscode-azureresourcegroups/issues/917) [[915]](https://github.com/microsoft/vscode-azureresourcegroups/pull/915) Fixes a `subscription could not be found` issue that sometimes appears when loading resources +* [[905]](https://github.com/microsoft/vscode-azureresourcegroups/issues/905) [[917]](https://github.com/microsoft/vscode-azureresourcegroups/issues/917) [[915]](https://github.com/microsoft/vscode-azureresourcegroups/pull/915) Fixes a `subscription could not be found` issue that sometimes appears when loading resources ### Engineering - -- [[919]](https://github.com/microsoft/vscode-azureresourcegroups/pull/919) Update release pipeline to support signing -- [[913]](https://github.com/microsoft/vscode-azureresourcegroups/pull/913) Upgrade packages for additional telemetry updates +* [[919]](https://github.com/microsoft/vscode-azureresourcegroups/pull/919) Update release pipeline to support signing +* [[913]](https://github.com/microsoft/vscode-azureresourcegroups/pull/913) Upgrade packages for additional telemetry updates ## 0.9.4 - 2024-08-28 - ### Added - -- [[894]](https://github.com/microsoft/vscode-azureresourcegroups/pull/894) Add staged support for MongoClusters +* [[894]](https://github.com/microsoft/vscode-azureresourcegroups/pull/894) Add staged support for MongoClusters ## 0.9.3 - 2024-08-20 @@ -80,21 +63,19 @@ Skipped due to failed marketplace release ## 0.9.2 - 2024-08-08 ### Added - -- [[891]](https://github.com/microsoft/vscode-azureresourcegroups/pull/891) Add `createCredentialsForScopes` to `ISubscriptionContext` for creating tokens with a specified set of scopes +* [[891]](https://github.com/microsoft/vscode-azureresourcegroups/pull/891) Add `createCredentialsForScopes` to `ISubscriptionContext` for creating tokens with a specified set of scopes ### Fixed - -- [[890]](https://github.com/microsoft/vscode-azureresourcegroups/pull/890) Fix tree item descriptions that used temporary descriptions -- [[883]](https://github.com/microsoft/vscode-azureresourcegroups/pull/883) Resolve resources with a `promise.allSettle` instead of async for loop to improve performance -- [[876]](https://github.com/microsoft/vscode-azureresourcegroups/pull/876) Fixed Azure view keybind for Windows OS +* [[890]](https://github.com/microsoft/vscode-azureresourcegroups/pull/890) Fix tree item descriptions that used temporary descriptions +* [[883]](https://github.com/microsoft/vscode-azureresourcegroups/pull/883) Resolve resources with a `promise.allSettle` instead of async for loop to improve performance +* [[876]](https://github.com/microsoft/vscode-azureresourcegroups/pull/876) Fixed Azure view keybind for Windows OS ## 0.9.1 - 2024-05-28 ### Added -- [[864]](https://github.com/microsoft/vscode-azureresourcegroups/pull/864) Enable long running tests through Azure federated credentials. - Learn how to configure the credentials [here](https://github.com/microsoft/vscode-azuretools/blob/main/auth/AzureFederatedCredentialsGuide.md). +* [[864]](https://github.com/microsoft/vscode-azureresourcegroups/pull/864) Enable long running tests through Azure federated credentials. +Learn how to configure the credentials [here](https://github.com/microsoft/vscode-azuretools/blob/main/auth/AzureFederatedCredentialsGuide.md). ## 0.9.0 - 2024-05-14 @@ -104,59 +85,52 @@ Additionally, we've fixed two longstanding Azure Cloud Shell bugs that caused is ### Added -- [[848]](https://github.com/microsoft/vscode-azureresourcegroups/pull/848) Migrate Azure Cloud Shell feature from the Azure Account extension +* [[848]](https://github.com/microsoft/vscode-azureresourcegroups/pull/848) Migrate Azure Cloud Shell feature from the Azure Account extension ### Fixed -- [[855]](https://github.com/microsoft/vscode-azureresourcegroups/pull/855) Stop using `--ms-enable-electron-run-as-node` flag to fix launching Cloud Shell on macOS -- [[854]](https://github.com/microsoft/vscode-azureresourcegroups/pull/854) Use `process.execPath` instead of `process.argv0` to fix launching Cloud Shell on Linux +* [[855]](https://github.com/microsoft/vscode-azureresourcegroups/pull/855) Stop using `--ms-enable-electron-run-as-node` flag to fix launching Cloud Shell on macOS +* [[854]](https://github.com/microsoft/vscode-azureresourcegroups/pull/854) Use `process.execPath` instead of `process.argv0` to fix launching Cloud Shell on Linux ## 0.8.6 - 2024-04-25 ### Added - -- [[777]](https://github.com/microsoft/vscode-azureresourcegroups/pull/777) Add Azure Web Pub Sub service to the resources view. +* [[777]](https://github.com/microsoft/vscode-azureresourcegroups/pull/777) Add Azure Web Pub Sub service to the resources view. ## 0.8.5 - 2024-04-17 ### Fixed - -- [[820]](https://github.com/microsoft/vscode-azureresourcegroups/pull/820) Fix bug that prevents resource groups from loading when there's a ghost resource -- [[825]](https://github.com/microsoft/vscode-azureresourcegroups/pull/825) Throw a better error for any item that resolves as undefined +* [[820]](https://github.com/microsoft/vscode-azureresourcegroups/pull/820) Fix bug that prevents resource groups from loading when there's a ghost resource +* [[825]](https://github.com/microsoft/vscode-azureresourcegroups/pull/825) Throw a better error for any item that resolves as undefined ### Engineering -- [[829]](https://github.com/microsoft/vscode-azureresourcegroups/pull/829) Add `listSubscriptions` method to v1 Resource Groups API to support [4402](https://github.com/microsoft/vscode-azurefunctions/pull/4042) -- [[836]](https://github.com/microsoft/vscode-azureresourcegroups/pull/836) Add maintainCloudShellConnection command +* [[829]](https://github.com/microsoft/vscode-azureresourcegroups/pull/829) Add `listSubscriptions` method to v1 Resource Groups API to support [4402](https://github.com/microsoft/vscode-azurefunctions/pull/4042) +* [[836]](https://github.com/microsoft/vscode-azureresourcegroups/pull/836) Add maintainCloudShellConnection command ## 0.8.4 - 2024-02-07 ### Added - -- [[747]](https://github.com/microsoft/vscode-azureresourcegroups/pull/747) Add Azure Arc-enabled machines to the resources view. See the new [Azure Arc-enabled machines extension](https://github.com/microsoft/vscode-azurearcenabledmachines) for more details. +* [[747]](https://github.com/microsoft/vscode-azureresourcegroups/pull/747) Add Azure Arc-enabled machines to the resources view. See the new [Azure Arc-enabled machines extension](https://github.com/microsoft/vscode-azurearcenabledmachines) for more details. ### Fixed - -- [[811]](https://github.com/microsoft/vscode-azureresourcegroups/pull/811) Update walkthrough sign in command to use the new built-in authentication provider +* [[811]](https://github.com/microsoft/vscode-azureresourcegroups/pull/811) Update walkthrough sign in command to use the new built-in authentication provider ## 0.8.3 - 2023-12-14 ### Fixed - -- Fix zip deploy failing with a "Number of entries expected in End Of Central Directory" error -- Fix soverign cloud support +* Fix zip deploy failing with a "Number of entries expected in End Of Central Directory" error +* Fix soverign cloud support ## 0.8.2 - 2023-12-13 ### Fixed - -- Fix zip deploy on sovereign clouds (Azure Functions and Azure App Service) +* Fix zip deploy on sovereign clouds (Azure Functions and Azure App Service) ## 0.8.1 - 2023-12-13 ### Fixed - -- Fix support for sovereign clouds +* Fix support for sovereign clouds Note: Make sure to set `microsoft-sovereign-cloud.environment` to the correct environment when using a sovereign cloud. @@ -211,99 +185,83 @@ Also, the Azure Account status bar may appear if another extension still uses Az Azure Account status bar item ### Engineering - -- [[#718]](https://github.com/microsoft/vscode-azureresourcegroups/pull/718) Migrate to Track 2 SDK -- [[#721]](https://github.com/microsoft/vscode-azureresourcegroups/pull/721) Refactor Azure grouping -- [[#707]](https://github.com/microsoft/vscode-azureresourcegroups/pull/707) Use the new shared authentication provider package -- [[#742]](https://github.com/microsoft/vscode-azureresourcegroups/pull/742) Add `ArcEnabledServers` resource to `AzExtResourceType` enum -- [[#735]](https://github.com/microsoft/vscode-azureresourcegroups/pull/735) Support icons next to create commands in quick pick +* [[#718]](https://github.com/microsoft/vscode-azureresourcegroups/pull/718) Migrate to Track 2 SDK +* [[#721]](https://github.com/microsoft/vscode-azureresourcegroups/pull/721) Refactor Azure grouping +* [[#707]](https://github.com/microsoft/vscode-azureresourcegroups/pull/707) Use the new shared authentication provider package +* [[#742]](https://github.com/microsoft/vscode-azureresourcegroups/pull/742) Add `ArcEnabledServers` resource to `AzExtResourceType` enum +* [[#735]](https://github.com/microsoft/vscode-azureresourcegroups/pull/735) Support icons next to create commands in quick pick ## 0.7.5 - 2023-05-18 ### Fixed - -- Do not depend on the Azure Account extension on VS Code for web. +* Do not depend on the Azure Account extension on VS Code for web. ## 0.7.4 - 2023-05-18 ### Added - -- Focus feature v2 by @alexweininger in https://github.com/microsoft/vscode-azureresourcegroups/pull/679 +* Focus feature v2 by @alexweininger in https://github.com/microsoft/vscode-azureresourcegroups/pull/679 ### Fixed - -- Fix compatibility issue in `BranchDataItemCache` by @alexweininger in https://github.com/microsoft/vscode-azureresourcegroups/pull/678 +* Fix compatibility issue in `BranchDataItemCache` by @alexweininger in https://github.com/microsoft/vscode-azureresourcegroups/pull/678 ## 0.7.3 - 2023-05-16 ### Added - -- Support for Logic Apps by @ccastrotrejo in https://github.com/microsoft/vscode-azureresourcegroups/pull/670 +* Support for Logic Apps by @ccastrotrejo in https://github.com/microsoft/vscode-azureresourcegroups/pull/670 ### Fixed - -- Fail to deploy the project by clicking "Deploy" button from the notification by @alexweininger in https://github.com/microsoft/vscode-azureresourcegroups/pull/664 +* Fail to deploy the project by clicking "Deploy" button from the notification by @alexweininger in https://github.com/microsoft/vscode-azureresourcegroups/pull/664 ### Removed - -- Disable resource group walkthrough by @esweet431 in https://github.com/microsoft/vscode-azureresourcegroups/pull/672 +* Disable resource group walkthrough by @esweet431 in https://github.com/microsoft/vscode-azureresourcegroups/pull/672 ## 0.7.2 - SKIPPED ## 0.7.1 - 2023-04-05 ### Fixed - -- Fix missing resource icons on Windows by @nturinski in [#658](https://github.com/microsoft/vscode-azureresourcegroups/pull/658) +* Fix missing resource icons on Windows by @nturinski in [#658](https://github.com/microsoft/vscode-azureresourcegroups/pull/658) ### Engineering - -- Enable strict mode and update typings by @alexweininger in [#656](https://github.com/microsoft/vscode-azureresourcegroups/pull/656) +* Enable strict mode and update typings by @alexweininger in [#656](https://github.com/microsoft/vscode-azureresourcegroups/pull/656) ## 0.7.0 - 2023-04-03 ### Added - -- VS Code for the Web support. Manage all of your Azure resources in your browser! @nturinski in https://github.com/microsoft/vscode-azureresourcegroups/pull/611 +* VS Code for the Web support. Manage all of your Azure resources in your browser! @nturinski in https://github.com/microsoft/vscode-azureresourcegroups/pull/611 ### Fixed - -- Refresh subscription instead of group by @alexweininger in https://github.com/microsoft/vscode-azureresourcegroups/pull/618 -- Don't throw if resource group isn't found by @alexweininger in https://github.com/microsoft/vscode-azureresourcegroups/pull/622 -- Throw a no resource found error if there are no resource groups by @nturinski in https://github.com/microsoft/vscode-azureresourcegroups/pull/638 -- Fix createClient issue by @alexweininger in https://github.com/microsoft/vscode-azureresourcegroups/pull/642 +* Refresh subscription instead of group by @alexweininger in https://github.com/microsoft/vscode-azureresourcegroups/pull/618 +* Don't throw if resource group isn't found by @alexweininger in https://github.com/microsoft/vscode-azureresourcegroups/pull/622 +* Throw a no resource found error if there are no resource groups by @nturinski in https://github.com/microsoft/vscode-azureresourcegroups/pull/638 +* Fix createClient issue by @alexweininger in https://github.com/microsoft/vscode-azureresourcegroups/pull/642 ### Changed - -- Change message of create resource group by @nturinski in https://github.com/microsoft/vscode-azureresourcegroups/pull/637 +* Change message of create resource group by @nturinski in https://github.com/microsoft/vscode-azureresourcegroups/pull/637 ### Dependencies - -- Update azuretools packages for various fixes by @nturinski in https://github.com/microsoft/vscode-azureresourcegroups/pull/632 +* Update azuretools packages for various fixes by @nturinski in https://github.com/microsoft/vscode-azureresourcegroups/pull/632 ### Engineering +* Make Azure resource provider mockable by @alexweininger in https://github.com/microsoft/vscode-azureresourcegroups/pull/650 +* Add API tests by @alexweininger in https://github.com/microsoft/vscode-azureresourcegroups/pull/563 -- Make Azure resource provider mockable by @alexweininger in https://github.com/microsoft/vscode-azureresourcegroups/pull/650 -- Add API tests by @alexweininger in https://github.com/microsoft/vscode-azureresourcegroups/pull/563 **Full Changelog**: https://github.com/microsoft/vscode-azureresourcegroups/compare/v0.6.2...v0.7.0 ## 0.6.2 - 2023-03-22 ### Changed - -- Prepare for [Azure Spring Apps VS Code extension](https://marketplace.visualstudio.com/items?itemName=vscjava.vscode-azurespringcloud) integration by @wangmingliang-ms in [#605](https://github.com/microsoft/vscode-azureresourcegroups/pull/605) +* Prepare for [Azure Spring Apps VS Code extension](https://marketplace.visualstudio.com/items?itemName=vscjava.vscode-azurespringcloud) integration by @wangmingliang-ms in [#605](https://github.com/microsoft/vscode-azureresourcegroups/pull/605) ## 0.6.1 - 2023-02-29 ### Fixed - -- Support Azure Account extension versions < 0.10.0 [#596](https://github.com/microsoft/vscode-azureresourcegroups/issues/596) fixed by @alexweininger in [#597](https://github.com/microsoft/vscode-azureresourcegroups/pull/597) -- Infinite prompts when running commands [#598](https://github.com/microsoft/vscode-azureresourcegroups/issues/598) fixed by @alexweininger in [#599](https://github.com/microsoft/vscode-azureresourcegroups/pull/599) +* Support Azure Account extension versions < 0.10.0 [#596](https://github.com/microsoft/vscode-azureresourcegroups/issues/596) fixed by @alexweininger in [#597](https://github.com/microsoft/vscode-azureresourcegroups/pull/597) +* Infinite prompts when running commands [#598](https://github.com/microsoft/vscode-azureresourcegroups/issues/598) fixed by @alexweininger in [#599](https://github.com/microsoft/vscode-azureresourcegroups/pull/599) ### Engineering - -- Update dependencies with `npm audit fix` by @alexweininger in [#593](https://github.com/microsoft/vscode-azureresourcegroups/pull/593) +* Update dependencies with `npm audit fix` by @alexweininger in [#593](https://github.com/microsoft/vscode-azureresourcegroups/pull/593) ## 0.6.0 - 2023-02-22 @@ -312,27 +270,22 @@ Also, the Azure Account status bar may appear if another extension still uses Az We've made significant improvements and changes to the Azure Resources API, which is now on version 2.0.0. Find out more about the Azure Resources API v2 [here](https://github.com/microsoft/vscode-azureresourcegroups/tree/main/api#readme). ### Added - - Azure Resources API v2 by @alexweininger, @bwateratmsft, and @philliphoff in [#535](https://github.com/microsoft/vscode-azureresourcegroups/pull/535) - Create package for consuming extension API by @alexweininger in [#530](https://github.com/microsoft/vscode-azureresourcegroups/pull/530) - Add Spring Apps icon by @alexweininger in [#484](https://github.com/microsoft/vscode-azureresourcegroups/pull/484) ### Changed - - Use Azure codicon by @alexweininger in [#476](https://github.com/microsoft/vscode-azureresourcegroups/pull/476) - Update minimum required version of VS Code to 1.66 by @alexweininger in [#523](https://github.com/microsoft/vscode-azureresourcegroups/pull/523) - Dedupe Azure resources by @alexweininger in [#527](https://github.com/microsoft/vscode-azureresourcegroups/pull/527) ### Removed - - Focus a group feature. ### Fixed - - Fix default app to deploy by @alexweininger in [#586](https://github.com/microsoft/vscode-azureresourcegroups/pull/586) ### Dependencies - - Bump json-schema from 0.2.3 to 0.4.0 by @dependabot in [#384](https://github.com/microsoft/vscode-azureresourcegroups/pull/384) - Bump markdown-it and vsce by @dependabot in [#385](https://github.com/microsoft/vscode-azureresourcegroups/pull/385) - Remove dependency on fs-extra. by @philliphoff in [#410](https://github.com/microsoft/vscode-azureresourcegroups/pull/410) @@ -348,22 +301,18 @@ We've made significant improvements and changes to the Azure Resources API, whic ## 0.5.6 - 2022-09-08 ### Added - - Azure Container Apps extension view to the Resources explorer ### Fixed - - Fix Workspace view loadMore [#357](https://github.com/microsoft/vscode-azureresourcegroups/pull/357) - Throw NoResourceFoundError [#354](https://github.com/microsoft/vscode-azureresourcegroups/pull/354) ## 0.5.5 - 2022-07-27 ### Changed - - Minimum version of VS Code is now 1.65.0 [#346](https://github.com/microsoft/vscode-azureresourcegroups/pull/346) ### Fixed - - When subscription or group is refreshed, refresh the children as well [#339](https://github.com/microsoft/vscode-azureresourcegroups/pull/339) - Resources are not re-resolved after installing extensions [#280](https://github.com/microsoft/vscode-azureresourcegroups/issues/280) - Fix displaying Logic Apps as Function Apps [#332](https://github.com/microsoft/vscode-azureresourcegroups/pull/332) @@ -374,17 +323,14 @@ We've made significant improvements and changes to the Azure Resources API, whic ## 0.5.4 - 2022-07-06 ### Added - - Open walkthrough tree item to help view [#321](https://github.com/microsoft/vscode-azureresourcegroups/pull/321) ### Changed - - Make Resources and Workspace view visible by default [#310](https://github.com/microsoft/vscode-azureresourcegroups/pull/310) - Make location of "Edit Tags..." context menu item consistent [#313](https://github.com/microsoft/vscode-azureresourcegroups/pull/313) - Update @vscode/extension-telemetry to 0.6.2 [#317](https://github.com/microsoft/vscode-azureresourcegroups/pull/317) ### Fixed - - Resources are not sorted alphabetically in the list when executing commands from command palette [#299](https://github.com/microsoft/vscode-azureresourcegroups/issues/299) - The confirmation message is inconsistent when deleting a resource group from context menu and command palette [#308](https://github.com/microsoft/vscode-azureresourcegroups/issues/308) - Cannot select multiple files and folders at once for an attached storage account [#300](https://github.com/microsoft/vscode-azureresourcegroups/issues/300) @@ -393,25 +339,21 @@ We've made significant improvements and changes to the Azure Resources API, whic ## 0.5.3 - 2022-06-09 ### Fixed - - Element is already registered error when expanding group tree items [#264](https://github.com/microsoft/vscode-azureresourcegroups/issues/264) ## 0.5.2 - 2022-06-01 ### Changed - - Update @vscode/extension-telemetry to 0.5.2 [#290](https://github.com/microsoft/vscode-azureresourcegroups/pull/290) ## 0.5.1 - 2022-05-26 ### Fixed - - Error: Element is already registered when focusing/unfocusing groups [#284](https://github.com/microsoft/vscode-azureresourcegroups/issues/284) ## 0.5.0 - 2022-05-24 ### Added - - Resources explorer to create and manage Azure resources. - Workspace explorer to create and manage your local project files and deploy. - View all of your recent activities and quickly access resources you've recently created in the new Activity Log panel @@ -420,50 +362,41 @@ We've made significant improvements and changes to the Azure Resources API, whic - "Get started with Azure in VS Code" walkthrough ### Changed - - Minimum version of VS Code is now 1.57.0 ## 0.4.0 - 2021-05-13 ### Changed - - Azure view icon to match new Azure Portal - Icons updated to match VS Code's theme. Install new product icon themes [here](https://marketplace.visualstudio.com/search?term=tag%3Aproduct-icon-theme&target=VSCode) - Delete resource group confirmation includes number of resources that will be deleted ### Fixed - - [Bugs fixed](https://github.com/microsoft/vscode-azureresourcegroups/milestone/8?closed=1) + ## 0.3.0 - 2021-02-22 ### Added - - "Help and Feedback" view ### Changed - This extension will be depended on by other Azure extensions, so the following changes were made: - - "Resource Groups" view is now collapsed by default to reduce clutter - Changed some naming from "Resource Groups" to "Resources" to be more generic ### Fixed - - [Bugs fixed](https://github.com/Microsoft/vscode-azureresourcegroups/issues?q=is%3Aissue+milestone%3A%220.3.0%22+is%3Aclosed) ## 0.2.0 - 2020-06-16 ### Added - - Edit tags ### Fixed - - [Bugs fixed](https://github.com/Microsoft/vscode-azureresourcegroups/issues?q=is%3Aissue+milestone%3A%220.2.0%22+is%3Aclosed) ## 0.1.0 - 2020-03-17 ### Added - - View, create, and delete Azure Resource Groups