This commit is contained in:
Megan Mott 2024-06-19 11:46:03 -04:00 коммит произвёл GitHub
Родитель d5c041d0cf
Коммит 5efe39be94
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
3 изменённых файлов: 11 добавлений и 3 удалений

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

@ -1,5 +1,13 @@
# Change Log
## 1.15.1 - 2024-06-18
### Changed
* [[4182]](https://github.com/microsoft/vscode-azurefunctions/pull/4182) Display a warning when attempting to deploy a containerized function app
### Fixed
* [[4184]](https://github.com/microsoft/vscode-azurefunctions/pull/4184) "+ Create new function app" command when deploying a containerized function app
## 1.15.0 - 2024-05-21
### Added

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

@ -1,12 +1,12 @@
{
"name": "vscode-azurefunctions",
"version": "1.15.1-alpha.0",
"version": "1.15.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "vscode-azurefunctions",
"version": "1.15.1-alpha.0",
"version": "1.15.1",
"license": "SEE LICENSE IN LICENSE.md",
"dependencies": {
"@azure/arm-appinsights": "^5.0.0-alpha.20230530.1",

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

@ -2,7 +2,7 @@
"name": "vscode-azurefunctions",
"displayName": "Azure Functions",
"description": "%azureFunctions.description%",
"version": "1.15.1-alpha.0",
"version": "1.15.1",
"publisher": "ms-azuretools",
"icon": "resources/azure-functions.png",
"aiKey": "0c6ae279ed8443289764825290e4f9e2-1a736e7c-1324-4338-be46-fc2a58ae4d14-7255",