This commit is contained in:
Eric Jizba 2018-11-30 16:42:04 -08:00 коммит произвёл GitHub
Родитель e30e6a3ff3
Коммит 6ef5ebd4db
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
4 изменённых файлов: 26 добавлений и 3 удалений

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

@ -4,6 +4,27 @@
All notable changes to the "azurefunctions" extension will be documented in this file.
## 0.13.0 - 2018-12-04
### Added
- Deployments node for Function Apps that are connected to a GitHub or LocalGit repository
- View deployment logs
- Redeploy previous deployments
- Preview support for deployment slots (feature flag `azureFunctions.enableSlots` must be set to `true`)
- Deploy
- Stream logs
- Start/stop/restart
- Create/delete/swap
### Changed
- Feature flag no longer required for creating Python projects
### Fixed
- [Bugs fixed](https://github.com/Microsoft/vscode-azurefunctions/issues?q=is%3Aissue+milestone%3A%220.13.0%22+label%3Abug+is%3Aclosed)
## 0.12.1 - 2018-11-26
### Fixed

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

@ -33,8 +33,10 @@ Install the prerequisites for your desired language:
* View, edit, upload, and download application settings
* JSON Intellisense for `function.json`, `host.json`, and `proxies.json`
* Stream logs from your remote Function Apps
* View and manage deployment slots
> **NOTE**: To enable, set `azureFunctions.enableSlots` to true.
* Debug Java Function App on Azure (experimental)
> **NOTE**: To enable it, you can set `azureFunctions.enableRemoteDebugging` to true.
> **NOTE**: To enable, set `azureFunctions.enableRemoteDebugging` to true.
### Create New Project

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

@ -1,6 +1,6 @@
{
"name": "vscode-azurefunctions",
"version": "0.12.2-alpha",
"version": "0.13.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

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

@ -2,7 +2,7 @@
"name": "vscode-azurefunctions",
"displayName": "Azure Functions",
"description": "%extension.description%",
"version": "0.12.2-alpha",
"version": "0.13.0",
"publisher": "ms-azuretools",
"icon": "resources/azure-functions.png",
"aiKey": "AIF-d9b70cd4-b9f9-4d70-929b-a071c400b217",