Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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