Skip to content

Commit

Permalink
Fixes#90:Change help for az webapp new (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
panchagnula authored Mar 1, 2018
1 parent f803a0a commit 98c1c7f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
8 changes: 4 additions & 4 deletions src/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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"
}
}
],
Expand Down
3 changes: 2 additions & 1 deletion src/webapp/azext_webapp/_help.py
Original file line number Diff line number Diff line change
Expand Up @@ -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: >
Expand Down
2 changes: 1 addition & 1 deletion src/webapp/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 98c1c7f

Please sign in to comment.