Skip to content

Commit

Permalink
remote connection add deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
patricklee2 committed May 3, 2019
1 parent beeef1f commit d5c7436
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/webapp/azext_webapp/custom.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,8 @@ def _check_for_ready_tunnel(remote_debugging, tunnel_server):


def create_tunnel(cmd, resource_group_name, name, port=None, slot=None):
logger.warning("remote-connection is deprecated and moving to cli-core, use `webapp create-remote-connection`")

webapp = show_webapp(cmd, resource_group_name, name, slot)
is_linux = webapp.reserved
if not is_linux:
Expand Down

0 comments on commit d5c7436

Please sign in to comment.