Update changelog for functions gradle plugin fixes

This commit is contained in:
Flanker32 2024-08-09 13:48:31 +08:00
Родитель 49e3fdd145
Коммит f6dd2ee6b9
1 изменённых файлов: 6 добавлений и 0 удалений

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

@ -16,6 +16,12 @@ All notable changes to the "Azure Function Plugin for Gradle" will be documented
- [1.1.0](#110)
- [1.0.0](#100)
## 1.16.2
- Fix: Application Insights client may still be provisioned even if `allowTelemetry` is set to `false`
## 1.16.1
- Fix: NPE in azureFunctionsPackage task when some parameter is not set (Thanks for @davidsalter)
## 1.16.0
- Add Flex Consumption SKU support for creation and deploying
- Fix: #178 Unable to Update Deployment with azureFunctionsDeploy Due to "BlobAlreadyExists" Error