Skip to content

Commit

Permalink
Websites: Updating Help for az webapp up (#160)
Browse files Browse the repository at this point in the history
* Updating help

* updating index.json
  • Loading branch information
panchagnula authored May 4, 2018
1 parent 8668d16 commit 0b338eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@
"webapp": [
{
"filename": "webapp-0.2.4-py2.py3-none-any.whl",
"sha256Digest": "28736466d2602516394d3ed3cd784f318013be7624db8f3fe09012927e7e9de7",
"sha256Digest": "0a00e039ff91b28e4286d45fb7bf2f0eb4fdd0a40d250798d488b32ada76a4a1",
"downloadUrl": "https://github.com/panchagnula/azure-cli-extensions/raw/sisirap-extensions-whl/dist/webapp-0.2.4-py2.py3-none-any.whl",
"metadata": {
"azext.isPreview": true,
Expand Down
2 changes: 1 addition & 1 deletion src/webapp/azext_webapp/_help.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
helps['webapp up'] = """
type: command
short-summary: Experimental command to create and deploy a web app.
Current supports includes Node on Linux & .NET Core on Windows.
Current supports includes Node and Java(needs a .war file) on Linux & .NET Core, ASP.NET, staticHtml on Windows.
examples:
- name: Create a web app with the default configuration.
text: >
Expand Down

0 comments on commit 0b338eb

Please sign in to comment.