Skip to content

Commit

Permalink
Custom Domain fix (#399)
Browse files Browse the repository at this point in the history
  • Loading branch information
nturinski authored Apr 13, 2018
1 parent c50c2e5 commit 92a21d6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Change Log
All notable changes to the "azure-appservice" extension will be documented in this file.

## 0.7.1 - 2018-04-13
### [Fixed](https://github.com/Microsoft/vscode-azureappservice/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%220.7.1%22+label%3Abug+is%3Aclosed+)
- Deployment fail when deploying to web app with a custom domain

## 0.7.0 - 2018-04-05
### Added
- Subscription filter button next to Subscription nodes in the explorer
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-azureappservice",
"displayName": "Azure App Service",
"description": "An Azure App Service management extension for Visual Studio Code.",
"version": "0.7.0",
"version": "0.7.1",
"publisher": "ms-azuretools",
"icon": "resources/windows-azure-web-site.png",
"aiKey": "AIF-d9b70cd4-b9f9-4d70-929b-a071c400b217",
Expand Down Expand Up @@ -640,7 +640,7 @@
"opn": "^5.1.0",
"request": "^2.83.0",
"request-promise": "^4.2.2",
"vscode-azureappservice": "~0.14.3",
"vscode-azureappservice": "~0.14.6",
"vscode-azureextensionui": "~0.11.3",
"vscode-azurekudu": "~0.1.6",
"vscode-debugadapter": "^1.24.0",
Expand Down

0 comments on commit 92a21d6

Please sign in to comment.