Releases: microsoft/vscode-azureresourcegroups
Releases · microsoft/vscode-azureresourcegroups
Release list
0.12.7
Added
- [1433] Allow resource providers to override resource type node properties (name and icon)
- [1441] Allow resource providers to hide child resource types from "Group by type"
- [1466] Add an optional
optionsparameter toAzureAuthentication.getSessionWithScopes. Passing{ createIfNone: true }allows an interactive consent prompt when a session for the requested scopes has not yet been granted. See microsoft/vscode-azurefunctions#5073
Engineering
- [1469] Prepare
@microsoft/vscode-azureresources-api3.1.1 release - [1477] Add
feedBaseUrlpassthrough to 1ES build pipeline parameters - [1479] Remove redundant
npmFeedparameter from the build pipeline - [1424] Resolve outstanding
npm auditadvisories - [1481] Update
@microsoft/vscode-azext-azureauthto 6.1.0-alpha.2 - Update
@microsoft/vscode-azext-azureutilsto ^4.3.0,@microsoft/api-extractorto ^7.58.2,@azure/arm-resources-subscriptionsto ^3.0.0-beta.1, andwsto ^8.20.1 - [1486] Remove dead dependencies orphaned by the Copilot on Rails removal
0.12.6
Added
- [1465] Add registration for SQL Server resources in the resource explorer tree to enable integration from vscode-mssql
0.12.5
0.12.4
0.12.3
Fixed
- [1388] Remove createLoadCancellationToken to fix concurrent subscription load race condition
- [1397] Fix "Add Account" not showing account picker when a session already exists
- [1401] Fix subscription expansion for sovereign clouds in duplicate subscription mode
Changed
- [1383] Performance improvements for resource tree loading
Engineering
0.12.2
0.12.0
Changed
- [1350] Improve extension performance by upgrading to the v6 authentication package
0.11.8
Added
- [1343] Add performance telemetry for loading subscriptions in Azure Resources tree views
- [1334] Add account name + tenant name to subscription description
- [1330] Add
focusResourceGroupto extension API (api version 3.1.0) - [1284] Add an Azure Resources API (v4) authentication layer
Fixed
- [1342] Handle empty state when grouping by ARM tag
- [1351] Use a UUID for extension install tree items
- [1348] Use resource group ID instead of name for grouping to handle duplicates across subscriptions
- [1241] Ensure correct session is being used when listing resources
Engineering
- [1304] Use new
@microsoft/vscode-azext-engpackage
0.11.7
0.11.6
This release improves on Azure Activity Log integration with Copilot, giving users the ability to custom select which activities to provide as context before starting new chat sessions. Users can now select activities through the general entry-point in the activity log header ribbon, right-clicking individual activities directly, or interacting with an activity's inline context menu button. In addition, Copilot buttons have been upgraded to the newer chat icon.
Added
- [1214] Enable activity item selection when providing context to Copilot; update Copilot icons
Changed
- [1267] Optimize auth record export
