diff --git a/src/index.json b/src/index.json index da522c98334..c1818cd3de8 100644 --- a/src/index.json +++ b/src/index.json @@ -370,9 +370,9 @@ ], "webapp": [ { - "filename": "webapp-0.1.0-py2.py3-none-any.whl", - "sha256Digest": "faaeec44cdfb88f6a25311309145fc25e0ac7025ece7a29b8535a6a2cbeb156f", - "downloadUrl": "https://github.com/panchagnula/azure-cli-extensions/raw/sisirap-extensions-whl/dist/webapp-0.1.0-py2.py3-none-any.whl", + "filename": "webapp-0.1.1-py2.py3-none-any.whl", + "sha256Digest": "65b976e57f766b0b8dcb31e13903f7a05515a80dcafcb03a6b5dce64bc8a5594", + "downloadUrl": "https://github.com/panchagnula/azure-cli-extensions/raw/sisirap-extensions-whl/dist/webapp-0.1.1-py2.py3-none-any.whl", "metadata": { "classifiers": [ "Development Status :: 4 - Beta", @@ -409,7 +409,7 @@ "metadata_version": "2.0", "name": "webapp", "summary": "An Azure CLI Extension to manage appservice resources", - "version": "0.1.0" + "version": "0.1.1" } } ], diff --git a/src/webapp/azext_webapp/_help.py b/src/webapp/azext_webapp/_help.py index 1fe177a5612..84c920896c1 100644 --- a/src/webapp/azext_webapp/_help.py +++ b/src/webapp/azext_webapp/_help.py @@ -8,7 +8,8 @@ helps['webapp new'] = """ type: command - short-summary: Create and deploy a node web app + short-summary: Experimental command to create and deploy a web app. + Current supports Node on Linux & .NET Core on Windows. examples: - name: Create a web app with the default configuration. text: > diff --git a/src/webapp/setup.py b/src/webapp/setup.py index fd6bc793ccc..d41730826a9 100644 --- a/src/webapp/setup.py +++ b/src/webapp/setup.py @@ -8,7 +8,7 @@ from codecs import open from setuptools import setup, find_packages -VERSION = "0.1.0" +VERSION = "0.1.1" CLASSIFIERS = [ 'Development Status :: 4 - Beta',