* Add EventGridBlobTrigger to the verified list

* Changelog
This commit is contained in:
Nathan 2024-05-21 08:21:17 -07:00 коммит произвёл GitHub
Родитель 37fc890680
Коммит 91bc85277e
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
3 изменённых файлов: 19 добавлений и 3 удалений

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

@ -1,5 +1,21 @@
# Change Log
## 1.15.0 - 2024-05-21
### Added
* [[4104]](https://github.com/microsoft/vscode-azurefunctions/pull/4104) Flex Consumption SKU support for creation and deploying
* [[4115]](https://github.com/microsoft/vscode-azurefunctions/pull/4115) Added Azure Blob Storage Trigger (using Event Grid) templates for flex consumption apps
* [[4138]](https://github.com/microsoft/vscode-azurefunctions/pull/4138) Display a warning after deploying an Azure Blob Storage Trigger to a flex consumption app
* [[4130]](https://github.com/microsoft/vscode-azurefunctions/pull/4130) `Create new function app` from Deploy command
* [[4101]](https://github.com/microsoft/vscode-azurefunctions/pull/4101) Add retry logic to getFunctionsForHostedProject on ECONNREFUSED
* [[4127]](https://github.com/microsoft/vscode-azurefunctions/pull/4127) Expanding in-proc .NET support
### Changed
* [[4125]](https://github.com/microsoft/vscode-azurefunctions/pull/4125) Changed deploying by function app id to use `azureFunctions.deployByFunctionAppId` rather than `azureFunctions.deploy`
* [[4130]](https://github.com/microsoft/vscode-azurefunctions/pull/4130) Various UX changes in local workspace view
**Full Changelog**: https://github.com/microsoft/vscode-azurefunctions/milestone/66?closed=1
## 1.14.3 - 2024-04-30
### Fixed

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

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