Bump version, update changelog, and update readme to prep for 0.9.0 release (#861)

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

* Add link to deprecation announcement
This commit is contained in:
Alex Weininger 2024-05-14 15:08:39 -07:00 коммит произвёл GitHub
Родитель 593f2372b4
Коммит f68e8fdf66
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
7 изменённых файлов: 38 добавлений и 3 удалений

Просмотреть файл

@ -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

Просмотреть файл

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

4
package-lock.json сгенерированный
Просмотреть файл

@ -1,12 +1,12 @@
{
"name": "vscode-azureresourcegroups",
"version": "0.8.7-alpha.0",
"version": "0.9.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "vscode-azureresourcegroups",
"version": "0.8.7-alpha.0",
"version": "0.9.0",
"license": "SEE LICENSE IN LICENSE.md",
"dependencies": {
"@azure/arm-resources": "^5.2.0",

Просмотреть файл

@ -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",

Двоичные данные
resources/readme/cloudShell.png Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 28 KiB

Двоичные данные
resources/readme/mustSetupCloudShell.png Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 19 KiB

Двоичные данные
resources/readme/terminalViewWithMenu.png Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 49 KiB