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
7 changes: 4 additions & 3 deletions src/spring-cloud/HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
Release History
===============
3.1.1
3.1.2
---
* Fix min version requirement for Azure CLI Core.
* Find min version requirement for Azure CLI Core.

3.1.0
3.1.1
---
* Fix min version requirement for Azure CLI Core.
* Add support for user-assigned managed identity on App (Preview).

3.0.1
Expand Down
2 changes: 1 addition & 1 deletion src/spring-cloud/azext_spring_cloud/azext_metadata.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"azext.isPreview": false,
"azext.minCliCoreVersion": "2.34.1"
"azext.minCliCoreVersion": "2.30.0"
}
2 changes: 1 addition & 1 deletion src/spring-cloud/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

# TODO: Confirm this is the right version number you want and it matches your
# HISTORY.rst entry.
VERSION = '3.1.1'
VERSION = '3.1.2'

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