Skip to content

Commit

Permalink
[Spring-cloud] Upgrade min version requirement of azure cli for sprin…
Browse files Browse the repository at this point in the history
…g-cloud (#4621)

* Upgrade min version requirement of azure cli for spring-cloud

* update version and release note
  • Loading branch information
jiec-msft authored Apr 2, 2022
1 parent 3c23d2b commit caf8008
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions src/spring-cloud/HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
Release History
===============
3.1.1
---
* Fix min version requirement for Azure CLI Core.

3.1.0
---
* Add support for user-assigned managed identity on App (Preview).
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.25.0"
"azext.minCliCoreVersion": "2.34.1"
}
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.0'
VERSION = '3.1.1'

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

0 comments on commit caf8008

Please sign in to comment.