Skip to content

Commit

Permalink
Fix typo with cognitiveservices example (Azure#6207)
Browse files Browse the repository at this point in the history
Closes Azure#5603
  • Loading branch information
derekbekoe authored and tjprescott committed Apr 25, 2018
1 parent c2d6eb6 commit 26e1e5a
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-cognitiveservices/HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
Release History
===============

0.1.13
++++++
* Fix typo with example for `az cognitiveservices account create` [#5603](https://github.com/Azure/azure-cli/issues/5603)

0.1.12
++++++

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
short-summary: Create an Azure Cognitive Services account.
examples:
- name: Create an S0 face API Cognitive Services account in West Europe without confirmation required.
text: az cognitiveservices create -n myresource -g myResourceGroup --kind Face --sku S0 -l WestEurope --yes
text: az cognitiveservices account create -n myresource -g myResourceGroup --kind Face --sku S0 -l WestEurope --yes
"""

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

VERSION = "0.1.12"
VERSION = "0.1.13"
# The full list of classifiers is available at
# https://pypi.python.org/pypi?%3Aaction=list_classifiers
CLASSIFIERS = [
Expand Down

0 comments on commit 26e1e5a

Please sign in to comment.