Skip to content

Commit

Permalink
Update _help.py
Browse files Browse the repository at this point in the history
removing duplicate help
  • Loading branch information
panchagnula authored Mar 25, 2022
1 parent b0aab4f commit 5d0bef3
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/containerapp/azext_containerapp/_help.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,14 +162,6 @@
"""

helps['containerapp revision copy'] = """
type: command
short-summary: Create a revision based on a previous revision.
examples:
- name: Create a revision based on a previous revision.
text: |
az containerapp revision copy -n MyContainerapp -g MyResourceGroup --cpu 0.75 --memory 1.5Gi
"""

# Environment Commands
helps['containerapp env'] = """
Expand Down

0 comments on commit 5d0bef3

Please sign in to comment.