Skip to content

Commit

Permalink
[Reservation] New cosmosdb type in the reserved resource type. New na…
Browse files Browse the repository at this point in the history
…me property in PatchProperties (#7172)
  • Loading branch information
luluRagdoll authored and troydai committed Aug 29, 2018
1 parent 9b1596a commit 8ac9f9c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions src/command_modules/azure-cli-reservations/HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
Release History
===============
0.4.0
+++++
* Add CosmosDb in the reserved resource enum type
* Add name property in Patch model

0.3.2
+++++
Expand Down
4 changes: 2 additions & 2 deletions src/command_modules/azure-cli-reservations/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
logger.warn("Wheel is not available, disabling bdist_wheel hook")
cmdclass = {}

VERSION = "0.3.2"
VERSION = "0.4.0"
# The full list of classifiers is available at
# https://pypi.python.org/pypi?%3Aaction=list_classifiers
CLASSIFIERS = [
Expand All @@ -33,7 +33,7 @@
]

DEPENDENCIES = [
'azure-mgmt-reservations==0.2.1',
'azure-mgmt-reservations==0.3.0',
'azure-cli-core'
]

Expand Down

0 comments on commit 8ac9f9c

Please sign in to comment.