File tree Expand file tree Collapse file tree 3 files changed +4
-12
lines changed
Expand file tree Collapse file tree 3 files changed +4
-12
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3- ## 1.1.0
4-
5- * Updated requirements to use individual azure libs instead of the now-deprecated
6- azure-mgmt and azure bundles. With newer versions of pip (which st2 now uses)
7- the previous requirements were not installable.
8-
93## 1.0.0
104
115* Drop Python 2.7 support
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ keywords:
1111 - virtual machines
1212 - azure virtual machines
1313 - azurerm
14- version : 1.1 .0
14+ version : 1.0 .0
1515author : StackStorm, Inc.
16161717python_versions :
Original file line number Diff line number Diff line change 11azurerm == 0.8.27
2- # azure-mgmt bundle deprecated
3- azure-mgmt-resource >= 3 ,< 15
2+ azure-mgmt == 0.30.0a1
43msrestazure
5- # azure bundle deprecated
6- azure-graphrbac
7- apache-libcloud >= 1.0.0 ,< 3.0.0
4+ azure < 5.0
5+ apache-libcloud < 3.0.0
You can’t perform that action at this time.
0 commit comments