Skip to content

Commit

Permalink
Bump version, update changelog, and update readme to prep for 0.9.0 r…
Browse files Browse the repository at this point in the history
…elease (#861)

* Bump version, update changelog, and update readme to prep for 0.9.0 release

* Add link to deprecation announcement
  • Loading branch information
alexweininger authored May 14, 2024
1 parent 593f237 commit f68e8fd
Show file tree
Hide file tree
Showing 7 changed files with 38 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

## Unreleased

## 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.

Additionally, we've fixed two longstanding Azure Cloud Shell bugs that caused issues launching the feature on Linux and macOS: [#719](https://github.com/microsoft/vscode-azure-account/issues/719) and [#959](https://github.com/microsoft/vscode-azure-account/issues/959).

### Added

* [[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

## 0.8.6 - 2024-04-25

### Added
Expand Down
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,26 @@ Create an Azure resource from your installed extensions directly in VS Code.

![Create Resource](resources/readme/createResourceGraphic.png)

### Azure Cloud Shell

Azure Cloud Shell instances can be started via the terminal view in VS Code. To begin, click the
dropdown arrow in the terminal view and select from either `Azure Cloud Shell (Bash)` or
`Azure Cloud Shell (PowerShell)`.

![VS Code terminal view with context menu](resources/readme/terminalViewWithMenu.png)

If this is your first time using the Cloud Shell, the following notification will appear prompting
you to set it up.

!["Must setup cloud shell" notification](resources/readme/mustSetupCloudShell.png)

The Cloud Shell will load in the terminal view once you've finished configuring it.

![The Azure Cloud Shell in the terminal window](resources/readme/cloudShell.png)

You may also upload files to Cloud Shell using the `Azure: Upload to Cloud Shell` command.


## Azure Extensions

Install these extensions to enable additional resource-specific features.
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-azureresourcegroups",
"displayName": "Azure Resources",
"description": "%azureResourceGroups.description%",
"version": "0.8.7-alpha.0",
"version": "0.9.0",
"publisher": "ms-azuretools",
"icon": "resources/resourceGroup.png",
"aiKey": "0c6ae279ed8443289764825290e4f9e2-1a736e7c-1324-4338-be46-fc2a58ae4d14-7255",
Expand Down
Binary file added resources/readme/cloudShell.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/readme/mustSetupCloudShell.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/readme/terminalViewWithMenu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f68e8fd

Please sign in to comment.