Releases: microsoft/vscode-azureresourcegroups
Releases · microsoft/vscode-azureresourcegroups
0.9.9
Fixed
- Minor fixes for VS Code for the Web - Azure
0.9.8
Added
- [944] Add VS Code for the web - Azure walkthrough
- [942] Add an install toast for the new GitHub Copilot for Azure extension
Engineering
- [945] Add cloud shell telemetry
0.9.7
Fixed
- [934] Add feature to scope select subscriptions prompt by tenant
v0.9.6
Fixed
- [927] Fix Cloud Shell in sovereign clouds
- [931] Fix Cloud Shell launch error on macOS caused by external bash shell script
Engineering
- [918] Improvements to error masking handling
0.9.5
Fixed
- [905] [917] [915] Fixes a
subscription could not be found
issue that sometimes appears when loading resources
Engineering
- [919] Update release pipeline to support signing
- [913] Upgrade packages for additional telemetry updates
0.9.4
Added
- [894] Add staged support for MongoClusters
0.9.2
Added
- [891] Add
createCredentialsForScopes
to ISubscriptionContext
for creating tokens with a specified set of scopes
Fixed
- [890] Fix tree item descriptions that used temporary descriptions
- [883] Resolve resources with a
promise.allSettle
instead of async for loop to improve performance
- [876] Fixed Azure view keybind for Windows OS
v0.9.1
Added
- [864] Enable long running tests through Azure federated credentials.
Learn how to configure the credentials here.
0.9.0
In preparation of the Azure Account extension being deprecated at the end of the year, 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.
Additionally, we've fixed two longstanding Azure Cloud Shell bugs that caused issues launching the feature on Linux and macOS: #719 and #959.
Added
- [848] Migrate Azure Cloud Shell feature from the Azure Account extension
Fixed
- [855] Stop using
--ms-enable-electron-run-as-node
flag to fix launching Cloud Shell on macOS
- [854] Use
process.execPath
instead of process.argv0
to fix launching Cloud Shell on Linux