diff options
author | Yuwei Zhou <yuwzho@microsoft.com> | 2019-02-18 09:48:56 +0100 |
---|---|---|
committer | Yunge Zhu <37337818+yungezz@users.noreply.github.com> | 2019-02-18 09:48:56 +0100 |
commit | 664e6fb9c8b2144a689a6026e2349c8d152c0530 (patch) | |
tree | 90c582d1d5bcc5fa40c51998702f6435368e4039 /packaging | |
parent | adding postgresqlconfiguration facts (#45071) (diff) | |
download | ansible-664e6fb9c8b2144a689a6026e2349c8d152c0530.tar.xz ansible-664e6fb9c8b2144a689a6026e2349c8d152c0530.zip |
modified storageaccount fact return curated result with connection string (#49702)
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/requirements/requirements-azure.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/requirements/requirements-azure.txt b/packaging/requirements/requirements-azure.txt index fbbc2d5d5f..98cdc38813 100644 --- a/packaging/requirements/requirements-azure.txt +++ b/packaging/requirements/requirements-azure.txt @@ -19,7 +19,7 @@ azure-mgmt-redis==5.0.0 azure-mgmt-resource==1.2.2 azure-mgmt-rdbms==1.4.1 azure-mgmt-sql==0.10.0 -azure-mgmt-storage==1.5.0 +azure-mgmt-storage==3.1.0 azure-mgmt-trafficmanager==0.50.0 azure-mgmt-web==0.32.0 azure-nspkg==2.0.0 |