Merge remote-tracking branch 'origin' into alex/migrate-cloudshell
This commit is contained in:
Коммит
0256bb7f22
|
@ -2,6 +2,11 @@
|
|||
|
||||
## Unreleased
|
||||
|
||||
## 0.8.6 - 2024-04-25
|
||||
|
||||
### Added
|
||||
* [[777]](https://github.com/microsoft/vscode-azureresourcegroups/pull/777) Add Azure Web Pub Sub service to the resources view.
|
||||
|
||||
## 0.8.5 - 2024-04-17
|
||||
|
||||
### Fixed
|
||||
|
|
|
@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
|
|||
|
||||
## Unreleased
|
||||
|
||||
## [2.2.1] - 2024-04-25
|
||||
|
||||
* Add "Web PubSub" resource type
|
||||
|
||||
## [2.2.0] - 2024-01-30
|
||||
|
||||
* Add `getAzExtResourceType` function
|
||||
|
|
|
@ -97,7 +97,8 @@ export declare enum AzExtResourceType {
|
|||
SqlServers = "SqlServers",
|
||||
VirtualMachineScaleSets = "VirtualMachineScaleSets",
|
||||
VirtualNetworks = "VirtualNetworks",
|
||||
WebHostingEnvironments = "WebHostingEnvironments"
|
||||
WebHostingEnvironments = "WebHostingEnvironments",
|
||||
WebPubSub = "WebPubSub"
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "@microsoft/vscode-azureresources-api",
|
||||
"version": "2.2.0",
|
||||
"version": "2.2.1",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@microsoft/vscode-azureresources-api",
|
||||
"version": "2.2.0",
|
||||
"version": "2.2.1",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@types/node": "^16.0.0",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@microsoft/vscode-azureresources-api",
|
||||
"version": "2.2.0",
|
||||
"version": "2.2.1",
|
||||
"description": "Type declarations and client library for the Azure Resources extension API",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "vscode-azureresourcegroups",
|
||||
"version": "0.8.6",
|
||||
"version": "0.8.7-alpha.0",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "vscode-azureresourcegroups",
|
||||
"version": "0.8.6",
|
||||
"version": "0.8.7-alpha.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.6",
|
||||
"version": "0.8.7-alpha.0",
|
||||
"publisher": "ms-azuretools",
|
||||
"icon": "resources/resourceGroup.png",
|
||||
"aiKey": "0c6ae279ed8443289764825290e4f9e2-1a736e7c-1324-4338-be46-fc2a58ae4d14-7255",
|
||||
|
|
Загрузка…
Ссылка в новой задаче