commit azure-cli-cloud for openSUSE:Factory

2019-06-05 Thread root
Hello community,

here is the log from the commit of package azure-cli-cloud for openSUSE:Factory 
checked in at 2019-06-05 11:42:13

Comparing /work/SRC/openSUSE:Factory/azure-cli-cloud (Old)
 and  /work/SRC/openSUSE:Factory/.azure-cli-cloud.new.5148 (New)


Package is "azure-cli-cloud"

Wed Jun  5 11:42:13 2019 rev:6 rq:707542 version:2.1.1

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-cloud/azure-cli-cloud.changes  
2019-05-22 10:59:10.938832316 +0200
+++ 
/work/SRC/openSUSE:Factory/.azure-cli-cloud.new.5148/azure-cli-cloud.changes
2019-06-05 11:42:14.631054784 +0200
@@ -1,0 +2,5 @@
+Tue Jun  4 09:32:03 UTC 2019 - John Paul Adrian Glaubitz 

+
+- Remove unneccesary %python_expand prefix from %fdupes call
+
+---



Other differences:
--
++ azure-cli-cloud.spec ++
--- /var/tmp/diff_new_pack.8CnvUs/_old  2019-06-05 11:42:15.199054711 +0200
+++ /var/tmp/diff_new_pack.8CnvUs/_new  2019-06-05 11:42:15.203054711 +0200
@@ -53,7 +53,7 @@
 
 %install
 python3 setup.py install --root=%{buildroot} --prefix=%{_prefix} 
--install-lib=%{python3_sitelib}
-%python_expand %fdupes %{buildroot}%{$python_sitelib}
+%fdupes %{buildroot}%{python3_sitelib}
 rm -rf %{buildroot}%{python3_sitelib}/azure/cli/command_modules/__init__.*
 rm -rf %{buildroot}%{python3_sitelib}/azure/cli/command_modules/__pycache__
 rm -rf %{buildroot}%{python3_sitelib}/azure/cli/__init__.*




commit azure-cli-cloud for openSUSE:Factory

2019-05-22 Thread root
Hello community,

here is the log from the commit of package azure-cli-cloud for openSUSE:Factory 
checked in at 2019-05-22 10:59:07

Comparing /work/SRC/openSUSE:Factory/azure-cli-cloud (Old)
 and  /work/SRC/openSUSE:Factory/.azure-cli-cloud.new.5148 (New)


Package is "azure-cli-cloud"

Wed May 22 10:59:07 2019 rev:5 rq:696821 version:2.1.1

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-cloud/azure-cli-cloud.changes  
2018-10-15 10:48:31.259064525 +0200
+++ 
/work/SRC/openSUSE:Factory/.azure-cli-cloud.new.5148/azure-cli-cloud.changes
2019-05-22 10:59:10.938832316 +0200
@@ -1,0 +2,15 @@
+Wed Apr 17 07:12:18 UTC 2019 - John Paul Adrian Glaubitz 

+
+- New upstream release
+  + Version 2.1.1
+  + For detailed information about changes see the
+HISTORY.txt file provided with this package
+- Bump minimum version for Python Azure SDK namespace
+  packages to 3.0.0 in BuildRequires and Requires
+- Remove python3-devel package from BuildRequires
+- Remove unzip package from BuildRequires
+- Run fdupes to hardlink duplicate files
+  + Add fdupes to BuildRequires
+  + Add %fdupes invocation to %install
+
+---

Old:

  azure-cli-cloud-2.1.0.tar.gz

New:

  azure-cli-cloud-2.1.1.tar.gz



Other differences:
--
++ azure-cli-cloud.spec ++
--- /var/tmp/diff_new_pack.N3HQhE/_old  2019-05-22 10:59:12.266830596 +0200
+++ /var/tmp/diff_new_pack.N3HQhE/_new  2019-05-22 10:59:12.302830549 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package azure-cli-cloud
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   azure-cli-cloud
-Version:2.1.0
+Version:2.1.1
 Release:0
 Summary:Microsoft Azure CLI 'cloud' Command Module
 License:MIT
@@ -27,14 +27,13 @@
 Source1:LICENSE.txt
 BuildRequires:  azure-cli-command-modules-nspkg
 BuildRequires:  azure-cli-nspkg
-BuildRequires:  python3-azure-nspkg
-BuildRequires:  python3-devel
+BuildRequires:  fdupes
+BuildRequires:  python3-azure-nspkg >= 3.0.0
 BuildRequires:  python3-setuptools
-BuildRequires:  unzip
 Requires:   azure-cli-command-modules-nspkg
 Requires:   azure-cli-core
 Requires:   azure-cli-nspkg
-Requires:   python3-azure-nspkg
+Requires:   python3-azure-nspkg >= 3.0.0
 Conflicts:  azure-cli < 2.0.0
 
 BuildArch:  noarch
@@ -54,6 +53,7 @@
 
 %install
 python3 setup.py install --root=%{buildroot} --prefix=%{_prefix} 
--install-lib=%{python3_sitelib}
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
 rm -rf %{buildroot}%{python3_sitelib}/azure/cli/command_modules/__init__.*
 rm -rf %{buildroot}%{python3_sitelib}/azure/cli/command_modules/__pycache__
 rm -rf %{buildroot}%{python3_sitelib}/azure/cli/__init__.*

++ azure-cli-cloud-2.1.0.tar.gz -> azure-cli-cloud-2.1.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-cloud-2.1.0/HISTORY.rst 
new/azure-cli-cloud-2.1.1/HISTORY.rst
--- old/azure-cli-cloud-2.1.0/HISTORY.rst   2018-07-14 01:41:34.0 
+0200
+++ new/azure-cli-cloud-2.1.1/HISTORY.rst   2019-03-22 18:35:22.0 
+0100
@@ -2,6 +2,9 @@
 
 Release History
 ===
+2.1.1
++
+* `az cloud set`: support cloud name case insensitive
 
 2.1.0
 +
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-cloud-2.1.0/PKG-INFO 
new/azure-cli-cloud-2.1.1/PKG-INFO
--- old/azure-cli-cloud-2.1.0/PKG-INFO  2018-07-14 01:41:54.0 +0200
+++ new/azure-cli-cloud-2.1.1/PKG-INFO  2019-03-22 18:35:41.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: azure-cli-cloud
-Version: 2.1.0
+Version: 2.1.1
 Summary: Microsoft Azure Command-Line Tools Cloud Command Module
 Home-page: https://github.com/Azure/azure-cli
 Author: Microsoft Corporation
@@ -16,6 +16,9 @@
 
 Release History
 ===
+2.1.1
++
+* `az cloud set`: support cloud name case insensitive
 
 2.1.0
 +
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/azure-cli-cloud-2.1.0/azure/cli/command_modules/cloud/custom.py 
new/azure-cli-cloud-2.1.1/azure/cli/command_modules/cloud/custom.py
--- old/azure-cli-cloud-2.1.0/azure/cli/command_modules/cloud/custom.py 
2018-07-14 01:41:34.0 +0200
+++ new/azure-cli-cloud-2.1.1/azure/cli/command_modules/cloud/custom.py 
2019-03-22 

commit azure-cli-cloud for openSUSE:Factory

2018-10-15 Thread root
Hello community,

here is the log from the commit of package azure-cli-cloud for openSUSE:Factory 
checked in at 2018-10-15 10:48:25

Comparing /work/SRC/openSUSE:Factory/azure-cli-cloud (Old)
 and  /work/SRC/openSUSE:Factory/.azure-cli-cloud.new (New)


Package is "azure-cli-cloud"

Mon Oct 15 10:48:25 2018 rev:4 rq:641238 version:2.1.0

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-cloud/azure-cli-cloud.changes  
2018-05-13 16:01:38.417828699 +0200
+++ /work/SRC/openSUSE:Factory/.azure-cli-cloud.new/azure-cli-cloud.changes 
2018-10-15 10:48:31.259064525 +0200
@@ -1,0 +2,8 @@
+Mon Sep 17 09:10:59 UTC 2018 - John Paul Adrian Glaubitz 

+
+- New upstream release
+  + Version 2.1.0
+  + For detailed information about changes see the
+HISTORY.txt file provided with this package
+
+---

Old:

  azure-cli-cloud-2.0.13.tar.gz

New:

  azure-cli-cloud-2.1.0.tar.gz



Other differences:
--
++ azure-cli-cloud.spec ++
--- /var/tmp/diff_new_pack.siHTq2/_old  2018-10-15 10:48:31.971063765 +0200
+++ /var/tmp/diff_new_pack.siHTq2/_new  2018-10-15 10:48:31.971063765 +0200
@@ -12,12 +12,12 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   azure-cli-cloud
-Version:2.0.13
+Version:2.1.0
 Release:0
 Summary:Microsoft Azure CLI 'cloud' Command Module
 License:MIT

++ azure-cli-cloud-2.0.13.tar.gz -> azure-cli-cloud-2.1.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-cloud-2.0.13/HISTORY.rst 
new/azure-cli-cloud-2.1.0/HISTORY.rst
--- old/azure-cli-cloud-2.0.13/HISTORY.rst  2018-04-06 19:33:13.0 
+0200
+++ new/azure-cli-cloud-2.1.0/HISTORY.rst   2018-07-14 01:41:34.0 
+0200
@@ -3,9 +3,20 @@
 Release History
 ===
 
-2.0.13
+2.1.0
++
+* BREAKING CHANGE: 'show' commands log error message and fail with exit code 
of 3 upon a missing resource.
+
+2.0.15
+++
+* Add acr login server suffix to cloud config.
+
+2.0.14
 ++
+* Minor fixes
 
+2.0.13
+++
 * `sdist` is now compatible with wheel 0.31.0
 
 2.0.12
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-cloud-2.0.13/PKG-INFO 
new/azure-cli-cloud-2.1.0/PKG-INFO
--- old/azure-cli-cloud-2.0.13/PKG-INFO 2018-04-06 19:33:54.0 +0200
+++ new/azure-cli-cloud-2.1.0/PKG-INFO  2018-07-14 01:41:54.0 +0200
@@ -1,12 +1,11 @@
 Metadata-Version: 1.1
 Name: azure-cli-cloud
-Version: 2.0.13
+Version: 2.1.0
 Summary: Microsoft Azure Command-Line Tools Cloud Command Module
 Home-page: https://github.com/Azure/azure-cli
 Author: Microsoft Corporation
 Author-email: azpy...@microsoft.com
 License: MIT
-Description-Content-Type: UNKNOWN
 Description: Microsoft Azure CLI 'cloud' Command Module
 ==
 
@@ -18,9 +17,20 @@
 Release History
 ===
 
-2.0.13
+2.1.0
++
+* BREAKING CHANGE: 'show' commands log error message and fail with 
exit code of 3 upon a missing resource.
+
+2.0.15
+++
+* Add acr login server suffix to cloud config.
+
+2.0.14
 ++
+* Minor fixes
 
+2.0.13
+++
 * `sdist` is now compatible with wheel 0.31.0
 
 2.0.12
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/azure-cli-cloud-2.0.13/azure/cli/command_modules/cloud/__init__.py 
new/azure-cli-cloud-2.1.0/azure/cli/command_modules/cloud/__init__.py
--- old/azure-cli-cloud-2.0.13/azure/cli/command_modules/cloud/__init__.py  
2018-04-06 19:33:13.0 +0200
+++ new/azure-cli-cloud-2.1.0/azure/cli/command_modules/cloud/__init__.py   
2018-07-14 01:41:34.0 +0200
@@ -24,7 +24,7 @@
 
 with self.command_group('cloud', cloud_custom) as g:
 g.command('list', 'list_clouds')
-g.command('show', 'show_cloud')
+g.show_command('show', 'show_cloud')
 g.command('register', 'register_cloud')
 g.command('unregister', 'unregister_cloud')
 g.command('set', 'set_cloud')
@@ -56,6 +56,8 @@
 c.argument('suffix_keyvault_dns', help='The Key Vault service dns 
suffix')
 c.argument('suffix_azure_datalake_store_file_system_endpoint', 
help='The Data Lake store filesystem 

commit azure-cli-cloud for openSUSE:Factory

2018-05-13 Thread root
Hello community,

here is the log from the commit of package azure-cli-cloud for openSUSE:Factory 
checked in at 2018-05-13 16:01:32

Comparing /work/SRC/openSUSE:Factory/azure-cli-cloud (Old)
 and  /work/SRC/openSUSE:Factory/.azure-cli-cloud.new (New)


Package is "azure-cli-cloud"

Sun May 13 16:01:32 2018 rev:3 rq:600038 version:2.0.13

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-cloud/azure-cli-cloud.changes  
2018-02-14 09:30:12.866540298 +0100
+++ /work/SRC/openSUSE:Factory/.azure-cli-cloud.new/azure-cli-cloud.changes 
2018-05-13 16:01:38.417828699 +0200
@@ -1,0 +2,7 @@
+Mon Apr 23 07:52:13 UTC 2018 - adrian.glaub...@suse.com
+
+- New upstream release
+  + Version 2.0.13
+- Move LICENSE.txt from %doc to %license section
+
+---

Old:

  azure-cli-cloud-2.0.12.tar.gz

New:

  azure-cli-cloud-2.0.13.tar.gz



Other differences:
--
++ azure-cli-cloud.spec ++
--- /var/tmp/diff_new_pack.Vi6ifQ/_old  2018-05-13 16:01:39.397792945 +0200
+++ /var/tmp/diff_new_pack.Vi6ifQ/_new  2018-05-13 16:01:39.397792945 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   azure-cli-cloud
-Version:2.0.12
+Version:2.0.13
 Release:0
 Summary:Microsoft Azure CLI 'cloud' Command Module
 License:MIT
@@ -63,7 +63,8 @@
 
 %files
 %defattr(-,root,root,-)
-%doc HISTORY.rst LICENSE.txt README.rst
+%doc HISTORY.rst README.rst
+%license LICENSE.txt
 %{python3_sitelib}/azure/cli/command_modules/cloud
 %{python3_sitelib}/azure_cli_cloud-*.egg-info
 

++ azure-cli-cloud-2.0.12.tar.gz -> azure-cli-cloud-2.0.13.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-cloud-2.0.12/HISTORY.rst 
new/azure-cli-cloud-2.0.13/HISTORY.rst
--- old/azure-cli-cloud-2.0.12/HISTORY.rst  2018-01-26 17:12:23.0 
+0100
+++ new/azure-cli-cloud-2.0.13/HISTORY.rst  2018-04-06 19:33:13.0 
+0200
@@ -3,6 +3,11 @@
 Release History
 ===
 
+2.0.13
+++
+
+* `sdist` is now compatible with wheel 0.31.0
+
 2.0.12
 ++
 * Performance fixes.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-cloud-2.0.12/PKG-INFO 
new/azure-cli-cloud-2.0.13/PKG-INFO
--- old/azure-cli-cloud-2.0.12/PKG-INFO 2018-01-26 17:12:48.0 +0100
+++ new/azure-cli-cloud-2.0.13/PKG-INFO 2018-04-06 19:33:54.0 +0200
@@ -1,11 +1,12 @@
 Metadata-Version: 1.1
 Name: azure-cli-cloud
-Version: 2.0.12
+Version: 2.0.13
 Summary: Microsoft Azure Command-Line Tools Cloud Command Module
 Home-page: https://github.com/Azure/azure-cli
 Author: Microsoft Corporation
 Author-email: azpy...@microsoft.com
 License: MIT
+Description-Content-Type: UNKNOWN
 Description: Microsoft Azure CLI 'cloud' Command Module
 ==
 
@@ -17,6 +18,11 @@
 Release History
 ===
 
+2.0.13
+++
+
+* `sdist` is now compatible with wheel 0.31.0
+
 2.0.12
 ++
 * Performance fixes.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/azure-cli-cloud-2.0.12/azure_cli_cloud.egg-info/PKG-INFO 
new/azure-cli-cloud-2.0.13/azure_cli_cloud.egg-info/PKG-INFO
--- old/azure-cli-cloud-2.0.12/azure_cli_cloud.egg-info/PKG-INFO
2018-01-26 17:12:48.0 +0100
+++ new/azure-cli-cloud-2.0.13/azure_cli_cloud.egg-info/PKG-INFO
2018-04-06 19:33:54.0 +0200
@@ -1,11 +1,12 @@
 Metadata-Version: 1.1
 Name: azure-cli-cloud
-Version: 2.0.12
+Version: 2.0.13
 Summary: Microsoft Azure Command-Line Tools Cloud Command Module
 Home-page: https://github.com/Azure/azure-cli
 Author: Microsoft Corporation
 Author-email: azpy...@microsoft.com
 License: MIT
+Description-Content-Type: UNKNOWN
 Description: Microsoft Azure CLI 'cloud' Command Module
 ==
 
@@ -17,6 +18,11 @@
 Release History
 ===
 
+2.0.13
+++
+
+* `sdist` is now compatible with wheel 0.31.0
+
 2.0.12
 ++
 * Performance fixes.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-cloud-2.0.12/setup.py 
new/azure-cli-cloud-2.0.13/setup.py
--- old/azure-cli-cloud-2.0.12/setup.py 2018-01-26 17:12:23.0 +0100
+++ new/azure-cli-cloud-2.0.13/setup.py 2018-04-06 19:33:13.0 +0200
@@ -14,7 +14,7 @@
 logger.warn("Wheel is not available, disabling bdist_wheel hook")
 cmdclass = {}
 
-VERSION = "2.0.12"
+VERSION = "2.0.13"
 CLASSIFIERS 

commit azure-cli-cloud for openSUSE:Factory

2018-02-14 Thread root
Hello community,

here is the log from the commit of package azure-cli-cloud for openSUSE:Factory 
checked in at 2018-02-14 09:30:06

Comparing /work/SRC/openSUSE:Factory/azure-cli-cloud (Old)
 and  /work/SRC/openSUSE:Factory/.azure-cli-cloud.new (New)


Package is "azure-cli-cloud"

Wed Feb 14 09:30:06 2018 rev:2 rq:574800 version:2.0.12

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-cloud/azure-cli-cloud.changes  
2017-11-10 14:52:48.290044199 +0100
+++ /work/SRC/openSUSE:Factory/.azure-cli-cloud.new/azure-cli-cloud.changes 
2018-02-14 09:30:12.866540298 +0100
@@ -1,0 +2,9 @@
+Wed Feb  7 14:58:55 UTC 2018 - adrian.glaub...@suse.com
+
+- New upstream release
+  + Version 2.0.12
+  + For detailed information about changes see the
+HISTORY.rst file provided with this package
+- Install HISTORY.rst into doc directory
+
+---

Old:

  azure-cli-cloud-2.0.8.tar.gz

New:

  azure-cli-cloud-2.0.12.tar.gz



Other differences:
--
++ azure-cli-cloud.spec ++
--- /var/tmp/diff_new_pack.zNDp2Y/_old  2018-02-14 09:30:14.122494786 +0100
+++ /var/tmp/diff_new_pack.zNDp2Y/_new  2018-02-14 09:30:14.126494642 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package azure-cli-cloud
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,8 +15,9 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   azure-cli-cloud
-Version:2.0.8
+Version:2.0.12
 Release:0
 Summary:Microsoft Azure CLI 'cloud' Command Module
 License:MIT
@@ -24,16 +25,16 @@
 Url:https://github.com/Azure/azure-cli
 Source: 
https://files.pythonhosted.org/packages/source/a/azure-cli-cloud/azure-cli-cloud-%{version}.tar.gz
 Source1:LICENSE.txt
-BuildRequires:  python3-devel
-BuildRequires:  python3-setuptools
-BuildRequires:  unzip
 BuildRequires:  azure-cli-command-modules-nspkg
 BuildRequires:  azure-cli-nspkg
 BuildRequires:  python3-azure-nspkg
+BuildRequires:  python3-devel
+BuildRequires:  python3-setuptools
+BuildRequires:  unzip
 Requires:   azure-cli-command-modules-nspkg
+Requires:   azure-cli-core
 Requires:   azure-cli-nspkg
 Requires:   python3-azure-nspkg
-Requires:   azure-cli-core
 Conflicts:  azure-cli < 2.0.0
 
 BuildArch:  noarch
@@ -62,7 +63,8 @@
 
 %files
 %defattr(-,root,root,-)
-%doc LICENSE.txt README.rst
+%doc HISTORY.rst LICENSE.txt README.rst
 %{python3_sitelib}/azure/cli/command_modules/cloud
 %{python3_sitelib}/azure_cli_cloud-*.egg-info
+
 %changelog

++ azure-cli-cloud-2.0.8.tar.gz -> azure-cli-cloud-2.0.12.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-cloud-2.0.8/HISTORY.rst 
new/azure-cli-cloud-2.0.12/HISTORY.rst
--- old/azure-cli-cloud-2.0.8/HISTORY.rst   2017-09-23 01:47:00.0 
+0200
+++ new/azure-cli-cloud-2.0.12/HISTORY.rst  2018-01-26 17:12:23.0 
+0100
@@ -2,6 +2,23 @@
 
 Release History
 ===
+
+2.0.12
+++
+* Performance fixes.
+
+2.0.11
+++
+* Bug fix: Do not require endpoints to be specified when setting --profile for 
a cloud.
+
+2.0.10
+++
+* `az cloud register` & `az cloud update`: Prevent users from registering 
clouds that have missing required endpoints
+
+2.0.9
++
+* minor fixes
+
 2.0.8 (2017-09-22)
 ++
 * minor fixes
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-cloud-2.0.8/PKG-INFO 
new/azure-cli-cloud-2.0.12/PKG-INFO
--- old/azure-cli-cloud-2.0.8/PKG-INFO  2017-09-23 01:48:16.0 +0200
+++ new/azure-cli-cloud-2.0.12/PKG-INFO 2018-01-26 17:12:48.0 +0100
@@ -1,12 +1,11 @@
 Metadata-Version: 1.1
 Name: azure-cli-cloud
-Version: 2.0.8
+Version: 2.0.12
 Summary: Microsoft Azure Command-Line Tools Cloud Command Module
 Home-page: https://github.com/Azure/azure-cli
 Author: Microsoft Corporation
 Author-email: azpy...@microsoft.com
 License: MIT
-Description-Content-Type: UNKNOWN
 Description: Microsoft Azure CLI 'cloud' Command Module
 ==
 
@@ -17,6 +16,23 @@
 
 Release History
 ===
+
+2.0.12
+++
+* Performance fixes.
+
+2.0.11
+++
+* Bug fix: Do not require endpoints to be specified when setting 
--profile for a cloud.
+
+2.0.10
+++
+