This commit is contained in:
Alex Weininger 2023-12-14 12:16:25 -05:00 коммит произвёл GitHub
Родитель f438148249
Коммит e650400ce2
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 11 добавлений и 5 удалений

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

@ -1,11 +1,17 @@
# Change Log
## 0.8.2 - 2023-11-28
## 0.8.3 - 2023-12-14
### Fixed
* Fix zip deploy failing with a "Number of entries expected in End Of Central Directory" error
* Fix soverign cloud support
## 0.8.2 - 2023-12-13
### Fixed
* Fix zip deploy on sovereign clouds (Azure Functions and Azure App Service)
## 0.8.1 - 2023-11-28
## 0.8.1 - 2023-12-13
### Fixed
* Fix support for sovereign clouds

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

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