From d3a8d6b82de09730209902d4c789784bad575eaf05331e7a159c11c9ffcafe4b Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 7 Jun 2021 06:59:57 +0000 Subject: [PATCH 1/3] Accepting request 897580 from home:susnux:branches:Cloud:Tools Update to version 2.24.2 OBS-URL: https://build.opensuse.org/request/show/897580 OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/azure-cli?expand=0&rev=68 --- LICENSE.txt => LICENSE | 4 ++-- ac_use-python3-by-default.patch | 2 +- azure-cli-2.23.0.tar.gz | 3 --- azure-cli-2.24.2.tar.gz | 3 +++ azure-cli.changes | 28 ++++++++++++++++++++++++++++ azure-cli.spec | 27 +++++++++++---------------- 6 files changed, 45 insertions(+), 22 deletions(-) rename LICENSE.txt => LICENSE (92%) delete mode 100644 azure-cli-2.23.0.tar.gz create mode 100644 azure-cli-2.24.2.tar.gz diff --git a/LICENSE.txt b/LICENSE similarity index 92% rename from LICENSE.txt rename to LICENSE index f9e87f7..a236c74 100644 --- a/LICENSE.txt +++ b/LICENSE @@ -1,6 +1,6 @@ -The MIT License (MIT) +MIT License -Copyright (c) 2016 Microsoft Corporation. All rights reserved. +Copyright (c) 2016 Microsoft Corporation Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/ac_use-python3-by-default.patch b/ac_use-python3-by-default.patch index 0ae84d4..447d46b 100644 --- a/ac_use-python3-by-default.patch +++ b/ac_use-python3-by-default.patch @@ -3,7 +3,7 @@ diff -Nru azure-cli-2.0.77.orig/az azure-cli-2.0.77/az +++ azure-cli-2.0.77/az 2019-11-26 11:55:29.693046152 +0100 @@ -1,4 +1,4 @@ -#!/usr/bin/env python -+#!/usr/bin/env python3 ++#!/usr/bin/python3 import sys import os diff --git a/azure-cli-2.23.0.tar.gz b/azure-cli-2.23.0.tar.gz deleted file mode 100644 index db4ad85..0000000 --- a/azure-cli-2.23.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fd3c993100722a37a886cce393320c6bfc22dc6093748558e00b1c404cfa4c54 -size 1829771 diff --git a/azure-cli-2.24.2.tar.gz b/azure-cli-2.24.2.tar.gz new file mode 100644 index 0000000..ab6595d --- /dev/null +++ b/azure-cli-2.24.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52e70648f0611f07428ff3c44f74dab64fb6af083e7153032e6ed07cb663c302 +size 1876805 diff --git a/azure-cli.changes b/azure-cli.changes index 6e3aa7a..f288778 100644 --- a/azure-cli.changes +++ b/azure-cli.changes @@ -1,3 +1,31 @@ +------------------------------------------------------------------- +Fri Jun 4 10:48:21 UTC 2021 - Ferdinand Thiessen + +- Update to version 2.24.2 + + Hotfix: `az container create` fails + + Hotfix: webapp config appsettings set command causing all values + to default to "false" + + Hotfix: Fix the bad request issue when creating VMSS in Azure Stack + + BREAKING CHANGE: `az webapp list-runtimes`: Add Dotnet6 support + and update runtimes + + BREAKING CHANGE: `az hdinsight create`: Use getting default sku api + to set workernode and headnode size if customer does not provide. + + Support Python 3.9 + + BREAKING CHANGE: `az sf cluster certificate`: Remove all commands + under this group. + + BREAKING CHANGE: `az sf managed-service update`: Remove deprecated + parameters --drop-source-replica-on-move, --service-dns-name, + --drop-source-replica-on-move and -instance-close-delay-duration. + + BREAKING CHANGE: `az sf cluster`: Rename parameter + --vault-resource-group to --vault-rg. + + BREAKING CHANGE: `az storage share-rm delete`: Raise error when + there are snapshots for target file share and add `--include` to + specify deleting target file share and its snapshots + + For detailed information about changes see the HISTORY.rst file + provided with this package +- Update ac_use-python3-by-default.patch +- Include upstream license + ------------------------------------------------------------------- Mon May 10 16:01:27 UTC 2021 - John Paul Adrian Glaubitz diff --git a/azure-cli.spec b/azure-cli.spec index 9317c55..c502a03 100644 --- a/azure-cli.spec +++ b/azure-cli.spec @@ -26,20 +26,16 @@ %define name_ext -test %endif -%if !%{?_test} -Name: azure-cli -%else -Name: azure-cli%{?name_ext} -%endif %define short_name azure-cli -Version: 2.23.0 +Name: azure-cli%{?name_ext} +Version: 2.24.2 Release: 0 Summary: Microsoft Azure CLI 2.0 License: MIT Group: System/Management URL: https://github.com/Azure/azure-cli Source: https://files.pythonhosted.org/packages/source/a/azure-cli/azure-cli-%{version}.tar.gz -Source1: LICENSE.txt +Source1: https://raw.githubusercontent.com/Azure/azure-cli/azure-cli-%{version}/LICENSE Patch1: ac_use-python3-by-default.patch %if 0%{?_test} BuildRequires: %{short_name} = %{version} @@ -79,8 +75,8 @@ Requires: python3-azure-mgmt-compute >= 20.0.0 Requires: python3-azure-mgmt-consumption >= 2.0 Requires: python3-azure-mgmt-containerinstance >= 1.4 Requires: python3-azure-mgmt-containerregistry >= 3.0.0rc17 -Requires: python3-azure-mgmt-containerservice >= 11.1.0 -Requires: python3-azure-mgmt-cosmosdb >= 6.2.0 +Requires: python3-azure-mgmt-containerservice >= 11.2.0 +Requires: python3-azure-mgmt-cosmosdb >= 6.3.0 Requires: python3-azure-mgmt-databoxedge >= 0.2.0 Requires: python3-azure-mgmt-datalake-analytics >= 0.2.1 Requires: python3-azure-mgmt-datalake-store >= 0.5.0 @@ -106,9 +102,9 @@ Requires: python3-azure-mgmt-media >= 3.0.0 Requires: python3-azure-mgmt-monitor >= 2.0.0 Requires: python3-azure-mgmt-msi >= 0.2 Requires: python3-azure-mgmt-netapp >= 2.0.0 -Requires: python3-azure-mgmt-network >= 18.0.0 +Requires: python3-azure-mgmt-network >= 19.0.0 Requires: python3-azure-mgmt-policyinsights >= 0.5.0 -Requires: python3-azure-mgmt-privatedns >= 0.1.0 +Requires: python3-azure-mgmt-privatedns >= 1.0.0 Requires: python3-azure-mgmt-rdbms >= 8.1.0b4 Requires: python3-azure-mgmt-recoveryservices >= 0.4.0 Requires: python3-azure-mgmt-recoveryservicesbackup >= 0.11.0 @@ -116,16 +112,16 @@ Requires: python3-azure-mgmt-redhatopenshift >= 0.1.0 Requires: python3-azure-mgmt-redis >= 7.0.0rc1 Requires: python3-azure-mgmt-relay >= 0.1.0 Requires: python3-azure-mgmt-reservations >= 0.6.0 -Requires: python3-azure-mgmt-resource >= 12.1.0 +Requires: python3-azure-mgmt-resource >= 18.0.0 Requires: python3-azure-mgmt-search >= 8.0 Requires: python3-azure-mgmt-security >= 0.6.0 -Requires: python3-azure-mgmt-servicebus >= 0.6.0 +Requires: python3-azure-mgmt-servicebus >= 6.0.0 Requires: python3-azure-mgmt-servicefabric >= 0.5.0 Requires: python3-azure-mgmt-servicefabricmanagedclusters >= 1.0.0 Requires: python3-azure-mgmt-signalr >= 0.4.0 Requires: python3-azure-mgmt-sql >= 0.26.0 Requires: python3-azure-mgmt-sqlvirtualmachine >= 0.5.0 -Requires: python3-azure-mgmt-storage >= 17.1.0 +Requires: python3-azure-mgmt-storage >= 18.0.0 Requires: python3-azure-mgmt-synapse >= 0.6.0 Requires: python3-azure-mgmt-trafficmanager >= 0.51.0 Requires: python3-azure-mgmt-web >= 2.0.0 @@ -305,9 +301,8 @@ rm -rf %{buildroot}%{python3_sitelib}/azure/__pycache__ %files %if !%{?_test} -%defattr(-,root,root,-) +%license LICENSE %doc HISTORY.rst README.rst -%license LICENSE.txt %{_bindir}/az %{_datadir}/bash-completion/completions/az %exclude /usr/bin/az.bat From 8e1aa91a4abea553738b1c25862346b3a94711a924644b7af1c0a1b3f631b479 Mon Sep 17 00:00:00 2001 From: John Paul Adrian Glaubitz Date: Mon, 7 Jun 2021 09:05:03 +0000 Subject: [PATCH 2/3] Accepting request 898013 from Cloud:Tools - Revert to previous release due to missing testing OBS-URL: https://build.opensuse.org/request/show/898013 OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/azure-cli?expand=0&rev=69 --- LICENSE => LICENSE.txt | 4 ++-- ac_use-python3-by-default.patch | 2 +- azure-cli-2.23.0.tar.gz | 3 +++ azure-cli-2.24.2.tar.gz | 3 --- azure-cli.changes | 28 ---------------------------- azure-cli.spec | 27 ++++++++++++++++----------- 6 files changed, 22 insertions(+), 45 deletions(-) rename LICENSE => LICENSE.txt (92%) create mode 100644 azure-cli-2.23.0.tar.gz delete mode 100644 azure-cli-2.24.2.tar.gz diff --git a/LICENSE b/LICENSE.txt similarity index 92% rename from LICENSE rename to LICENSE.txt index a236c74..f9e87f7 100644 --- a/LICENSE +++ b/LICENSE.txt @@ -1,6 +1,6 @@ -MIT License +The MIT License (MIT) -Copyright (c) 2016 Microsoft Corporation +Copyright (c) 2016 Microsoft Corporation. All rights reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/ac_use-python3-by-default.patch b/ac_use-python3-by-default.patch index 447d46b..0ae84d4 100644 --- a/ac_use-python3-by-default.patch +++ b/ac_use-python3-by-default.patch @@ -3,7 +3,7 @@ diff -Nru azure-cli-2.0.77.orig/az azure-cli-2.0.77/az +++ azure-cli-2.0.77/az 2019-11-26 11:55:29.693046152 +0100 @@ -1,4 +1,4 @@ -#!/usr/bin/env python -+#!/usr/bin/python3 ++#!/usr/bin/env python3 import sys import os diff --git a/azure-cli-2.23.0.tar.gz b/azure-cli-2.23.0.tar.gz new file mode 100644 index 0000000..db4ad85 --- /dev/null +++ b/azure-cli-2.23.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd3c993100722a37a886cce393320c6bfc22dc6093748558e00b1c404cfa4c54 +size 1829771 diff --git a/azure-cli-2.24.2.tar.gz b/azure-cli-2.24.2.tar.gz deleted file mode 100644 index ab6595d..0000000 --- a/azure-cli-2.24.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:52e70648f0611f07428ff3c44f74dab64fb6af083e7153032e6ed07cb663c302 -size 1876805 diff --git a/azure-cli.changes b/azure-cli.changes index f288778..6e3aa7a 100644 --- a/azure-cli.changes +++ b/azure-cli.changes @@ -1,31 +1,3 @@ -------------------------------------------------------------------- -Fri Jun 4 10:48:21 UTC 2021 - Ferdinand Thiessen - -- Update to version 2.24.2 - + Hotfix: `az container create` fails - + Hotfix: webapp config appsettings set command causing all values - to default to "false" - + Hotfix: Fix the bad request issue when creating VMSS in Azure Stack - + BREAKING CHANGE: `az webapp list-runtimes`: Add Dotnet6 support - and update runtimes - + BREAKING CHANGE: `az hdinsight create`: Use getting default sku api - to set workernode and headnode size if customer does not provide. - + Support Python 3.9 - + BREAKING CHANGE: `az sf cluster certificate`: Remove all commands - under this group. - + BREAKING CHANGE: `az sf managed-service update`: Remove deprecated - parameters --drop-source-replica-on-move, --service-dns-name, - --drop-source-replica-on-move and -instance-close-delay-duration. - + BREAKING CHANGE: `az sf cluster`: Rename parameter - --vault-resource-group to --vault-rg. - + BREAKING CHANGE: `az storage share-rm delete`: Raise error when - there are snapshots for target file share and add `--include` to - specify deleting target file share and its snapshots - + For detailed information about changes see the HISTORY.rst file - provided with this package -- Update ac_use-python3-by-default.patch -- Include upstream license - ------------------------------------------------------------------- Mon May 10 16:01:27 UTC 2021 - John Paul Adrian Glaubitz diff --git a/azure-cli.spec b/azure-cli.spec index c502a03..9317c55 100644 --- a/azure-cli.spec +++ b/azure-cli.spec @@ -26,16 +26,20 @@ %define name_ext -test %endif -%define short_name azure-cli +%if !%{?_test} +Name: azure-cli +%else Name: azure-cli%{?name_ext} -Version: 2.24.2 +%endif +%define short_name azure-cli +Version: 2.23.0 Release: 0 Summary: Microsoft Azure CLI 2.0 License: MIT Group: System/Management URL: https://github.com/Azure/azure-cli Source: https://files.pythonhosted.org/packages/source/a/azure-cli/azure-cli-%{version}.tar.gz -Source1: https://raw.githubusercontent.com/Azure/azure-cli/azure-cli-%{version}/LICENSE +Source1: LICENSE.txt Patch1: ac_use-python3-by-default.patch %if 0%{?_test} BuildRequires: %{short_name} = %{version} @@ -75,8 +79,8 @@ Requires: python3-azure-mgmt-compute >= 20.0.0 Requires: python3-azure-mgmt-consumption >= 2.0 Requires: python3-azure-mgmt-containerinstance >= 1.4 Requires: python3-azure-mgmt-containerregistry >= 3.0.0rc17 -Requires: python3-azure-mgmt-containerservice >= 11.2.0 -Requires: python3-azure-mgmt-cosmosdb >= 6.3.0 +Requires: python3-azure-mgmt-containerservice >= 11.1.0 +Requires: python3-azure-mgmt-cosmosdb >= 6.2.0 Requires: python3-azure-mgmt-databoxedge >= 0.2.0 Requires: python3-azure-mgmt-datalake-analytics >= 0.2.1 Requires: python3-azure-mgmt-datalake-store >= 0.5.0 @@ -102,9 +106,9 @@ Requires: python3-azure-mgmt-media >= 3.0.0 Requires: python3-azure-mgmt-monitor >= 2.0.0 Requires: python3-azure-mgmt-msi >= 0.2 Requires: python3-azure-mgmt-netapp >= 2.0.0 -Requires: python3-azure-mgmt-network >= 19.0.0 +Requires: python3-azure-mgmt-network >= 18.0.0 Requires: python3-azure-mgmt-policyinsights >= 0.5.0 -Requires: python3-azure-mgmt-privatedns >= 1.0.0 +Requires: python3-azure-mgmt-privatedns >= 0.1.0 Requires: python3-azure-mgmt-rdbms >= 8.1.0b4 Requires: python3-azure-mgmt-recoveryservices >= 0.4.0 Requires: python3-azure-mgmt-recoveryservicesbackup >= 0.11.0 @@ -112,16 +116,16 @@ Requires: python3-azure-mgmt-redhatopenshift >= 0.1.0 Requires: python3-azure-mgmt-redis >= 7.0.0rc1 Requires: python3-azure-mgmt-relay >= 0.1.0 Requires: python3-azure-mgmt-reservations >= 0.6.0 -Requires: python3-azure-mgmt-resource >= 18.0.0 +Requires: python3-azure-mgmt-resource >= 12.1.0 Requires: python3-azure-mgmt-search >= 8.0 Requires: python3-azure-mgmt-security >= 0.6.0 -Requires: python3-azure-mgmt-servicebus >= 6.0.0 +Requires: python3-azure-mgmt-servicebus >= 0.6.0 Requires: python3-azure-mgmt-servicefabric >= 0.5.0 Requires: python3-azure-mgmt-servicefabricmanagedclusters >= 1.0.0 Requires: python3-azure-mgmt-signalr >= 0.4.0 Requires: python3-azure-mgmt-sql >= 0.26.0 Requires: python3-azure-mgmt-sqlvirtualmachine >= 0.5.0 -Requires: python3-azure-mgmt-storage >= 18.0.0 +Requires: python3-azure-mgmt-storage >= 17.1.0 Requires: python3-azure-mgmt-synapse >= 0.6.0 Requires: python3-azure-mgmt-trafficmanager >= 0.51.0 Requires: python3-azure-mgmt-web >= 2.0.0 @@ -301,8 +305,9 @@ rm -rf %{buildroot}%{python3_sitelib}/azure/__pycache__ %files %if !%{?_test} -%license LICENSE +%defattr(-,root,root,-) %doc HISTORY.rst README.rst +%license LICENSE.txt %{_bindir}/az %{_datadir}/bash-completion/completions/az %exclude /usr/bin/az.bat From b149d2a29e55b2d8a0f314bd51a02e4035947d071f7043c356744774185a59c4 Mon Sep 17 00:00:00 2001 From: John Paul Adrian Glaubitz Date: Mon, 14 Jun 2021 10:08:59 +0000 Subject: [PATCH 3/3] Accepting request 898843 from home:glaubitz:branches:Cloud:Tools - New upstream release + Version 2.24.2 + For detailed information about changes see the HISTORY.rst file provided with this package - Update Requires from setup.py OBS-URL: https://build.opensuse.org/request/show/898843 OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/azure-cli?expand=0&rev=70 --- azure-cli-2.23.0.tar.gz | 3 --- azure-cli-2.24.2.tar.gz | 3 +++ azure-cli.changes | 9 +++++++++ azure-cli.spec | 19 ++++++++++--------- 4 files changed, 22 insertions(+), 12 deletions(-) delete mode 100644 azure-cli-2.23.0.tar.gz create mode 100644 azure-cli-2.24.2.tar.gz diff --git a/azure-cli-2.23.0.tar.gz b/azure-cli-2.23.0.tar.gz deleted file mode 100644 index db4ad85..0000000 --- a/azure-cli-2.23.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fd3c993100722a37a886cce393320c6bfc22dc6093748558e00b1c404cfa4c54 -size 1829771 diff --git a/azure-cli-2.24.2.tar.gz b/azure-cli-2.24.2.tar.gz new file mode 100644 index 0000000..ab6595d --- /dev/null +++ b/azure-cli-2.24.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52e70648f0611f07428ff3c44f74dab64fb6af083e7153032e6ed07cb663c302 +size 1876805 diff --git a/azure-cli.changes b/azure-cli.changes index 6e3aa7a..fdaa647 100644 --- a/azure-cli.changes +++ b/azure-cli.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed Jun 9 15:31:42 UTC 2021 - John Paul Adrian Glaubitz + +- New upstream release + + Version 2.24.2 + + For detailed information about changes see the + HISTORY.rst file provided with this package +- Update Requires from setup.py + ------------------------------------------------------------------- Mon May 10 16:01:27 UTC 2021 - John Paul Adrian Glaubitz diff --git a/azure-cli.spec b/azure-cli.spec index 9317c55..ddf338d 100644 --- a/azure-cli.spec +++ b/azure-cli.spec @@ -32,7 +32,7 @@ Name: azure-cli Name: azure-cli%{?name_ext} %endif %define short_name azure-cli -Version: 2.23.0 +Version: 2.24.2 Release: 0 Summary: Microsoft Azure CLI 2.0 License: MIT @@ -52,6 +52,7 @@ Requires: azure-cli-command-modules-nspkg >= 2.0 Requires: azure-cli-core = %{version} Requires: azure-cli-nspkg >= 3.0.3 Requires: python3-Fabric >= 2.4 +Requires: python3-PyGithub >= 1.38 Requires: python3-PyYAML >= 5.1 Requires: python3-antlr4-python3-runtime >= 4.7.2 Requires: python3-azure-appconfiguration >= 1.1.1 @@ -79,8 +80,8 @@ Requires: python3-azure-mgmt-compute >= 20.0.0 Requires: python3-azure-mgmt-consumption >= 2.0 Requires: python3-azure-mgmt-containerinstance >= 1.4 Requires: python3-azure-mgmt-containerregistry >= 3.0.0rc17 -Requires: python3-azure-mgmt-containerservice >= 11.1.0 -Requires: python3-azure-mgmt-cosmosdb >= 6.2.0 +Requires: python3-azure-mgmt-containerservice >= 11.2.0 +Requires: python3-azure-mgmt-cosmosdb >= 6.3.0 Requires: python3-azure-mgmt-databoxedge >= 0.2.0 Requires: python3-azure-mgmt-datalake-analytics >= 0.2.1 Requires: python3-azure-mgmt-datalake-store >= 0.5.0 @@ -93,7 +94,7 @@ Requires: python3-azure-mgmt-eventhub >= 4.1.0 Requires: python3-azure-mgmt-hdinsight >= 2.2.0 Requires: python3-azure-mgmt-imagebuilder >= 0.4.0 Requires: python3-azure-mgmt-iotcentral >= 4.1.0 -Requires: python3-azure-mgmt-iothub >= 0.12.0 +Requires: python3-azure-mgmt-iothub >= 2.0.0 Requires: python3-azure-mgmt-iothubprovisioningservices >= 0.2.0 Requires: python3-azure-mgmt-keyvault >= 9.0.0 Requires: python3-azure-mgmt-kusto >= 0.3.0 @@ -106,9 +107,9 @@ Requires: python3-azure-mgmt-media >= 3.0.0 Requires: python3-azure-mgmt-monitor >= 2.0.0 Requires: python3-azure-mgmt-msi >= 0.2 Requires: python3-azure-mgmt-netapp >= 2.0.0 -Requires: python3-azure-mgmt-network >= 18.0.0 +Requires: python3-azure-mgmt-network >= 19.0.0 Requires: python3-azure-mgmt-policyinsights >= 0.5.0 -Requires: python3-azure-mgmt-privatedns >= 0.1.0 +Requires: python3-azure-mgmt-privatedns >= 1.0.0 Requires: python3-azure-mgmt-rdbms >= 8.1.0b4 Requires: python3-azure-mgmt-recoveryservices >= 0.4.0 Requires: python3-azure-mgmt-recoveryservicesbackup >= 0.11.0 @@ -116,16 +117,16 @@ Requires: python3-azure-mgmt-redhatopenshift >= 0.1.0 Requires: python3-azure-mgmt-redis >= 7.0.0rc1 Requires: python3-azure-mgmt-relay >= 0.1.0 Requires: python3-azure-mgmt-reservations >= 0.6.0 -Requires: python3-azure-mgmt-resource >= 12.1.0 +Requires: python3-azure-mgmt-resource >= 18.0.0 Requires: python3-azure-mgmt-search >= 8.0 Requires: python3-azure-mgmt-security >= 0.6.0 -Requires: python3-azure-mgmt-servicebus >= 0.6.0 +Requires: python3-azure-mgmt-servicebus >= 6.0.0 Requires: python3-azure-mgmt-servicefabric >= 0.5.0 Requires: python3-azure-mgmt-servicefabricmanagedclusters >= 1.0.0 Requires: python3-azure-mgmt-signalr >= 0.4.0 Requires: python3-azure-mgmt-sql >= 0.26.0 Requires: python3-azure-mgmt-sqlvirtualmachine >= 0.5.0 -Requires: python3-azure-mgmt-storage >= 17.1.0 +Requires: python3-azure-mgmt-storage >= 18.0.0 Requires: python3-azure-mgmt-synapse >= 0.6.0 Requires: python3-azure-mgmt-trafficmanager >= 0.51.0 Requires: python3-azure-mgmt-web >= 2.0.0