This commit is contained in:
Alex Weininger 2023-12-13 14:32:01 -05:00 коммит произвёл GitHub
Родитель f464ba153e
Коммит 7f680f6622
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 8 добавлений и 3 удалений

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

@ -1,5 +1,10 @@
# Change Log
## 0.8.2 - 2023-11-28
### Fixed
* Fix zip deploy on sovereign clouds (Azure Functions and Azure App Service)
## 0.8.1 - 2023-11-28
### Fixed

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

@ -1,12 +1,12 @@
{
"name": "vscode-azureresourcegroups",
"version": "0.8.2-alpha.0",
"version": "0.8.2",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "vscode-azureresourcegroups",
"version": "0.8.2-alpha.0",
"version": "0.8.2",
"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.2-alpha.0",
"version": "0.8.2",
"publisher": "ms-azuretools",
"icon": "resources/resourceGroup.png",
"aiKey": "0c6ae279ed8443289764825290e4f9e2-1a736e7c-1324-4338-be46-fc2a58ae4d14-7255",