Skip to content

Releases: microsoft/vscode-azureresourcegroups

0.9.7

09 Oct 18:56
4f7feab
Compare
Choose a tag to compare

Fixed

  • [934] Add feature to scope select subscriptions prompt by tenant

v0.9.6

30 Sep 21:27
2bda73d
Compare
Choose a tag to compare

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

11 Sep 18:11
f245456
Compare
Choose a tag to compare

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

28 Aug 18:09
937e543
Compare
Choose a tag to compare

Added

  • [894] Add staged support for MongoClusters

0.9.2

19 Aug 18:52
1981952
Compare
Choose a tag to compare

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

28 May 23:49
7c8c16d
Compare
Choose a tag to compare

Added

  • [864] Enable long running tests through Azure federated credentials.
    Learn how to configure the credentials here.

0.9.0

14 May 22:41
f68e8fd
Compare
Choose a tag to compare

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

0.8.6

25 Apr 21:30
8a7ca04
Compare
Choose a tag to compare

Added

0.8.5

17 Apr 20:55
674f194
Compare
Choose a tag to compare

Fixed

  • [820] Fix bug that prevents resource groups from loading when there's a ghost resource
  • [825] Throw a better error for any item that resolves as undefined

Engineering

  • [829] Add listSubscriptions method to v1 Resource Groups API to support 4402
  • [836] Add maintainCloudShellConnection command

0.8.4

07 Feb 22:25
3a9e91b
Compare
Choose a tag to compare

Added

Fixed

  • [811] Update walkthrough sign in command to use the new built-in authentication provider