diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c0e6a04..26bff732 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ ## Unreleased +## 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). + ## 0.9.0 - 2024-05-14 In [preparation of the Azure Account extension being deprecated at the end of the year](https://github.com/microsoft/vscode-azure-account/issues/964), we've moved the Azure Cloud Shell feature to the Azure Resources extension. Apart from moving codebases, the feature is the same from a users perspective. Authentication for the Cloud Shell feature is now handled by the VS Code built-in Microsoft authentication provider, which means you may have to login upon first use of the migrated feature. diff --git a/package-lock.json b/package-lock.json index 4e082afd..1d5c7951 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vscode-azureresourcegroups", - "version": "0.9.1-alpha.0", + "version": "0.9.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "vscode-azureresourcegroups", - "version": "0.9.1-alpha.0", + "version": "0.9.1", "license": "SEE LICENSE IN LICENSE.md", "dependencies": { "@azure/arm-resources": "^5.2.0", diff --git a/package.json b/package.json index 3e350a00..ded6fb59 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vscode-azureresourcegroups", "displayName": "Azure Resources", "description": "%azureResourceGroups.description%", - "version": "0.9.1-alpha.0", + "version": "0.9.1", "publisher": "ms-azuretools", "icon": "resources/resourceGroup.png", "aiKey": "0c6ae279ed8443289764825290e4f9e2-1a736e7c-1324-4338-be46-fc2a58ae4d14-7255",