Skip to content

Commit

Permalink
Hide Local Git Deploy for 0.2.0 (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
whiskeyjay authored Oct 5, 2017
1 parent c72718e commit e8fc0f1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 18 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,15 @@ All notable changes to the "azure-appservice" extension will be documented in th
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.

## [Unreleased]
### Added
- Local Git deployment

## 0.2.0 - 2017-10-03
### Added
- Deploy to Deployment Slots
- Local Git deployment
- View web app log stream
- View and edit web app settings
- Delete Deployment Slots and Web Apps
### Removed
- The Explorer view no longer shows Function apps. Function app will have its own Visual Studio Code extension.
### Fixed
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The Azure App Services extension for VS Code lets you quickly browse, create, ma
* Browse sites across all of your Azure subscriptions
* Browse to the Azure Portal for advanced tasks, such as scaling
* Create new sites (Linux with Node.js only)
* Deploy to your site via local Git push or Zip
* Deploy to your web apps/deployment slots

![Deploy to Web App](resources/WebApp_Deploy.png)
* Start, stop, and restart the web app/deployment slot
Expand Down
16 changes: 0 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
"onCommand:appService.Delete",
"onCommand:appService.DeployZipPackage",
"onCommand:appService.ZipAndDeploy",
"onCommand:appService.LocalGitDeploy",
"onCommand:deploymentSlot.SwapSlots",
"onCommand:appSettings.Add",
"onCommand:appSettings.Edit",
Expand Down Expand Up @@ -104,11 +103,6 @@
"title": "Zip & Deploy to Web App",
"category": "Azure App Service"
},
{
"command": "appService.LocalGitDeploy",
"title": "Local Git Deploy to Web App",
"category": "Azure App Service"
},
{
"command": "deploymentSlot.SwapSlots",
"title": "Swap Deployment Slot",
Expand Down Expand Up @@ -202,11 +196,6 @@
"when": "view == azureAppService && viewItem == appService",
"group": "2_appServiceControlCommands@4"
},
{
"command": "appService.LocalGitDeploy",
"when": "view == azureAppService && viewItem == appService",
"group": "3_appServiceDeployCommands@1"
},
{
"command": "appService.DeployZipPackage",
"when": "view == azureAppService && viewItem == appService",
Expand Down Expand Up @@ -267,11 +256,6 @@
"when": "view == azureAppService && viewItem == deploymentSlot",
"group": "2_deploymentSlotControlCommands@5"
},
{
"command": "appService.LocalGitDeploy",
"when": "view == azureAppService && viewItem == deploymentSlot",
"group": "3_deploymentSlotDeployCommands@1"
},
{
"command": "appService.DeployZipPackage",
"when": "view == azureAppService && viewItem == deploymentSlot",
Expand Down
Binary file modified resources/WebApp_Deploy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e8fc0f1

Please sign in to comment.