Skip to content

Commit

Permalink
Fix doc typo in 'az extension list-available' example (Azure#6285)
Browse files Browse the repository at this point in the history
* Fix doc typo in 'az extension list-available' example

* Update version
  • Loading branch information
derekbekoe authored May 7, 2018
1 parent f3ccc67 commit 8803377
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions src/command_modules/azure-cli-extension/HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
Release History
===============

0.0.14
++++++
* Minor fixes

0.0.13
++++++
* Pin version of `wheel` so extensions can get metadata shown again.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
- name: List all publicly available extensions
text: az extension list-available
- name: List details on a particular extension
text: az extension list-available --query anextension
text: az extension list-available --show-details --query anextension
"""

helps['extension show'] = """
Expand Down
2 changes: 1 addition & 1 deletion src/command_modules/azure-cli-extension/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
logger.warn("Wheel is not available, disabling bdist_wheel hook")
cmdclass = {}

VERSION = "0.0.13"
VERSION = "0.0.14"

CLASSIFIERS = [
'Development Status :: 5 - Production/Stable',
Expand Down

0 comments on commit 8803377

Please sign in to comment.