Merge remote-tracking branch 'origin' into alex/migrate-cloudshell

This commit is contained in:
alexweininger 2024-04-30 16:31:01 -07:00
Родитель 811bc2fe37 6fe8f308f9
Коммит 0256bb7f22
7 изменённых файлов: 17 добавлений и 7 удалений

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

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

3
api/docs/vscode-azureresources-api.d.ts поставляемый
Просмотреть файл

@ -97,7 +97,8 @@ export declare enum AzExtResourceType {
SqlServers = "SqlServers",
VirtualMachineScaleSets = "VirtualMachineScaleSets",
VirtualNetworks = "VirtualNetworks",
WebHostingEnvironments = "WebHostingEnvironments"
WebHostingEnvironments = "WebHostingEnvironments",
WebPubSub = "WebPubSub"
}
/**

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

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

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

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