commit azure-cli-core for openSUSE:Factory

2024-07-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package azure-cli-core for openSUSE:Factory 
checked in at 2024-07-25 15:39:29

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


Package is "azure-cli-core"

Thu Jul 25 15:39:29 2024 rev:70 rq:1189458 version:2.62.0

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-core/azure-cli-core.changes
2024-07-09 20:06:30.118188891 +0200
+++ /work/SRC/openSUSE:Factory/.azure-cli-core.new.1882/azure-cli-core.changes  
2024-07-25 16:21:52.474290268 +0200
@@ -1,0 +2,7 @@
+Fri Jul 19 14:27:53 UTC 2024 - John Paul Adrian Glaubitz 

+
+- Add patch to update python-psutil dependency
+  + acc_update-psutil.patch
+- Update Requires from setup.py
+
+---

New:

  acc_update-psutil.patch

BETA DEBUG BEGIN:
  New:- Add patch to update python-psutil dependency
  + acc_update-psutil.patch
- Update Requires from setup.py
BETA DEBUG END:



Other differences:
--
++ azure-cli-core.spec ++
--- /var/tmp/diff_new_pack.sxBR6i/_old  2024-07-25 16:21:53.274322515 +0200
+++ /var/tmp/diff_new_pack.sxBR6i/_new  2024-07-25 16:21:53.274322515 +0200
@@ -33,6 +33,7 @@
 Source: 
https://files.pythonhosted.org/packages/source/a/azure-cli-core/azure_cli_core-%{version}.tar.gz
 Source1:LICENSE.txt
 Patch0: acc_disable-update-check.patch
+Patch1: acc_update-psutil.patch
 BuildRequires:  %{pythons}-azure-nspkg >= 3.0.0
 BuildRequires:  %{pythons}-pip
 BuildRequires:  %{pythons}-setuptools
@@ -62,7 +63,6 @@
 Requires:   %{pythons}-paramiko >= 2.0.8
 Requires:   %{pythons}-pip
 Requires:   %{pythons}-pkginfo >= 1.5.0.1
-Requires:   %{pythons}-psutil < 6.0
 Requires:   %{pythons}-psutil >= 5.9
 Requires:   %{pythons}-pyOpenSSL >= 17.1.0
 Requires:   %{pythons}-requests < 3.0.0

++ acc_update-psutil.patch ++
diff -Nru azure_cli_core-2.62.0.orig/setup.py azure_cli_core-2.62.0/setup.py
--- azure_cli_core-2.62.0.orig/setup.py 2024-07-04 04:23:33.0 +0200
+++ azure_cli_core-2.62.0/setup.py  2024-07-19 16:27:28.767852656 +0200
@@ -59,7 +59,7 @@
 'paramiko>=2.0.8,<4.0.0',
 'pkginfo>=1.5.0.1',
 # psutil can't install on cygwin: 
https://github.com/Azure/azure-cli/issues/9399
-'psutil~=5.9; sys_platform != "cygwin"',
+'psutil>=5.9; sys_platform != "cygwin"',
 'PyJWT>=2.1.0',
 'pyopenssl>=17.1.0',  # https://github.com/pyca/pyopenssl/pull/612
 'requests[socks]'


commit azure-cli-core for openSUSE:Factory

2024-07-09 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package azure-cli-core for openSUSE:Factory 
checked in at 2024-07-09 20:05:55

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


Package is "azure-cli-core"

Tue Jul  9 20:05:55 2024 rev:69 rq:1186398 version:2.62.0

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-core/azure-cli-core.changes
2024-05-22 21:33:33.092337226 +0200
+++ /work/SRC/openSUSE:Factory/.azure-cli-core.new.2080/azure-cli-core.changes  
2024-07-09 20:06:30.118188891 +0200
@@ -1,0 +2,9 @@
+Tue Jul  9 06:58:52 UTC 2024 - John Paul Adrian Glaubitz 

+
+- New upstream release
+  + Version 2.62.0
+  + For detailed information about changes see the
+HISTORY.rst file provided with this package
+- Update Requires from setup.py
+
+---

Old:

  azure_cli_core-2.61.0.tar.gz

New:

  azure_cli_core-2.62.0.tar.gz



Other differences:
--
++ azure-cli-core.spec ++
--- /var/tmp/diff_new_pack.n2Rt2F/_old  2024-07-09 20:06:31.002221103 +0200
+++ /var/tmp/diff_new_pack.n2Rt2F/_new  2024-07-09 20:06:31.006221248 +0200
@@ -24,7 +24,7 @@
 %global _sitelibdir %{%{pythons}_sitelib}
 
 Name:   azure-cli-core
-Version:2.61.0
+Version:2.62.0
 Release:0
 Summary:Microsoft Azure CLI Core Module
 License:MIT
@@ -52,7 +52,7 @@
 Requires:   %{pythons}-knack < 1.0.0
 Requires:   %{pythons}-knack >= 0.11.0
 Requires:   %{pythons}-msal < 2.0.0
-Requires:   %{pythons}-msal >= 1.28.0
+Requires:   %{pythons}-msal >= 1.28.1
 Requires:   %{pythons}-msal-extensions < 2.0.0
 Requires:   %{pythons}-msal-extensions >= 1.2.0~b1
 Requires:   %{pythons}-msrestazure < 0.7.0

++ azure_cli_core-2.61.0.tar.gz -> azure_cli_core-2.62.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure_cli_core-2.61.0/HISTORY.rst 
new/azure_cli_core-2.62.0/HISTORY.rst
--- old/azure_cli_core-2.61.0/HISTORY.rst   2024-05-16 05:48:31.0 
+0200
+++ new/azure_cli_core-2.62.0/HISTORY.rst   2024-07-04 04:23:33.0 
+0200
@@ -3,6 +3,13 @@
 Release History
 ===
 
+2.62.0
+++
+* Fix #28997: Fix error "User cancelled the Accounts Control Operation" when 
logging in with WAM as Administrator (#29088)
+* Resolve CVE-2024-37891 (#29194)
+* Resolve CVE-2024-35195 (#29186)
+* `aaz`: Add argument completer support (#29204)
+
 2.61.0
 ++
 * Resolve CVE-2024-34064 (#28895)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure_cli_core-2.61.0/PKG-INFO 
new/azure_cli_core-2.62.0/PKG-INFO
--- old/azure_cli_core-2.61.0/PKG-INFO  2024-05-16 05:49:07.551462000 +0200
+++ new/azure_cli_core-2.62.0/PKG-INFO  2024-07-04 04:24:02.767936700 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: azure-cli-core
-Version: 2.61.0
+Version: 2.62.0
 Summary: Microsoft Azure Command-Line Tools Core Module
 Home-page: https://github.com/Azure/azure-cli
 Author: Microsoft Corporation
@@ -27,7 +27,7 @@
 Requires-Dist: jmespath
 Requires-Dist: knack~=0.11.0
 Requires-Dist: msal-extensions==1.2.0b1
-Requires-Dist: msal[broker]==1.28.0
+Requires-Dist: msal[broker]==1.28.1
 Requires-Dist: msrestazure~=0.6.4
 Requires-Dist: packaging>=20.9
 Requires-Dist: paramiko<4.0.0,>=2.0.8
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure_cli_core-2.61.0/azure/cli/core/__init__.py 
new/azure_cli_core-2.62.0/azure/cli/core/__init__.py
--- old/azure_cli_core-2.61.0/azure/cli/core/__init__.py2024-05-16 
05:48:31.0 +0200
+++ new/azure_cli_core-2.62.0/azure/cli/core/__init__.py2024-07-04 
04:23:33.0 +0200
@@ -4,7 +4,7 @@
 # 

 # pylint: disable=line-too-long
 
-__version__ = "2.61.0"
+__version__ = "2.62.0"
 
 import os
 import sys
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure_cli_core-2.61.0/azure/cli/core/aaz/_arg.py 
new/azure_cli_core-2.62.0/azure/cli/core/aaz/_arg.py
--- old/azure_cli_core-2.61.0/azure/cli/core/aaz/_arg.py2024-05-16 
05:48:31.0 +0200
+++ new/azure_cli_core-2.62.0/azure/cli/core/aaz/_arg.py2024-07-04 
04:23:33.0 +0200
@@ -83,7 +83,7 @@
 try:
 data_type = type(values[0])
 value = data_type(data)
-logger.warning("Use extended value `%s` outside choices 
{self.to_choices()}.", str(value))
+

commit azure-cli-core for openSUSE:Factory

2024-05-22 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package azure-cli-core for openSUSE:Factory 
checked in at 2024-05-22 21:33:09

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


Package is "azure-cli-core"

Wed May 22 21:33:09 2024 rev:68 rq:1175821 version:2.61.0

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-core/azure-cli-core.changes
2024-05-07 18:04:16.892422007 +0200
+++ /work/SRC/openSUSE:Factory/.azure-cli-core.new.1880/azure-cli-core.changes  
2024-05-22 21:33:33.092337226 +0200
@@ -1,0 +2,11 @@
+Wed May 22 10:11:07 UTC 2024 - John Paul Adrian Glaubitz 

+
+- New upstream release
+  + Version 2.61.0
+  + For detailed information about changes see the
+HISTORY.rst file provided with this package
+- Add azure-cli namespace directory in %files section
+- Remove deletion of azure-cli namespace files
+- Update Requires from setup.py
+
+---

Old:

  azure_cli_core-2.60.0.tar.gz

New:

  azure_cli_core-2.61.0.tar.gz



Other differences:
--
++ azure-cli-core.spec ++
--- /var/tmp/diff_new_pack.ovP9yX/_old  2024-05-22 21:33:33.888366341 +0200
+++ /var/tmp/diff_new_pack.ovP9yX/_new  2024-05-22 21:33:33.888366341 +0200
@@ -24,7 +24,7 @@
 %global _sitelibdir %{%{pythons}_sitelib}
 
 Name:   azure-cli-core
-Version:2.60.0
+Version:2.61.0
 Release:0
 Summary:Microsoft Azure CLI Core Module
 License:MIT
@@ -37,12 +37,11 @@
 BuildRequires:  %{pythons}-pip
 BuildRequires:  %{pythons}-setuptools
 BuildRequires:  %{pythons}-wheel
-BuildRequires:  azure-cli-nspkg
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:   %{pythons}-PyJWT >= 2.1.0
 Requires:   %{pythons}-argcomplete < 4.0
-Requires:   %{pythons}-argcomplete >= 3.1.1
+Requires:   %{pythons}-argcomplete >= 3.3.0
 Requires:   %{pythons}-azure-mgmt-core < 2.0.0
 Requires:   %{pythons}-azure-mgmt-core >= 1.2.0
 Requires:   %{pythons}-azure-nspkg >= 3.0.0
@@ -69,7 +68,6 @@
 Requires:   %{pythons}-requests < 3.0.0
 Requires:   %{pythons}-requests >= 2.25.1
 Requires:   %{pythons}-wheel >= 0.30.0
-Requires:   azure-cli-nspkg
 Requires:   azure-cli-telemetry >= 1.1.0
 Conflicts:  azure-cli < 2.0.0
 
@@ -88,15 +86,12 @@
 %install
 %pyproject_install
 %fdupes %{buildroot}%{_sitelibdir}
-rm -rf %{buildroot}%{_sitelibdir}/azure/cli/__init__.*
-rm -rf %{buildroot}%{_sitelibdir}/azure/cli/__pycache__
-rm -rf %{buildroot}%{_sitelibdir}/azure/__init__.*
-rm -rf %{buildroot}%{_sitelibdir}/azure/__pycache__
 
 %files
 %defattr(-,root,root,-)
 %doc HISTORY.rst README.rst
 %license LICENSE.txt
+%dir %{_sitelibdir}/azure/cli
 %{_sitelibdir}/azure/cli/core
 %{_sitelibdir}/azure_cli_core-*.dist-info
 

++ azure_cli_core-2.60.0.tar.gz -> azure_cli_core-2.61.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure_cli_core-2.60.0/HISTORY.rst 
new/azure_cli_core-2.61.0/HISTORY.rst
--- old/azure_cli_core-2.60.0/HISTORY.rst   2024-04-24 06:14:31.0 
+0200
+++ new/azure_cli_core-2.61.0/HISTORY.rst   2024-05-16 05:48:31.0 
+0200
@@ -3,6 +3,14 @@
 Release History
 ===
 
+2.61.0
+++
+* Resolve CVE-2024-34064 (#28895)
+* [BREAKING CHANGE] `az login`: Use WAM as the default authentication method 
on Windows. For more details, see 
https://go.microsoft.com/fwlink/?linkid=2271136 (#28841)
+* `aaz`: Support extended values in `AAZArgEnum` (#28850)
+* Add `tenantDefaultDomain` and `tenantDisplayName` properties to login 
contexts (shown by `az account list`) (#28910)
+* Prompt for interactive authentication for all silent authentication failures 
(#28966)
+
 2.60.0
 ++
 * Fix #28737: Fix token cache for service principal authentication (#28747)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure_cli_core-2.60.0/PKG-INFO 
new/azure_cli_core-2.61.0/PKG-INFO
--- old/azure_cli_core-2.60.0/PKG-INFO  2024-04-24 06:15:06.462829600 +0200
+++ new/azure_cli_core-2.61.0/PKG-INFO  2024-05-16 05:49:07.551462000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: azure-cli-core
-Version: 2.60.0
+Version: 2.61.0
 Summary: Microsoft Azure Command-Line Tools Core Module
 Home-page: https://github.com/Azure/azure-cli
 Author: Microsoft Corporation
@@ -18,7 +18,7 @@
 Classifier: License :: OSI Approved :: MIT License
 Requires-Python: >=3.8.0
 License-File: LICENSE.txt
-Requires-Dist: argcomplete~=3.1.1
+Requires-Dist: argcomplete~=3.3.0
 Requires-Dist: azure-cli-telemetry==1.1.0.*
 Requires-Dist: 

commit azure-cli-core for openSUSE:Factory

2024-05-07 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package azure-cli-core for openSUSE:Factory 
checked in at 2024-05-07 18:03:44

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


Package is "azure-cli-core"

Tue May  7 18:03:44 2024 rev:67 rq:1172265 version:2.60.0

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-core/azure-cli-core.changes
2024-04-11 19:41:27.498437997 +0200
+++ /work/SRC/openSUSE:Factory/.azure-cli-core.new.1880/azure-cli-core.changes  
2024-05-07 18:04:16.892422007 +0200
@@ -1,0 +2,10 @@
+Mon May  6 09:13:27 UTC 2024 - John Paul Adrian Glaubitz 

+
+- New upstream release
+  + Version 2.60.0
+  + For detailed information about changes see the
+HISTORY.rst file provided with this package
+- Adjust upstream source name in spec file
+- Update Requires from setup.py
+
+---

Old:

  azure-cli-core-2.59.0.tar.gz

New:

  azure_cli_core-2.60.0.tar.gz



Other differences:
--
++ azure-cli-core.spec ++
--- /var/tmp/diff_new_pack.qlpkWM/_old  2024-05-07 18:04:17.516444697 +0200
+++ /var/tmp/diff_new_pack.qlpkWM/_new  2024-05-07 18:04:17.520444843 +0200
@@ -24,13 +24,13 @@
 %global _sitelibdir %{%{pythons}_sitelib}
 
 Name:   azure-cli-core
-Version:2.59.0
+Version:2.60.0
 Release:0
 Summary:Microsoft Azure CLI Core Module
 License:MIT
 Group:  System/Management
 URL:https://github.com/Azure/azure-cli
-Source: 
https://files.pythonhosted.org/packages/source/a/azure-cli-core/azure-cli-core-%{version}.tar.gz
+Source: 
https://files.pythonhosted.org/packages/source/a/azure-cli-core/azure_cli_core-%{version}.tar.gz
 Source1:LICENSE.txt
 Patch0: acc_disable-update-check.patch
 BuildRequires:  %{pythons}-azure-nspkg >= 3.0.0
@@ -53,9 +53,9 @@
 Requires:   %{pythons}-knack < 1.0.0
 Requires:   %{pythons}-knack >= 0.11.0
 Requires:   %{pythons}-msal < 2.0.0
-Requires:   %{pythons}-msal >= 1.27.0
+Requires:   %{pythons}-msal >= 1.28.0
 Requires:   %{pythons}-msal-extensions < 2.0.0
-Requires:   %{pythons}-msal-extensions >= 1.0.0
+Requires:   %{pythons}-msal-extensions >= 1.2.0~b1
 Requires:   %{pythons}-msrestazure < 0.7.0
 Requires:   %{pythons}-msrestazure >= 0.6.4
 Requires:   %{pythons}-packaging >= 20.9
@@ -79,7 +79,7 @@
 Microsoft Azure CLI Core Module
 
 %prep
-%autosetup -p1 -n azure-cli-core-%{version}
+%autosetup -p1 -n azure_cli_core-%{version}
 
 %build
 install -m 644 %{SOURCE1} %{_builddir}/azure-cli-core-%{version}


commit azure-cli-core for openSUSE:Factory

2024-04-11 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package azure-cli-core for openSUSE:Factory 
checked in at 2024-04-11 19:41:15

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


Package is "azure-cli-core"

Thu Apr 11 19:41:15 2024 rev:66 rq:1166768 version:2.59.0

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-core/azure-cli-core.changes
2024-04-07 22:39:10.059517565 +0200
+++ /work/SRC/openSUSE:Factory/.azure-cli-core.new.29460/azure-cli-core.changes 
2024-04-11 19:41:27.498437997 +0200
@@ -1,0 +2,9 @@
+Tue Apr  9 07:27:11 UTC 2024 - John Paul Adrian Glaubitz 

+
+- New upstream release
+  + Version 2.59.0
+  + For detailed information about changes see the
+HISTORY.rst file provided with this package
+- Update Requires from setup.py
+
+---

Old:

  azure-cli-core-2.58.0.tar.gz

New:

  azure-cli-core-2.59.0.tar.gz



Other differences:
--
++ azure-cli-core.spec ++
--- /var/tmp/diff_new_pack.Zc585A/_old  2024-04-11 19:41:28.114460786 +0200
+++ /var/tmp/diff_new_pack.Zc585A/_new  2024-04-11 19:41:28.114460786 +0200
@@ -24,7 +24,7 @@
 %global _sitelibdir %{%{pythons}_sitelib}
 
 Name:   azure-cli-core
-Version:2.58.0
+Version:2.59.0
 Release:0
 Summary:Microsoft Azure CLI Core Module
 License:MIT
@@ -53,7 +53,7 @@
 Requires:   %{pythons}-knack < 1.0.0
 Requires:   %{pythons}-knack >= 0.11.0
 Requires:   %{pythons}-msal < 2.0.0
-Requires:   %{pythons}-msal >= 1.26.0
+Requires:   %{pythons}-msal >= 1.27.0
 Requires:   %{pythons}-msal-extensions < 2.0.0
 Requires:   %{pythons}-msal-extensions >= 1.0.0
 Requires:   %{pythons}-msrestazure < 0.7.0

++ azure-cli-core-2.58.0.tar.gz -> azure-cli-core-2.59.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-core-2.58.0/HISTORY.rst 
new/azure-cli-core-2.59.0/HISTORY.rst
--- old/azure-cli-core-2.58.0/HISTORY.rst   2024-02-29 03:08:20.0 
+0100
+++ new/azure-cli-core-2.59.0/HISTORY.rst   2024-03-27 05:02:38.0 
+0100
@@ -3,6 +3,10 @@
 Release History
 ===
 
+2.59.0
+++
+* Minor fixes
+
 2.58.0
 ++
 * [BREAKING CHANGE] `az login`: Replace `allow_broker` with 
`enable_broker_on_windows` (#27726)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-core-2.58.0/PKG-INFO 
new/azure-cli-core-2.59.0/PKG-INFO
--- old/azure-cli-core-2.58.0/PKG-INFO  2024-02-29 03:08:47.241322000 +0100
+++ new/azure-cli-core-2.59.0/PKG-INFO  2024-03-27 05:03:07.013667300 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: azure-cli-core
-Version: 2.58.0
+Version: 2.59.0
 Summary: Microsoft Azure Command-Line Tools Core Module
 Home-page: https://github.com/Azure/azure-cli
 Author: Microsoft Corporation
@@ -27,7 +27,7 @@
 Requires-Dist: jmespath
 Requires-Dist: knack~=0.11.0
 Requires-Dist: msal-extensions~=1.0.0
-Requires-Dist: msal[broker]==1.26.0
+Requires-Dist: msal[broker]==1.27.0
 Requires-Dist: msrestazure~=0.6.4
 Requires-Dist: packaging>=20.9
 Requires-Dist: paramiko<4.0.0,>=2.0.8
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-core-2.58.0/azure/cli/core/__init__.py 
new/azure-cli-core-2.59.0/azure/cli/core/__init__.py
--- old/azure-cli-core-2.58.0/azure/cli/core/__init__.py2024-02-29 
03:08:20.0 +0100
+++ new/azure-cli-core-2.59.0/azure/cli/core/__init__.py2024-03-27 
05:02:38.0 +0100
@@ -4,7 +4,7 @@
 # 

 # pylint: disable=line-too-long
 
-__version__ = "2.58.0"
+__version__ = "2.59.0"
 
 import os
 import sys
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/azure-cli-core-2.58.0/azure/cli/core/commands/__init__.py 
new/azure-cli-core-2.59.0/azure/cli/core/commands/__init__.py
--- old/azure-cli-core-2.58.0/azure/cli/core/commands/__init__.py   
2024-02-29 03:08:20.0 +0100
+++ new/azure-cli-core-2.59.0/azure/cli/core/commands/__init__.py   
2024-03-27 05:02:38.0 +0100
@@ -842,7 +842,7 @@
 if secret_property_names:
 message = sensitive_data_detailed_warning_message.format(', 
'.join(secret_property_names))
 logger.warning(message)
-set_secrets_detected(True)
+set_secrets_detected(True, secret_property_names)
 except Exception:  # pylint: disable=broad-except
 # ignore all 

commit azure-cli-core for openSUSE:Factory

2024-03-11 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package azure-cli-core for openSUSE:Factory 
checked in at 2024-03-11 15:35:01

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


Package is "azure-cli-core"

Mon Mar 11 15:35:01 2024 rev:64 rq:1156911 version:2.58.0

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-core/azure-cli-core.changes
2024-02-22 20:58:39.987493692 +0100
+++ /work/SRC/openSUSE:Factory/.azure-cli-core.new.1770/azure-cli-core.changes  
2024-03-11 15:43:07.170721779 +0100
@@ -1,0 +2,8 @@
+Wed Mar  6 12:12:11 UTC 2024 - John Paul Adrian Glaubitz 

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

Old:

  azure-cli-core-2.57.0.tar.gz

New:

  azure-cli-core-2.58.0.tar.gz



Other differences:
--
++ azure-cli-core.spec ++
--- /var/tmp/diff_new_pack.95YUZZ/_old  2024-03-11 15:43:07.626738589 +0100
+++ /var/tmp/diff_new_pack.95YUZZ/_new  2024-03-11 15:43:07.626738589 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   azure-cli-core
-Version:2.57.0
+Version:2.58.0
 Release:0
 Summary:Microsoft Azure CLI Core Module
 License:MIT

++ azure-cli-core-2.57.0.tar.gz -> azure-cli-core-2.58.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-core-2.57.0/HISTORY.rst 
new/azure-cli-core-2.58.0/HISTORY.rst
--- old/azure-cli-core-2.57.0/HISTORY.rst   2024-01-31 06:29:21.0 
+0100
+++ new/azure-cli-core-2.58.0/HISTORY.rst   2024-02-29 03:08:20.0 
+0100
@@ -3,6 +3,10 @@
 Release History
 ===
 
+2.58.0
+++
+* [BREAKING CHANGE] `az login`: Replace `allow_broker` with 
`enable_broker_on_windows` (#27726)
+
 2.57.0
 ++
 * `aaz`: Handle null value when deserialize output (#28253)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-core-2.57.0/PKG-INFO 
new/azure-cli-core-2.58.0/PKG-INFO
--- old/azure-cli-core-2.57.0/PKG-INFO  2024-01-31 06:29:52.665539000 +0100
+++ new/azure-cli-core-2.58.0/PKG-INFO  2024-02-29 03:08:47.241322000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: azure-cli-core
-Version: 2.57.0
+Version: 2.58.0
 Summary: Microsoft Azure Command-Line Tools Core Module
 Home-page: https://github.com/Azure/azure-cli
 Author: Microsoft Corporation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-core-2.57.0/azure/cli/core/__init__.py 
new/azure-cli-core-2.58.0/azure/cli/core/__init__.py
--- old/azure-cli-core-2.57.0/azure/cli/core/__init__.py2024-01-31 
06:29:21.0 +0100
+++ new/azure-cli-core-2.58.0/azure/cli/core/__init__.py2024-02-29 
03:08:20.0 +0100
@@ -4,7 +4,7 @@
 # 

 # pylint: disable=line-too-long
 
-__version__ = "2.57.0"
+__version__ = "2.58.0"
 
 import os
 import sys
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-core-2.57.0/azure/cli/core/_profile.py 
new/azure-cli-core-2.58.0/azure/cli/core/_profile.py
--- old/azure-cli-core-2.57.0/azure/cli/core/_profile.py2024-01-31 
06:29:21.0 +0100
+++ new/azure-cli-core-2.58.0/azure/cli/core/_profile.py2024-02-29 
03:08:20.0 +0100
@@ -856,13 +856,14 @@
 # EXPERIMENTAL: Use core.use_msal_http_cache=False to turn off MSAL HTTP 
cache.
 use_msal_http_cache = cli_ctx.config.getboolean('core', 
'use_msal_http_cache', fallback=True)
 
-# PREVIEW: On Windows, use core.allow_broker=true to use broker (WAM) for 
authentication.
-allow_broker = cli_ctx.config.getboolean('core', 'allow_broker', 
fallback=False)
+# PREVIEW: On Windows, use core.enable_broker_on_windows=true to use 
broker (WAM) for authentication.
+enable_broker_on_windows = cli_ctx.config.getboolean('core', 
'enable_broker_on_windows', fallback=False)
 from .telemetry import set_broker_info
-set_broker_info(allow_broker=allow_broker)
+set_broker_info(enable_broker_on_windows)
 
 # PREVIEW: In Azure Stack environment, use core.instance_discovery=false 
to disable MSAL's instance discovery.
 instance_discovery = cli_ctx.config.getboolean('core', 
'instance_discovery', True)
 
-return Identity(*args, encrypt=encrypt, 
use_msal_http_cache=use_msal_http_cache, allow_broker=allow_broker,
+return Identity(*args, encrypt=encrypt, 

commit azure-cli-core for openSUSE:Factory

2024-02-08 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package azure-cli-core for openSUSE:Factory 
checked in at 2024-02-08 19:02:56

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


Package is "azure-cli-core"

Thu Feb  8 19:02:56 2024 rev:62 rq:1145074 version:2.57.0

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-core/azure-cli-core.changes
2024-01-19 23:00:24.234096270 +0100
+++ /work/SRC/openSUSE:Factory/.azure-cli-core.new.1815/azure-cli-core.changes  
2024-02-08 19:03:05.477106656 +0100
@@ -1,0 +2,9 @@
+Wed Feb  7 09:42:58 UTC 2024 - John Paul Adrian Glaubitz 

+
+- New upstream release
+  + Version 2.57.0
+  + For detailed information about changes see the
+HISTORY.rst file provided with this package
+- Update Requires from setup.py
+
+---

Old:

  azure-cli-core-2.56.0.tar.gz

New:

  azure-cli-core-2.57.0.tar.gz



Other differences:
--
++ azure-cli-core.spec ++
--- /var/tmp/diff_new_pack.tkQvOT/_old  2024-02-08 19:03:06.177131961 +0100
+++ /var/tmp/diff_new_pack.tkQvOT/_new  2024-02-08 19:03:06.177131961 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   azure-cli-core
-Version:2.56.0
+Version:2.57.0
 Release:0
 Summary:Microsoft Azure CLI Core Module
 License:MIT
@@ -46,7 +46,7 @@
 Requires:   python3-knack < 1.0.0
 Requires:   python3-knack >= 0.11.0
 Requires:   python3-msal < 2.0.0
-Requires:   python3-msal >= 1.24.0~b2
+Requires:   python3-msal >= 1.26.0
 Requires:   python3-msal-extensions < 2.0.0
 Requires:   python3-msal-extensions >= 1.0.0
 Requires:   python3-msrestazure < 0.7.0

++ azure-cli-core-2.56.0.tar.gz -> azure-cli-core-2.57.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-core-2.56.0/HISTORY.rst 
new/azure-cli-core-2.57.0/HISTORY.rst
--- old/azure-cli-core-2.56.0/HISTORY.rst   2024-01-08 10:08:10.0 
+0100
+++ new/azure-cli-core-2.57.0/HISTORY.rst   2024-01-31 06:29:21.0 
+0100
@@ -3,6 +3,11 @@
 Release History
 ===
 
+2.57.0
+++
+* `aaz`: Handle null value when deserialize output (#28253)
+* Add warning for customers when there're credentials in cli output if this 
feature has been turned on through `az config set 
clients.show_secrets_warning=True` (#27929)
+
 2.56.0
 ++
 * Minor fixes
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-core-2.56.0/PKG-INFO 
new/azure-cli-core-2.57.0/PKG-INFO
--- old/azure-cli-core-2.56.0/PKG-INFO  2024-01-08 10:08:25.818453800 +0100
+++ new/azure-cli-core-2.57.0/PKG-INFO  2024-01-31 06:29:52.665539000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: azure-cli-core
-Version: 2.56.0
+Version: 2.57.0
 Summary: Microsoft Azure Command-Line Tools Core Module
 Home-page: https://github.com/Azure/azure-cli
 Author: Microsoft Corporation
@@ -27,7 +27,7 @@
 Requires-Dist: jmespath
 Requires-Dist: knack~=0.11.0
 Requires-Dist: msal-extensions~=1.0.0
-Requires-Dist: msal[broker]==1.24.0b2
+Requires-Dist: msal[broker]==1.26.0
 Requires-Dist: msrestazure~=0.6.4
 Requires-Dist: packaging>=20.9
 Requires-Dist: paramiko<4.0.0,>=2.0.8
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-core-2.56.0/azure/cli/core/__init__.py 
new/azure-cli-core-2.57.0/azure/cli/core/__init__.py
--- old/azure-cli-core-2.56.0/azure/cli/core/__init__.py2024-01-08 
10:08:10.0 +0100
+++ new/azure-cli-core-2.57.0/azure/cli/core/__init__.py2024-01-31 
06:29:21.0 +0100
@@ -4,7 +4,7 @@
 # 

 # pylint: disable=line-too-long
 
-__version__ = "2.56.0"
+__version__ = "2.57.0"
 
 import os
 import sys
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-core-2.56.0/azure/cli/core/aaz/_command.py 
new/azure-cli-core-2.57.0/azure/cli/core/aaz/_command.py
--- old/azure-cli-core-2.56.0/azure/cli/core/aaz/_command.py2024-01-08 
10:08:10.0 +0100
+++ new/azure-cli-core-2.57.0/azure/cli/core/aaz/_command.py2024-01-31 
06:29:21.0 +0100
@@ -194,7 +194,7 @@
 
 def processor(schema, result):
 """A processor used in AAZBaseValue to serialized data"""
-if result == AAZUndefined:
+if result == AAZUndefined or result is None:
 return result
 
 if isinstance(schema, AAZObjectType):
diff -urN '--exclude=CVS' 

commit azure-cli-core for openSUSE:Factory

2024-01-19 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package azure-cli-core for openSUSE:Factory 
checked in at 2024-01-19 23:00:21

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


Package is "azure-cli-core"

Fri Jan 19 23:00:21 2024 rev:61 rq:1139799 version:2.56.0

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-core/azure-cli-core.changes
2024-01-08 23:46:25.948864740 +0100
+++ /work/SRC/openSUSE:Factory/.azure-cli-core.new.16006/azure-cli-core.changes 
2024-01-19 23:00:24.234096270 +0100
@@ -1,0 +2,8 @@
+Thu Jan 18 14:21:30 UTC 2024 - John Paul Adrian Glaubitz 

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

Old:

  azure-cli-core-2.55.0.tar.gz

New:

  azure-cli-core-2.56.0.tar.gz



Other differences:
--
++ azure-cli-core.spec ++
--- /var/tmp/diff_new_pack.K2NMqJ/_old  2024-01-19 23:00:26.874192778 +0100
+++ /var/tmp/diff_new_pack.K2NMqJ/_new  2024-01-19 23:00:26.874192778 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   azure-cli-core
-Version:2.55.0
+Version:2.56.0
 Release:0
 Summary:Microsoft Azure CLI Core Module
 License:MIT

++ azure-cli-core-2.55.0.tar.gz -> azure-cli-core-2.56.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-core-2.55.0/HISTORY.rst 
new/azure-cli-core-2.56.0/HISTORY.rst
--- old/azure-cli-core-2.55.0/HISTORY.rst   2023-11-29 04:41:08.0 
+0100
+++ new/azure-cli-core-2.56.0/HISTORY.rst   2024-01-08 10:08:10.0 
+0100
@@ -3,6 +3,10 @@
 Release History
 ===
 
+2.56.0
+++
+* Minor fixes
+
 2.55.0
 ++
 * Minor fixes
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-core-2.55.0/PKG-INFO 
new/azure-cli-core-2.56.0/PKG-INFO
--- old/azure-cli-core-2.55.0/PKG-INFO  2023-11-29 04:41:38.031669900 +0100
+++ new/azure-cli-core-2.56.0/PKG-INFO  2024-01-08 10:08:25.818453800 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: azure-cli-core
-Version: 2.55.0
+Version: 2.56.0
 Summary: Microsoft Azure Command-Line Tools Core Module
 Home-page: https://github.com/Azure/azure-cli
 Author: Microsoft Corporation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-core-2.55.0/azure/cli/core/__init__.py 
new/azure-cli-core-2.56.0/azure/cli/core/__init__.py
--- old/azure-cli-core-2.55.0/azure/cli/core/__init__.py2023-11-29 
04:41:08.0 +0100
+++ new/azure-cli-core-2.56.0/azure/cli/core/__init__.py2024-01-08 
10:08:10.0 +0100
@@ -4,7 +4,7 @@
 # 

 # pylint: disable=line-too-long
 
-__version__ = "2.55.0"
+__version__ = "2.56.0"
 
 import os
 import sys
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-core-2.55.0/azure/cli/core/aaz/_client.py 
new/azure-cli-core-2.56.0/azure/cli/core/aaz/_client.py
--- old/azure-cli-core-2.55.0/azure/cli/core/aaz/_client.py 2023-11-29 
04:41:08.0 +0100
+++ new/azure-cli-core-2.56.0/azure/cli/core/aaz/_client.py 2024-01-08 
10:08:10.0 +0100
@@ -2,14 +2,18 @@
 # Copyright (c) Microsoft Corporation. All rights reserved.
 # Licensed under the MIT License. See License.txt in the project root for 
license information.
 # 

-
+from knack.log import get_logger
 from azure.core import PipelineClient
 from azure.core.configuration import Configuration
 from azure.core.polling.base_polling import LocationPolling, StatusCheckPolling
 from abc import abstractmethod
 
 from ._poller import AAZNoPolling, AAZBasePolling
-from azure.cli.core.cloud import CloudNameEnum as _CloudNameEnum
+from azure.cli.core.cloud import (CloudEndpointNotSetException, 
CloudSuffixNotSetException,
+  CloudNameEnum as _CloudNameEnum)
+
+
+logger = get_logger(__name__)
 
 registered_clients = {}
 CloudNameEnum = _CloudNameEnum  # redefine CloudNameEnum in aaz to decouple 
with cloud for aaz generated commands.
@@ -66,8 +70,11 @@
 """Base Client"""
 
 def __init__(self, ctx, credential, **kwargs):
+base_url = self._build_base_url(ctx, **kwargs)
+if not base_url:
+raise CloudEndpointNotSetException()
 super().__init__(
-

commit azure-cli-core for openSUSE:Factory

2024-01-08 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package azure-cli-core for openSUSE:Factory 
checked in at 2024-01-08 23:46:21

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


Package is "azure-cli-core"

Mon Jan  8 23:46:21 2024 rev:60 rq:1137553 version:2.55.0

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-core/azure-cli-core.changes
2023-11-21 21:34:12.408190533 +0100
+++ /work/SRC/openSUSE:Factory/.azure-cli-core.new.21961/azure-cli-core.changes 
2024-01-08 23:46:25.948864740 +0100
@@ -1,0 +2,8 @@
+Wed Jan  3 10:03:07 UTC 2024 - John Paul Adrian Glaubitz 

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

Old:

  azure-cli-core-2.54.0.tar.gz

New:

  azure-cli-core-2.55.0.tar.gz



Other differences:
--
++ azure-cli-core.spec ++
--- /var/tmp/diff_new_pack.pLYkIf/_old  2024-01-08 23:46:26.472883793 +0100
+++ /var/tmp/diff_new_pack.pLYkIf/_new  2024-01-08 23:46:26.476883938 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package azure-cli-core
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # 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-core
-Version:2.54.0
+Version:2.55.0
 Release:0
 Summary:Microsoft Azure CLI Core Module
 License:MIT

++ azure-cli-core-2.54.0.tar.gz -> azure-cli-core-2.55.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-core-2.54.0/HISTORY.rst 
new/azure-cli-core-2.55.0/HISTORY.rst
--- old/azure-cli-core-2.54.0/HISTORY.rst   2023-11-08 06:20:40.0 
+0100
+++ new/azure-cli-core-2.55.0/HISTORY.rst   2023-11-29 04:41:08.0 
+0100
@@ -3,6 +3,10 @@
 Release History
 ===
 
+2.55.0
+++
+* Minor fixes
+
 2.54.0
 ++
 * `aaz`: Support data-plane clients (#27617)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-core-2.54.0/PKG-INFO 
new/azure-cli-core-2.55.0/PKG-INFO
--- old/azure-cli-core-2.54.0/PKG-INFO  2023-11-08 06:21:04.150304800 +0100
+++ new/azure-cli-core-2.55.0/PKG-INFO  2023-11-29 04:41:38.031669900 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: azure-cli-core
-Version: 2.54.0
+Version: 2.55.0
 Summary: Microsoft Azure Command-Line Tools Core Module
 Home-page: https://github.com/Azure/azure-cli
 Author: Microsoft Corporation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-core-2.54.0/azure/cli/core/__init__.py 
new/azure-cli-core-2.55.0/azure/cli/core/__init__.py
--- old/azure-cli-core-2.54.0/azure/cli/core/__init__.py2023-11-08 
06:20:40.0 +0100
+++ new/azure-cli-core-2.55.0/azure/cli/core/__init__.py2023-11-29 
04:41:08.0 +0100
@@ -4,7 +4,7 @@
 # 

 # pylint: disable=line-too-long
 
-__version__ = "2.54.0"
+__version__ = "2.55.0"
 
 import os
 import sys
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/azure-cli-core-2.54.0/azure/cli/core/profiles/_shared.py 
new/azure-cli-core-2.55.0/azure/cli/core/profiles/_shared.py
--- old/azure-cli-core-2.54.0/azure/cli/core/profiles/_shared.py
2023-11-08 06:20:40.0 +0100
+++ new/azure-cli-core-2.55.0/azure/cli/core/profiles/_shared.py
2023-11-29 04:41:08.0 +0100
@@ -261,7 +261,7 @@
 ResourceType.MGMT_ARO: '2023-09-04',
 ResourceType.MGMT_DATABOXEDGE: '2021-02-01-preview',
 ResourceType.MGMT_CUSTOMLOCATION: '2021-03-15-preview',
-ResourceType.MGMT_CONTAINERSERVICE: SDKProfile('2023-08-01'),
+ResourceType.MGMT_CONTAINERSERVICE: SDKProfile('2023-10-01'),
 ResourceType.MGMT_APPCONTAINERS: '2022-10-01',
 },
 '2020-09-01-hybrid': {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/azure-cli-core-2.54.0/azure_cli_core.egg-info/PKG-INFO 
new/azure-cli-core-2.55.0/azure_cli_core.egg-info/PKG-INFO
--- old/azure-cli-core-2.54.0/azure_cli_core.egg-info/PKG-INFO  2023-11-08 
06:21:04.0 +0100
+++ new/azure-cli-core-2.55.0/azure_cli_core.egg-info/PKG-INFO  2023-11-29 
04:41:37.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: azure-cli-core
-Version: 2.54.0

commit azure-cli-core for openSUSE:Factory

2023-11-01 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package azure-cli-core for openSUSE:Factory 
checked in at 2023-11-01 22:10:35

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


Package is "azure-cli-core"

Wed Nov  1 22:10:35 2023 rev:58 rq:1121587 version:2.53.1

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-core/azure-cli-core.changes
2023-10-13 23:14:14.714088568 +0200
+++ /work/SRC/openSUSE:Factory/.azure-cli-core.new.17445/azure-cli-core.changes 
2023-11-01 22:11:14.174458571 +0100
@@ -1,0 +2,8 @@
+Mon Oct 30 11:17:22 UTC 2023 - John Paul Adrian Glaubitz 

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

Old:

  azure-cli-core-2.53.0.tar.gz

New:

  azure-cli-core-2.53.1.tar.gz



Other differences:
--
++ azure-cli-core.spec ++
--- /var/tmp/diff_new_pack.5mFe6I/_old  2023-11-01 22:11:14.630475465 +0100
+++ /var/tmp/diff_new_pack.5mFe6I/_new  2023-11-01 22:11:14.630475465 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   azure-cli-core
-Version:2.53.0
+Version:2.53.1
 Release:0
 Summary:Microsoft Azure CLI Core Module
 License:MIT

++ azure-cli-core-2.53.0.tar.gz -> azure-cli-core-2.53.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-core-2.53.0/HISTORY.rst 
new/azure-cli-core-2.53.1/HISTORY.rst
--- old/azure-cli-core-2.53.0/HISTORY.rst   2023-09-20 08:08:47.0 
+0200
+++ new/azure-cli-core-2.53.1/HISTORY.rst   2023-10-24 08:09:59.0 
+0200
@@ -3,6 +3,10 @@
 Release History
 ===
 
+2.53.1
+++
+* No changes
+
 2.53.0
 ++
 * `aaz`: Fix command name case issue for aaz command table lazy load (#27344)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-core-2.53.0/PKG-INFO 
new/azure-cli-core-2.53.1/PKG-INFO
--- old/azure-cli-core-2.53.0/PKG-INFO  2023-09-20 08:09:00.784248000 +0200
+++ new/azure-cli-core-2.53.1/PKG-INFO  2023-10-24 08:10:41.513491900 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: azure-cli-core
-Version: 2.53.0
+Version: 2.53.1
 Summary: Microsoft Azure Command-Line Tools Core Module
 Home-page: https://github.com/Azure/azure-cli
 Author: Microsoft Corporation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-core-2.53.0/azure/cli/core/__init__.py 
new/azure-cli-core-2.53.1/azure/cli/core/__init__.py
--- old/azure-cli-core-2.53.0/azure/cli/core/__init__.py2023-09-20 
08:08:47.0 +0200
+++ new/azure-cli-core-2.53.1/azure/cli/core/__init__.py2023-10-24 
08:09:59.0 +0200
@@ -4,7 +4,7 @@
 # 

 # pylint: disable=line-too-long
 
-__version__ = "2.53.0"
+__version__ = "2.53.1"
 
 import os
 import sys
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/azure-cli-core-2.53.0/azure/cli/core/auth/binary_cache.py 
new/azure-cli-core-2.53.1/azure/cli/core/auth/binary_cache.py
--- old/azure-cli-core-2.53.0/azure/cli/core/auth/binary_cache.py   
2023-09-20 08:08:47.0 +0200
+++ new/azure-cli-core-2.53.1/azure/cli/core/auth/binary_cache.py   
2023-10-24 08:09:59.0 +0200
@@ -3,7 +3,7 @@
 # Licensed under the MIT License. See License.txt in the project root for 
license information.
 # 

 
-import collections.abc as collections
+from collections.abc import MutableMapping
 import pickle
 
 from azure.cli.core.decorators import retry
@@ -12,7 +12,7 @@
 logger = get_logger(__name__)
 
 
-class BinaryCache(collections.MutableMapping):
+class BinaryCache(MutableMapping):
 """
 Derived from azure.cli.core._session.Session.
 A simple dict-like class that is backed by a binary file.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/azure-cli-core-2.53.0/azure_cli_core.egg-info/PKG-INFO 
new/azure-cli-core-2.53.1/azure_cli_core.egg-info/PKG-INFO
--- old/azure-cli-core-2.53.0/azure_cli_core.egg-info/PKG-INFO  2023-09-20 
08:09:00.0 +0200
+++ new/azure-cli-core-2.53.1/azure_cli_core.egg-info/PKG-INFO  2023-10-24 
08:10:41.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: azure-cli-core
-Version: 2.53.0
+Version: 2.53.1
 Summary: Microsoft Azure Command-Line 

commit azure-cli-core for openSUSE:Factory

2023-10-13 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package azure-cli-core for openSUSE:Factory 
checked in at 2023-10-13 23:13:59

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


Package is "azure-cli-core"

Fri Oct 13 23:13:59 2023 rev:57 rq:1115746 version:2.53.0

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-core/azure-cli-core.changes
2023-09-11 21:26:57.955605571 +0200
+++ /work/SRC/openSUSE:Factory/.azure-cli-core.new.20540/azure-cli-core.changes 
2023-10-13 23:14:14.714088568 +0200
@@ -1,0 +2,9 @@
+Wed Oct  4 10:29:37 UTC 2023 - John Paul Adrian Glaubitz 

+
+- New upstream release
+  + Version 2.53.0
+  + For detailed information about changes see the
+HISTORY.rst file provided with this package
+- Update Requires from setup.py
+
+---

Old:

  azure-cli-core-2.52.0.tar.gz

New:

  azure-cli-core-2.53.0.tar.gz



Other differences:
--
++ azure-cli-core.spec ++
--- /var/tmp/diff_new_pack.lrvX5O/_old  2023-10-13 23:14:16.078138043 +0200
+++ /var/tmp/diff_new_pack.lrvX5O/_new  2023-10-13 23:14:16.082138188 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   azure-cli-core
-Version:2.52.0
+Version:2.53.0
 Release:0
 Summary:Microsoft Azure CLI Core Module
 License:MIT
@@ -46,7 +46,7 @@
 Requires:   python3-knack < 1.0.0
 Requires:   python3-knack >= 0.11.0
 Requires:   python3-msal < 2.0.0
-Requires:   python3-msal >= 1.24.0~b1
+Requires:   python3-msal >= 1.24.0~b2
 Requires:   python3-msal-extensions < 2.0.0
 Requires:   python3-msal-extensions >= 1.0.0
 Requires:   python3-msrestazure < 0.7.0

++ azure-cli-core-2.52.0.tar.gz -> azure-cli-core-2.53.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-core-2.52.0/HISTORY.rst 
new/azure-cli-core-2.53.0/HISTORY.rst
--- old/azure-cli-core-2.52.0/HISTORY.rst   2023-08-31 11:13:41.0 
+0200
+++ new/azure-cli-core-2.53.0/HISTORY.rst   2023-09-20 08:08:47.0 
+0200
@@ -3,6 +3,10 @@
 Release History
 ===
 
+2.53.0
+++
+* `aaz`: Fix command name case issue for aaz command table lazy load (#27344)
+
 2.52.0
 ++
 * `aaz`: Support `configured_default` for `AAZBaseArg` (#27205)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-core-2.52.0/PKG-INFO 
new/azure-cli-core-2.53.0/PKG-INFO
--- old/azure-cli-core-2.52.0/PKG-INFO  2023-08-31 11:13:58.660772300 +0200
+++ new/azure-cli-core-2.53.0/PKG-INFO  2023-09-20 08:09:00.784248000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: azure-cli-core
-Version: 2.52.0
+Version: 2.53.0
 Summary: Microsoft Azure Command-Line Tools Core Module
 Home-page: https://github.com/Azure/azure-cli
 Author: Microsoft Corporation
@@ -17,6 +17,24 @@
 Classifier: License :: OSI Approved :: MIT License
 Requires-Python: >=3.8.0
 License-File: LICENSE.txt
+Requires-Dist: argcomplete~=3.1.1
+Requires-Dist: azure-cli-telemetry==1.1.0.*
+Requires-Dist: azure-mgmt-core<2,>=1.2.0
+Requires-Dist: cryptography
+Requires-Dist: distro; sys_platform == "linux"
+Requires-Dist: humanfriendly~=10.0
+Requires-Dist: jmespath
+Requires-Dist: knack~=0.11.0
+Requires-Dist: msal-extensions~=1.0.0
+Requires-Dist: msal[broker]==1.24.0b2
+Requires-Dist: msrestazure~=0.6.4
+Requires-Dist: packaging>=20.9
+Requires-Dist: paramiko<4.0.0,>=2.0.8
+Requires-Dist: pkginfo>=1.5.0.1
+Requires-Dist: psutil~=5.9; sys_platform != "cygwin"
+Requires-Dist: PyJWT>=2.1.0
+Requires-Dist: pyopenssl>=17.1.0
+Requires-Dist: requests[socks]
 
 Microsoft Azure CLI Core Module
 ==
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-core-2.52.0/azure/cli/core/__init__.py 
new/azure-cli-core-2.53.0/azure/cli/core/__init__.py
--- old/azure-cli-core-2.52.0/azure/cli/core/__init__.py2023-08-31 
11:13:41.0 +0200
+++ new/azure-cli-core-2.53.0/azure/cli/core/__init__.py2023-09-20 
08:08:47.0 +0200
@@ -4,7 +4,7 @@
 # 

 # pylint: disable=line-too-long
 
-__version__ = "2.52.0"
+__version__ = "2.53.0"
 
 import os
 import sys
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-core-2.52.0/azure/cli/core/_config.py 
new/azure-cli-core-2.53.0/azure/cli/core/_config.py
--- old/azure-cli-core-2.52.0/azure/cli/core/_config.py 2023-08-31 
11:13:41.0 +0200
+++ 

commit azure-cli-core for openSUSE:Factory

2023-09-11 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package azure-cli-core for openSUSE:Factory 
checked in at 2023-09-11 21:22:21

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


Package is "azure-cli-core"

Mon Sep 11 21:22:21 2023 rev:56 rq:1110260 version:2.52.0

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-core/azure-cli-core.changes
2023-08-17 19:43:54.546830181 +0200
+++ /work/SRC/openSUSE:Factory/.azure-cli-core.new.1766/azure-cli-core.changes  
2023-09-11 21:26:57.955605571 +0200
@@ -1,0 +2,8 @@
+Thu Sep  7 12:25:28 UTC 2023 - John Paul Adrian Glaubitz 

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

Old:

  azure-cli-core-2.51.0.tar.gz

New:

  azure-cli-core-2.52.0.tar.gz



Other differences:
--
++ azure-cli-core.spec ++
--- /var/tmp/diff_new_pack.J0Ii0z/_old  2023-09-11 21:26:59.215650491 +0200
+++ /var/tmp/diff_new_pack.J0Ii0z/_new  2023-09-11 21:26:59.215650491 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   azure-cli-core
-Version:2.51.0
+Version:2.52.0
 Release:0
 Summary:Microsoft Azure CLI Core Module
 License:MIT

++ azure-cli-core-2.51.0.tar.gz -> azure-cli-core-2.52.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-core-2.51.0/HISTORY.rst 
new/azure-cli-core-2.52.0/HISTORY.rst
--- old/azure-cli-core-2.51.0/HISTORY.rst   2023-07-27 09:10:05.0 
+0200
+++ new/azure-cli-core-2.52.0/HISTORY.rst   2023-08-31 11:13:41.0 
+0200
@@ -3,6 +3,10 @@
 Release History
 ===
 
+2.52.0
+++
+* `aaz`: Support `configured_default` for `AAZBaseArg` (#27205)
+
 2.51.0
 ++
 * `aaz`: Add `--max-items` and `--next-token` for pagination (#26710)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-core-2.51.0/PKG-INFO 
new/azure-cli-core-2.52.0/PKG-INFO
--- old/azure-cli-core-2.51.0/PKG-INFO  2023-07-27 09:10:24.651254200 +0200
+++ new/azure-cli-core-2.52.0/PKG-INFO  2023-08-31 11:13:58.660772300 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: azure-cli-core
-Version: 2.51.0
+Version: 2.52.0
 Summary: Microsoft Azure Command-Line Tools Core Module
 Home-page: https://github.com/Azure/azure-cli
 Author: Microsoft Corporation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-core-2.51.0/azure/cli/core/__init__.py 
new/azure-cli-core-2.52.0/azure/cli/core/__init__.py
--- old/azure-cli-core-2.51.0/azure/cli/core/__init__.py2023-07-27 
09:10:05.0 +0200
+++ new/azure-cli-core-2.52.0/azure/cli/core/__init__.py2023-08-31 
11:13:41.0 +0200
@@ -4,7 +4,7 @@
 # 

 # pylint: disable=line-too-long
 
-__version__ = "2.51.0"
+__version__ = "2.52.0"
 
 import os
 import sys
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-core-2.51.0/azure/cli/core/aaz/_arg.py 
new/azure-cli-core-2.52.0/azure/cli/core/aaz/_arg.py
--- old/azure-cli-core-2.51.0/azure/cli/core/aaz/_arg.py2023-07-27 
09:10:05.0 +0200
+++ new/azure-cli-core-2.52.0/azure/cli/core/aaz/_arg.py2023-08-31 
11:13:41.0 +0200
@@ -78,7 +78,8 @@
 """Base argument"""
 
 def __init__(self, options=None, required=False, help=None, 
arg_group=None, is_preview=False, is_experimental=False,
- id_part=None, default=AAZUndefined, blank=AAZUndefined, 
nullable=False, fmt=None, registered=True):
+ id_part=None, default=AAZUndefined, blank=AAZUndefined, 
nullable=False, fmt=None, registered=True,
+ configured_default=None):
 """
 
 :param options: argument optional names.
@@ -94,6 +95,7 @@
 :param nullable: argument can accept `None` as value
 :param fmt: argument format
 :param registered: control whether register argument into command 
display
+:param configured_default: the key to retrieve the default value from 
cli configuration
 """
 super().__init__(options=options, nullable=nullable)
 self._help = {}  # the key in self._help can be 'name', 
'short-summary', 'long-summary', 'populator-commands'
@@ -114,6 +116,7 @@
 self._blank = blank
 self._fmt = fmt
 self._registered = registered
+self._configured_default = 

commit azure-cli-core for openSUSE:Factory

2023-08-17 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package azure-cli-core for openSUSE:Factory 
checked in at 2023-08-17 19:43:41

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


Package is "azure-cli-core"

Thu Aug 17 19:43:41 2023 rev:55 rq:1104152 version:2.51.0

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-core/azure-cli-core.changes
2023-07-15 23:15:22.695592000 +0200
+++ /work/SRC/openSUSE:Factory/.azure-cli-core.new.1766/azure-cli-core.changes  
2023-08-17 19:43:54.546830181 +0200
@@ -1,0 +2,9 @@
+Mon Aug 14 14:26:18 UTC 2023 - John Paul Adrian Glaubitz 

+
+- New upstream release
+  + Version 2.51.0
+  + For detailed information about changes see the
+HISTORY.rst file provided with this package
+- Update Requires from setup.py
+
+---

Old:

  azure-cli-core-2.50.0.tar.gz

New:

  azure-cli-core-2.51.0.tar.gz



Other differences:
--
++ azure-cli-core.spec ++
--- /var/tmp/diff_new_pack.YOSz57/_old  2023-08-17 19:43:55.394831767 +0200
+++ /var/tmp/diff_new_pack.YOSz57/_new  2023-08-17 19:43:55.398831775 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   azure-cli-core
-Version:2.50.0
+Version:2.51.0
 Release:0
 Summary:Microsoft Azure CLI Core Module
 License:MIT
@@ -32,7 +32,7 @@
 BuildRequires:  python3-azure-nspkg >= 3.0.0
 BuildRequires:  python3-setuptools
 Requires:   azure-cli-nspkg
-Requires:   azure-cli-telemetry >= 1.0.8
+Requires:   azure-cli-telemetry >= 1.1.0
 Requires:   python3-PyJWT >= 2.1.0
 Requires:   python3-argcomplete < 4.0
 Requires:   python3-argcomplete >= 3.1.1
@@ -44,9 +44,9 @@
 Requires:   python3-humanfriendly >= 10.0
 Requires:   python3-jmespath
 Requires:   python3-knack < 1.0.0
-Requires:   python3-knack >= 0.10.0
+Requires:   python3-knack >= 0.11.0
 Requires:   python3-msal < 2.0.0
-Requires:   python3-msal >= 1.22.0
+Requires:   python3-msal >= 1.24.0~b1
 Requires:   python3-msal-extensions < 2.0.0
 Requires:   python3-msal-extensions >= 1.0.0
 Requires:   python3-msrestazure < 0.7.0

++ azure-cli-core-2.50.0.tar.gz -> azure-cli-core-2.51.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-core-2.50.0/HISTORY.rst 
new/azure-cli-core-2.51.0/HISTORY.rst
--- old/azure-cli-core-2.50.0/HISTORY.rst   2023-06-29 13:20:03.0 
+0200
+++ new/azure-cli-core-2.51.0/HISTORY.rst   2023-07-27 09:10:05.0 
+0200
@@ -3,6 +3,13 @@
 Release History
 ===
 
+2.51.0
+++
+* `aaz`: Add `--max-items` and `--next-token` for pagination (#26710)
+* `aaz`: Support paginating calculation (#26713)
+* `aaz`: Support blank input for compound argument types (#26870)
+* Drop client telemetry cache strategy (#26854)
+
 2.50.0
 ++
 * `aaz`: Add short summary for `--location` when its default value comes from 
resource group (#26584)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-core-2.50.0/PKG-INFO 
new/azure-cli-core-2.51.0/PKG-INFO
--- old/azure-cli-core-2.50.0/PKG-INFO  2023-06-29 13:20:16.092210800 +0200
+++ new/azure-cli-core-2.51.0/PKG-INFO  2023-07-27 09:10:24.651254200 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: azure-cli-core
-Version: 2.50.0
+Version: 2.51.0
 Summary: Microsoft Azure Command-Line Tools Core Module
 Home-page: https://github.com/Azure/azure-cli
 Author: Microsoft Corporation
@@ -11,12 +11,11 @@
 Classifier: Intended Audience :: System Administrators
 Classifier: Programming Language :: Python
 Classifier: Programming Language :: Python :: 3
-Classifier: Programming Language :: Python :: 3.7
 Classifier: Programming Language :: Python :: 3.8
 Classifier: Programming Language :: Python :: 3.9
 Classifier: Programming Language :: Python :: 3.10
 Classifier: License :: OSI Approved :: MIT License
-Requires-Python: >=3.7.0
+Requires-Python: >=3.8.0
 License-File: LICENSE.txt
 
 Microsoft Azure CLI Core Module
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-core-2.50.0/azure/cli/core/__init__.py 
new/azure-cli-core-2.51.0/azure/cli/core/__init__.py
--- old/azure-cli-core-2.50.0/azure/cli/core/__init__.py2023-06-29 
13:20:03.0 +0200
+++ new/azure-cli-core-2.51.0/azure/cli/core/__init__.py2023-07-27 
09:10:05.0 +0200
@@ -4,7 +4,7 @@
 # 

 # pylint: disable=line-too-long
 
-__version__ 

commit azure-cli-core for openSUSE:Factory

2023-07-15 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package azure-cli-core for openSUSE:Factory 
checked in at 2023-07-15 23:15:16

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


Package is "azure-cli-core"

Sat Jul 15 23:15:16 2023 rev:54 rq:1098823 version:2.50.0

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-core/azure-cli-core.changes
2023-05-28 19:23:56.293353309 +0200
+++ /work/SRC/openSUSE:Factory/.azure-cli-core.new.3193/azure-cli-core.changes  
2023-07-15 23:15:22.695592000 +0200
@@ -1,0 +2,11 @@
+Thu Jul  6 07:37:46 UTC 2023 - John Paul Adrian Glaubitz 

+
+- New upstream release
+  + Version 2.50.0
+  + For detailed information about changes see the
+HISTORY.rst file provided with this package
+- Drop patches for issues fixed upstream
+  + acc_update-argcomplete.patch
+- Update Requires from setup.py
+
+---

Old:

  acc_update-argcomplete.patch
  azure-cli-core-2.49.0.tar.gz

New:

  azure-cli-core-2.50.0.tar.gz



Other differences:
--
++ azure-cli-core.spec ++
--- /var/tmp/diff_new_pack.dWQTHA/_old  2023-07-15 23:15:23.435596341 +0200
+++ /var/tmp/diff_new_pack.dWQTHA/_new  2023-07-15 23:15:23.439596364 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   azure-cli-core
-Version:2.49.0
+Version:2.50.0
 Release:0
 Summary:Microsoft Azure CLI Core Module
 License:MIT
@@ -26,7 +26,6 @@
 Source: 
https://files.pythonhosted.org/packages/source/a/azure-cli-core/azure-cli-core-%{version}.tar.gz
 Source1:LICENSE.txt
 Patch0: acc_disable-update-check.patch
-Patch1: acc_update-argcomplete.patch
 BuildRequires:  azure-cli-nspkg
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
@@ -36,7 +35,7 @@
 Requires:   azure-cli-telemetry >= 1.0.8
 Requires:   python3-PyJWT >= 2.1.0
 Requires:   python3-argcomplete < 4.0
-Requires:   python3-argcomplete >= 3.0
+Requires:   python3-argcomplete >= 3.1.1
 Requires:   python3-azure-mgmt-core < 2.0.0
 Requires:   python3-azure-mgmt-core >= 1.2.0
 Requires:   python3-azure-nspkg >= 3.0.0
@@ -47,7 +46,7 @@
 Requires:   python3-knack < 1.0.0
 Requires:   python3-knack >= 0.10.0
 Requires:   python3-msal < 2.0.0
-Requires:   python3-msal >= 1.20.0
+Requires:   python3-msal >= 1.22.0
 Requires:   python3-msal-extensions < 2.0.0
 Requires:   python3-msal-extensions >= 1.0.0
 Requires:   python3-msrestazure < 0.7.0
@@ -76,7 +75,6 @@
 %prep
 %setup -q -n azure-cli-core-%{version}
 %patch0 -p1
-%patch1 -p1
 
 %build
 install -m 644 %{SOURCE1} %{_builddir}/azure-cli-core-%{version}

++ azure-cli-core-2.49.0.tar.gz -> azure-cli-core-2.50.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-core-2.49.0/HISTORY.rst 
new/azure-cli-core-2.50.0/HISTORY.rst
--- old/azure-cli-core-2.49.0/HISTORY.rst   2023-05-19 10:19:28.0 
+0200
+++ new/azure-cli-core-2.50.0/HISTORY.rst   2023-06-29 13:20:03.0 
+0200
@@ -3,6 +3,13 @@
 Release History
 ===
 
+2.50.0
+++
+* `aaz`: Add short summary for `--location` when its default value comes from 
resource group (#26584)
+* `aaz`: Handle null property in error response (#26605)
+* `aaz`: Explicitly raise TypeError exception during LRO (#26634)
+* `aaz`: Parse and re-serialize query parameters within next link (#26768)
+
 2.49.0
 ++
 * Dynamically install extensions without prompt when not in a TTY (#26219)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-core-2.49.0/PKG-INFO 
new/azure-cli-core-2.50.0/PKG-INFO
--- old/azure-cli-core-2.49.0/PKG-INFO  2023-05-19 10:19:44.972120800 +0200
+++ new/azure-cli-core-2.50.0/PKG-INFO  2023-06-29 13:20:16.092210800 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: azure-cli-core
-Version: 2.49.0
+Version: 2.50.0
 Summary: Microsoft Azure Command-Line Tools Core Module
 Home-page: https://github.com/Azure/azure-cli
 Author: Microsoft Corporation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-core-2.49.0/azure/cli/core/__init__.py 
new/azure-cli-core-2.50.0/azure/cli/core/__init__.py
--- old/azure-cli-core-2.49.0/azure/cli/core/__init__.py2023-05-19 
10:19:28.0 +0200
+++ new/azure-cli-core-2.50.0/azure/cli/core/__init__.py2023-06-29 
13:20:03.0 +0200
@@ -4,7 +4,7 @@
 # 

 # pylint: 

commit azure-cli-core for openSUSE:Factory

2023-05-28 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package azure-cli-core for openSUSE:Factory 
checked in at 2023-05-28 19:23:39

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


Package is "azure-cli-core"

Sun May 28 19:23:39 2023 rev:53 rq:1089370 version:2.49.0

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-core/azure-cli-core.changes
2023-05-04 17:10:12.804238093 +0200
+++ /work/SRC/openSUSE:Factory/.azure-cli-core.new.1533/azure-cli-core.changes  
2023-05-28 19:23:56.293353309 +0200
@@ -1,0 +2,11 @@
+Wed May 24 07:01:14 UTC 2023 - John Paul Adrian Glaubitz 

+
+- New upstream release
+  + Version 2.49.0
+  + For detailed information about changes see the
+HISTORY.rst file provided with this package
+- Add patch to update argcomplete dependency (bsc#1206869)
+  + acc_update-argcomplete.patch
+- Update Requires from setup.py
+
+---

Old:

  azure-cli-core-2.48.1.tar.gz

New:

  acc_update-argcomplete.patch
  azure-cli-core-2.49.0.tar.gz



Other differences:
--
++ azure-cli-core.spec ++
--- /var/tmp/diff_new_pack.s2lN99/_old  2023-05-28 19:23:56.765356117 +0200
+++ /var/tmp/diff_new_pack.s2lN99/_new  2023-05-28 19:23:56.773356165 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   azure-cli-core
-Version:2.48.1
+Version:2.49.0
 Release:0
 Summary:Microsoft Azure CLI Core Module
 License:MIT
@@ -26,6 +26,7 @@
 Source: 
https://files.pythonhosted.org/packages/source/a/azure-cli-core/azure-cli-core-%{version}.tar.gz
 Source1:LICENSE.txt
 Patch0: acc_disable-update-check.patch
+Patch1: acc_update-argcomplete.patch
 BuildRequires:  azure-cli-nspkg
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
@@ -34,8 +35,8 @@
 Requires:   azure-cli-nspkg
 Requires:   azure-cli-telemetry >= 1.0.8
 Requires:   python3-PyJWT >= 2.1.0
-Requires:   python3-argcomplete < 3.0
-Requires:   python3-argcomplete >= 2.0
+Requires:   python3-argcomplete < 4.0
+Requires:   python3-argcomplete >= 3.0
 Requires:   python3-azure-mgmt-core < 2.0.0
 Requires:   python3-azure-mgmt-core >= 1.2.0
 Requires:   python3-azure-nspkg >= 3.0.0
@@ -75,6 +76,7 @@
 %prep
 %setup -q -n azure-cli-core-%{version}
 %patch0 -p1
+%patch1 -p1
 
 %build
 install -m 644 %{SOURCE1} %{_builddir}/azure-cli-core-%{version}

++ acc_update-argcomplete.patch ++
diff -Nru azure-cli-core-2.49.0.orig/setup.py azure-cli-core-2.49.0/setup.py
--- azure-cli-core-2.49.0.orig/setup.py 2023-05-19 10:19:28.0 +0200
+++ azure-cli-core-2.49.0/setup.py  2023-05-24 09:00:00.184417378 +0200
@@ -43,7 +43,7 @@
 ]
 
 DEPENDENCIES = [
-'argcomplete~=2.0',
+'argcomplete~=3.0',
 'azure-cli-telemetry==1.0.8.*',
 'azure-mgmt-core>=1.2.0,<2',
 'cryptography',

++ azure-cli-core-2.48.1.tar.gz -> azure-cli-core-2.49.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-core-2.48.1/HISTORY.rst 
new/azure-cli-core-2.49.0/HISTORY.rst
--- old/azure-cli-core-2.48.1/HISTORY.rst   2023-04-25 06:21:03.0 
+0200
+++ new/azure-cli-core-2.49.0/HISTORY.rst   2023-05-19 10:19:28.0 
+0200
@@ -3,6 +3,10 @@
 Release History
 ===
 
+2.49.0
+++
+* Dynamically install extensions without prompt when not in a TTY (#26219)
+
 2.48.1
 ++
 * No changes
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-core-2.48.1/PKG-INFO 
new/azure-cli-core-2.49.0/PKG-INFO
--- old/azure-cli-core-2.48.1/PKG-INFO  2023-04-25 06:21:41.873754700 +0200
+++ new/azure-cli-core-2.49.0/PKG-INFO  2023-05-19 10:19:44.972120800 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: azure-cli-core
-Version: 2.48.1
+Version: 2.49.0
 Summary: Microsoft Azure Command-Line Tools Core Module
 Home-page: https://github.com/Azure/azure-cli
 Author: Microsoft Corporation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-core-2.48.1/azure/cli/core/__init__.py 
new/azure-cli-core-2.49.0/azure/cli/core/__init__.py
--- old/azure-cli-core-2.48.1/azure/cli/core/__init__.py2023-04-25 
06:21:03.0 +0200
+++ new/azure-cli-core-2.49.0/azure/cli/core/__init__.py2023-05-19 
10:19:28.0 +0200
@@ -4,7 +4,7 @@
 # 

 # pylint: disable=line-too-long
 
-__version__ = "2.48.1"
+__version__ = "2.49.0"
 
 import os
 import sys
@@ -449,6 

commit azure-cli-core for openSUSE:Factory

2023-05-04 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package azure-cli-core for openSUSE:Factory 
checked in at 2023-05-04 17:10:02

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


Package is "azure-cli-core"

Thu May  4 17:10:02 2023 rev:52 rq:1084281 version:2.48.1

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-core/azure-cli-core.changes
2023-04-05 21:35:30.226516655 +0200
+++ /work/SRC/openSUSE:Factory/.azure-cli-core.new.1533/azure-cli-core.changes  
2023-05-04 17:10:12.804238093 +0200
@@ -1,0 +2,8 @@
+Wed May  3 11:09:12 UTC 2023 - John Paul Adrian Glaubitz 

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

Old:

  azure-cli-core-2.47.0.tar.gz

New:

  azure-cli-core-2.48.1.tar.gz



Other differences:
--
++ azure-cli-core.spec ++
--- /var/tmp/diff_new_pack.HE33Xf/_old  2023-05-04 17:10:13.344241255 +0200
+++ /var/tmp/diff_new_pack.HE33Xf/_new  2023-05-04 17:10:13.348241278 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   azure-cli-core
-Version:2.47.0
+Version:2.48.1
 Release:0
 Summary:Microsoft Azure CLI Core Module
 License:MIT

++ azure-cli-core-2.47.0.tar.gz -> azure-cli-core-2.48.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-core-2.47.0/HISTORY.rst 
new/azure-cli-core-2.48.1/HISTORY.rst
--- old/azure-cli-core-2.47.0/HISTORY.rst   2023-03-31 11:26:38.0 
+0200
+++ new/azure-cli-core-2.48.1/HISTORY.rst   2023-04-25 06:21:03.0 
+0200
@@ -3,6 +3,16 @@
 Release History
 ===
 
+2.48.1
+++
+* No changes
+
+2.48.0
+++
+* `aaz`: Support hidden secret properties of response in output (#26102)
+* `aaz`: Support `AAZPasswordArg` (#26134)
+* `aaz`: Support argument prompt input for simple type args (#26134)
+
 2.47.0
 ++
 * `aaz`: Add support for changing subscription of `AAZCommand` in 
customization code (#25745)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-core-2.47.0/PKG-INFO 
new/azure-cli-core-2.48.1/PKG-INFO
--- old/azure-cli-core-2.47.0/PKG-INFO  2023-03-31 11:27:03.34983 +0200
+++ new/azure-cli-core-2.48.1/PKG-INFO  2023-04-25 06:21:41.873754700 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: azure-cli-core
-Version: 2.47.0
+Version: 2.48.1
 Summary: Microsoft Azure Command-Line Tools Core Module
 Home-page: https://github.com/Azure/azure-cli
 Author: Microsoft Corporation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-core-2.47.0/azure/cli/core/__init__.py 
new/azure-cli-core-2.48.1/azure/cli/core/__init__.py
--- old/azure-cli-core-2.47.0/azure/cli/core/__init__.py2023-03-31 
11:26:38.0 +0200
+++ new/azure-cli-core-2.48.1/azure/cli/core/__init__.py2023-04-25 
06:21:03.0 +0200
@@ -4,7 +4,7 @@
 # 

 # pylint: disable=line-too-long
 
-__version__ = "2.47.0"
+__version__ = "2.48.1"
 
 import os
 import sys
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-core-2.47.0/azure/cli/core/aaz/__init__.py 
new/azure-cli-core-2.48.1/azure/cli/core/aaz/__init__.py
--- old/azure-cli-core-2.47.0/azure/cli/core/aaz/__init__.py2023-03-31 
11:26:38.0 +0200
+++ new/azure-cli-core-2.48.1/azure/cli/core/aaz/__init__.py2023-04-25 
06:21:03.0 +0200
@@ -12,7 +12,7 @@
 from ._arg import AAZArgumentsSchema, AAZArgEnum, AAZStrArg, AAZIntArg, 
AAZObjectArg, AAZDictArg, \
 AAZFreeFormDictArg, AAZFloatArg, AAZBaseArg, AAZBoolArg, AAZListArg, 
AAZResourceGroupNameArg, \
 AAZResourceLocationArg, AAZResourceIdArg, AAZSubscriptionIdArg, 
AAZUuidArg, AAZDateArg, AAZTimeArg, \
-AAZDateTimeArg, AAZDurationArg, AAZFileArg
+AAZDateTimeArg, AAZDurationArg, AAZFileArg, AAZPasswordArg
 from ._arg_fmt import AAZStrArgFormat, AAZIntArgFormat, AAZFloatArgFormat, 
AAZBoolArgFormat, AAZObjectArgFormat, \
 AAZDictArgFormat, AAZFreeFormDictArgFormat, AAZListArgFormat, 
AAZResourceLocationArgFormat, \
 AAZResourceIdArgFormat, AAZSubscriptionIdArgFormat, AAZUuidFormat, 
AAZDateFormat, AAZTimeFormat, \
@@ -24,4 +24,5 @@
 AAZListType, AAZObjectType
 from ._operation import AAZHttpOperation, AAZJsonInstanceUpdateOperation, 
AAZGenericInstanceUpdateOperation, \
 AAZJsonInstanceDeleteOperation, 

commit azure-cli-core for openSUSE:Factory

2023-04-05 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package azure-cli-core for openSUSE:Factory 
checked in at 2023-04-05 21:27:40

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


Package is "azure-cli-core"

Wed Apr  5 21:27:40 2023 rev:51 rq:1077440 version:2.47.0

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-core/azure-cli-core.changes
2023-03-08 14:53:01.130821847 +0100
+++ /work/SRC/openSUSE:Factory/.azure-cli-core.new.19717/azure-cli-core.changes 
2023-04-05 21:35:30.226516655 +0200
@@ -1,0 +2,8 @@
+Tue Apr  4 08:45:43 UTC 2023 - John Paul Adrian Glaubitz 

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

Old:

  azure-cli-core-2.46.0.tar.gz

New:

  azure-cli-core-2.47.0.tar.gz



Other differences:
--
++ azure-cli-core.spec ++
--- /var/tmp/diff_new_pack.IXtYiH/_old  2023-04-05 21:35:30.658519121 +0200
+++ /var/tmp/diff_new_pack.IXtYiH/_new  2023-04-05 21:35:30.666519166 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   azure-cli-core
-Version:2.46.0
+Version:2.47.0
 Release:0
 Summary:Microsoft Azure CLI Core Module
 License:MIT

++ azure-cli-core-2.46.0.tar.gz -> azure-cli-core-2.47.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-core-2.46.0/HISTORY.rst 
new/azure-cli-core-2.47.0/HISTORY.rst
--- old/azure-cli-core-2.46.0/HISTORY.rst   2023-03-06 10:39:15.0 
+0100
+++ new/azure-cli-core-2.47.0/HISTORY.rst   2023-03-31 11:26:38.0 
+0200
@@ -3,6 +3,10 @@
 Release History
 ===
 
+2.47.0
+++
+* `aaz`: Add support for changing subscription of `AAZCommand` in 
customization code (#25745)
+
 2.46.0
 ++
 * Add announcement for WAM-based login (#25416)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-core-2.46.0/PKG-INFO 
new/azure-cli-core-2.47.0/PKG-INFO
--- old/azure-cli-core-2.46.0/PKG-INFO  2023-03-06 10:39:38.014681800 +0100
+++ new/azure-cli-core-2.47.0/PKG-INFO  2023-03-31 11:27:03.34983 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: azure-cli-core
-Version: 2.46.0
+Version: 2.47.0
 Summary: Microsoft Azure Command-Line Tools Core Module
 Home-page: https://github.com/Azure/azure-cli
 Author: Microsoft Corporation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-core-2.46.0/azure/cli/core/__init__.py 
new/azure-cli-core-2.47.0/azure/cli/core/__init__.py
--- old/azure-cli-core-2.46.0/azure/cli/core/__init__.py2023-03-06 
10:39:15.0 +0100
+++ new/azure-cli-core-2.47.0/azure/cli/core/__init__.py2023-03-31 
11:26:38.0 +0200
@@ -4,7 +4,7 @@
 # 

 # pylint: disable=line-too-long
 
-__version__ = "2.46.0"
+__version__ = "2.47.0"
 
 import os
 import sys
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-core-2.46.0/azure/cli/core/aaz/__init__.py 
new/azure-cli-core-2.47.0/azure/cli/core/aaz/__init__.py
--- old/azure-cli-core-2.46.0/azure/cli/core/aaz/__init__.py2023-03-06 
10:39:15.0 +0100
+++ new/azure-cli-core-2.47.0/azure/cli/core/aaz/__init__.py2023-03-31 
11:26:38.0 +0200
@@ -19,7 +19,7 @@
 AAZDateTimeFormat, AAZDurationFormat, AAZFileArgTextFormat, 
AAZFileArgBase64EncodeFormat, AAZFileArgFormat
 from ._base import has_value, AAZValuePatch, AAZUndefined
 from ._command import AAZCommand, AAZWaitCommand, AAZCommandGroup, \
-register_callback, register_command, register_command_group, 
load_aaz_command_table
+register_callback, register_command, register_command_group, 
load_aaz_command_table, link_helper
 from ._field_type import AAZIntType, AAZFloatType, AAZStrType, AAZBoolType, 
AAZDictType, AAZFreeFormDictType, \
 AAZListType, AAZObjectType
 from ._operation import AAZHttpOperation, AAZJsonInstanceUpdateOperation, 
AAZGenericInstanceUpdateOperation, \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-core-2.46.0/azure/cli/core/aaz/_command.py 
new/azure-cli-core-2.47.0/azure/cli/core/aaz/_command.py
--- old/azure-cli-core-2.46.0/azure/cli/core/aaz/_command.py2023-03-06 
10:39:15.0 +0100
+++ new/azure-cli-core-2.47.0/azure/cli/core/aaz/_command.py2023-03-31 
11:26:38.0 +0200
@@ -12,6 +12,7 @@
 

commit azure-cli-core for openSUSE:Factory

2023-03-08 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package azure-cli-core for openSUSE:Factory 
checked in at 2023-03-08 14:52:55

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


Package is "azure-cli-core"

Wed Mar  8 14:52:55 2023 rev:50 rq:1070007 version:2.46.0

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-core/azure-cli-core.changes
2023-02-11 21:57:42.671767400 +0100
+++ /work/SRC/openSUSE:Factory/.azure-cli-core.new.31432/azure-cli-core.changes 
2023-03-08 14:53:01.130821847 +0100
@@ -1,0 +2,9 @@
+Tue Mar  7 11:57:51 UTC 2023 - John Paul Adrian Glaubitz 

+
+- New upstream release (bsc#1199592)
+  + Version 2.46.0
+  + For detailed information about changes see the
+HISTORY.rst file provided with this package
+- Update Requires from setup.py
+
+---

Old:

  azure-cli-core-2.45.0.tar.gz

New:

  azure-cli-core-2.46.0.tar.gz



Other differences:
--
++ azure-cli-core.spec ++
--- /var/tmp/diff_new_pack.XmUhWQ/_old  2023-03-08 14:53:01.954826334 +0100
+++ /var/tmp/diff_new_pack.XmUhWQ/_new  2023-03-08 14:53:01.986826508 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   azure-cli-core
-Version:2.45.0
+Version:2.46.0
 Release:0
 Summary:Microsoft Azure CLI Core Module
 License:MIT
@@ -51,9 +51,8 @@
 Requires:   python3-msal-extensions >= 1.0.0
 Requires:   python3-msrestazure < 0.7.0
 Requires:   python3-msrestazure >= 0.6.4
-Requires:   python3-packaging < 24.0
 Requires:   python3-packaging >= 20.9
-Requires:   python3-paramiko < 3.0.0
+Requires:   python3-paramiko < 4.0.0
 Requires:   python3-paramiko >= 2.0.8
 Requires:   python3-pip
 Requires:   python3-pkginfo >= 1.5.0.1

++ azure-cli-core-2.45.0.tar.gz -> azure-cli-core-2.46.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-core-2.45.0/HISTORY.rst 
new/azure-cli-core-2.46.0/HISTORY.rst
--- old/azure-cli-core-2.45.0/HISTORY.rst   2023-02-03 10:37:38.0 
+0100
+++ new/azure-cli-core-2.46.0/HISTORY.rst   2023-03-06 10:39:15.0 
+0100
@@ -3,6 +3,10 @@
 Release History
 ===
 
+2.46.0
+++
+* Add announcement for WAM-based login (#25416)
+
 2.45.0
 ++
 * `aaz`: Support AAZFileArg (#25075)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-core-2.45.0/PKG-INFO 
new/azure-cli-core-2.46.0/PKG-INFO
--- old/azure-cli-core-2.45.0/PKG-INFO  2023-02-03 10:38:12.493968200 +0100
+++ new/azure-cli-core-2.46.0/PKG-INFO  2023-03-06 10:39:38.014681800 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: azure-cli-core
-Version: 2.45.0
+Version: 2.46.0
 Summary: Microsoft Azure Command-Line Tools Core Module
 Home-page: https://github.com/Azure/azure-cli
 Author: Microsoft Corporation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-core-2.45.0/azure/cli/core/__init__.py 
new/azure-cli-core-2.46.0/azure/cli/core/__init__.py
--- old/azure-cli-core-2.45.0/azure/cli/core/__init__.py2023-02-03 
10:37:38.0 +0100
+++ new/azure-cli-core-2.46.0/azure/cli/core/__init__.py2023-03-06 
10:39:15.0 +0100
@@ -4,7 +4,7 @@
 # 

 # pylint: disable=line-too-long
 
-__version__ = "2.45.0"
+__version__ = "2.46.0"
 
 import os
 import sys
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/azure-cli-core-2.45.0/azure/cli/core/auth/landing_pages/error.html 
new/azure-cli-core-2.46.0/azure/cli/core/auth/landing_pages/error.html
--- old/azure-cli-core-2.45.0/azure/cli/core/auth/landing_pages/error.html  
2023-02-03 10:37:38.0 +0100
+++ new/azure-cli-core-2.46.0/azure/cli/core/auth/landing_pages/error.html  
2023-03-06 10:39:15.0 +0100
@@ -3,9 +3,14 @@
 
 
 Login failed
+
+body {
+font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; 
+}
+
 
 
-Authentication failed
+Authentication failed
 $error: $error_description. ($error_uri)
 You can log an issue at https://github.com/azure/azure-cli/issues;>Azure CLI GitHub 
Repository and we will assist you in resolving it.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/azure-cli-core-2.45.0/azure/cli/core/auth/landing_pages/success.html 
new/azure-cli-core-2.46.0/azure/cli/core/auth/landing_pages/success.html

commit azure-cli-core for openSUSE:Factory

2023-02-11 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package azure-cli-core for openSUSE:Factory 
checked in at 2023-02-11 21:57:03

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


Package is "azure-cli-core"

Sat Feb 11 21:57:03 2023 rev:49 rq:1064303 version:2.45.0

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-core/azure-cli-core.changes
2023-01-19 16:44:24.973835223 +0100
+++ /work/SRC/openSUSE:Factory/.azure-cli-core.new.1848/azure-cli-core.changes  
2023-02-11 21:57:42.671767400 +0100
@@ -1,0 +2,8 @@
+Thu Feb  9 21:04:52 UTC 2023 - John Paul Adrian Glaubitz 

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

Old:

  azure-cli-core-2.44.1.tar.gz

New:

  azure-cli-core-2.45.0.tar.gz



Other differences:
--
++ azure-cli-core.spec ++
--- /var/tmp/diff_new_pack.DwZam0/_old  2023-02-11 21:57:43.139770313 +0100
+++ /var/tmp/diff_new_pack.DwZam0/_new  2023-02-11 21:57:43.143770338 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   azure-cli-core
-Version:2.44.1
+Version:2.45.0
 Release:0
 Summary:Microsoft Azure CLI Core Module
 License:MIT

++ azure-cli-core-2.44.1.tar.gz -> azure-cli-core-2.45.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-core-2.44.1/HISTORY.rst 
new/azure-cli-core-2.45.0/HISTORY.rst
--- old/azure-cli-core-2.44.1/HISTORY.rst   2023-01-10 16:46:13.0 
+0100
+++ new/azure-cli-core-2.45.0/HISTORY.rst   2023-02-03 10:37:38.0 
+0100
@@ -3,6 +3,11 @@
 Release History
 ===
 
+2.45.0
+++
+* `aaz`: Support AAZFileArg (#25075)
+* `aaz`: Support singular options of `AAZListArg` in shorthand syntax partial 
value expression (#25302)
+
 2.44.1
 ++
 * No changes
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-core-2.44.1/PKG-INFO 
new/azure-cli-core-2.45.0/PKG-INFO
--- old/azure-cli-core-2.44.1/PKG-INFO  2023-01-10 16:46:39.006603000 +0100
+++ new/azure-cli-core-2.45.0/PKG-INFO  2023-02-03 10:38:12.493968200 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: azure-cli-core
-Version: 2.44.1
+Version: 2.45.0
 Summary: Microsoft Azure Command-Line Tools Core Module
 Home-page: https://github.com/Azure/azure-cli
 Author: Microsoft Corporation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-core-2.44.1/azure/cli/core/__init__.py 
new/azure-cli-core-2.45.0/azure/cli/core/__init__.py
--- old/azure-cli-core-2.44.1/azure/cli/core/__init__.py2023-01-10 
16:46:13.0 +0100
+++ new/azure-cli-core-2.45.0/azure/cli/core/__init__.py2023-02-03 
10:37:38.0 +0100
@@ -4,7 +4,7 @@
 # 

 # pylint: disable=line-too-long
 
-__version__ = "2.44.1"
+__version__ = "2.45.0"
 
 import os
 import sys
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-core-2.44.1/azure/cli/core/aaz/__init__.py 
new/azure-cli-core-2.45.0/azure/cli/core/aaz/__init__.py
--- old/azure-cli-core-2.44.1/azure/cli/core/aaz/__init__.py2023-01-10 
16:46:13.0 +0100
+++ new/azure-cli-core-2.45.0/azure/cli/core/aaz/__init__.py2023-02-03 
10:37:38.0 +0100
@@ -12,11 +12,11 @@
 from ._arg import AAZArgumentsSchema, AAZArgEnum, AAZStrArg, AAZIntArg, 
AAZObjectArg, AAZDictArg, \
 AAZFreeFormDictArg, AAZFloatArg, AAZBaseArg, AAZBoolArg, AAZListArg, 
AAZResourceGroupNameArg, \
 AAZResourceLocationArg, AAZResourceIdArg, AAZSubscriptionIdArg, 
AAZUuidArg, AAZDateArg, AAZTimeArg, \
-AAZDateTimeArg, AAZDurationArg
+AAZDateTimeArg, AAZDurationArg, AAZFileArg
 from ._arg_fmt import AAZStrArgFormat, AAZIntArgFormat, AAZFloatArgFormat, 
AAZBoolArgFormat, AAZObjectArgFormat, \
 AAZDictArgFormat, AAZFreeFormDictArgFormat, AAZListArgFormat, 
AAZResourceLocationArgFormat, \
 AAZResourceIdArgFormat, AAZSubscriptionIdArgFormat, AAZUuidFormat, 
AAZDateFormat, AAZTimeFormat, \
-AAZDateTimeFormat, AAZDurationFormat
+AAZDateTimeFormat, AAZDurationFormat, AAZFileArgTextFormat, 
AAZFileArgBase64EncodeFormat, AAZFileArgFormat
 from ._base import has_value, AAZValuePatch, AAZUndefined
 from ._command import AAZCommand, AAZWaitCommand, AAZCommandGroup, \
 register_callback, register_command, register_command_group, 
load_aaz_command_table
diff -urN 

commit azure-cli-core for openSUSE:Factory

2023-01-19 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package azure-cli-core for openSUSE:Factory 
checked in at 2023-01-19 16:44:08

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


Package is "azure-cli-core"

Thu Jan 19 16:44:08 2023 rev:48 rq:1059505 version:2.44.1

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-core/azure-cli-core.changes
2023-01-11 14:36:24.581690560 +0100
+++ /work/SRC/openSUSE:Factory/.azure-cli-core.new.32243/azure-cli-core.changes 
2023-01-19 16:44:24.973835223 +0100
@@ -1,0 +2,8 @@
+Wed Jan 18 12:58:41 UTC 2023 - John Paul Adrian Glaubitz 

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

Old:

  azure-cli-core-2.44.0.tar.gz

New:

  azure-cli-core-2.44.1.tar.gz



Other differences:
--
++ azure-cli-core.spec ++
--- /var/tmp/diff_new_pack.8hFumJ/_old  2023-01-19 16:44:25.461837763 +0100
+++ /var/tmp/diff_new_pack.8hFumJ/_new  2023-01-19 16:44:25.465837785 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   azure-cli-core
-Version:2.44.0
+Version:2.44.1
 Release:0
 Summary:Microsoft Azure CLI Core Module
 License:MIT

++ azure-cli-core-2.44.0.tar.gz -> azure-cli-core-2.44.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-core-2.44.0/HISTORY.rst 
new/azure-cli-core-2.44.1/HISTORY.rst
--- old/azure-cli-core-2.44.0/HISTORY.rst   2023-01-06 05:23:51.0 
+0100
+++ new/azure-cli-core-2.44.1/HISTORY.rst   2023-01-10 16:46:13.0 
+0100
@@ -3,6 +3,10 @@
 Release History
 ===
 
+2.44.1
+++
+* No changes
+
 2.44.0
 ++
 * `aaz`: Support subresource selector (#24827)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-core-2.44.0/PKG-INFO 
new/azure-cli-core-2.44.1/PKG-INFO
--- old/azure-cli-core-2.44.0/PKG-INFO  2023-01-06 05:24:14.887853000 +0100
+++ new/azure-cli-core-2.44.1/PKG-INFO  2023-01-10 16:46:39.006603000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: azure-cli-core
-Version: 2.44.0
+Version: 2.44.1
 Summary: Microsoft Azure Command-Line Tools Core Module
 Home-page: https://github.com/Azure/azure-cli
 Author: Microsoft Corporation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-core-2.44.0/azure/cli/core/__init__.py 
new/azure-cli-core-2.44.1/azure/cli/core/__init__.py
--- old/azure-cli-core-2.44.0/azure/cli/core/__init__.py2023-01-06 
05:23:51.0 +0100
+++ new/azure-cli-core-2.44.1/azure/cli/core/__init__.py2023-01-10 
16:46:13.0 +0100
@@ -4,7 +4,7 @@
 # 

 # pylint: disable=line-too-long
 
-__version__ = "2.44.0"
+__version__ = "2.44.1"
 
 import os
 import sys
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/azure-cli-core-2.44.0/azure_cli_core.egg-info/PKG-INFO 
new/azure-cli-core-2.44.1/azure_cli_core.egg-info/PKG-INFO
--- old/azure-cli-core-2.44.0/azure_cli_core.egg-info/PKG-INFO  2023-01-06 
05:24:14.0 +0100
+++ new/azure-cli-core-2.44.1/azure_cli_core.egg-info/PKG-INFO  2023-01-10 
16:46:38.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: azure-cli-core
-Version: 2.44.0
+Version: 2.44.1
 Summary: Microsoft Azure Command-Line Tools Core Module
 Home-page: https://github.com/Azure/azure-cli
 Author: Microsoft Corporation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-core-2.44.0/setup.py 
new/azure-cli-core-2.44.1/setup.py
--- old/azure-cli-core-2.44.0/setup.py  2023-01-06 05:23:51.0 +0100
+++ new/azure-cli-core-2.44.1/setup.py  2023-01-10 16:46:13.0 +0100
@@ -8,7 +8,7 @@
 from codecs import open
 from setuptools import setup, find_packages
 
-VERSION = "2.44.0"
+VERSION = "2.44.1"
 
 # If we have source, validate that our version numbers match
 # This should prevent uploading releases with mismatched versions.


commit azure-cli-core for openSUSE:Factory

2023-01-11 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package azure-cli-core for openSUSE:Factory 
checked in at 2023-01-11 14:34:42

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


Package is "azure-cli-core"

Wed Jan 11 14:34:42 2023 rev:47 rq:1057630 version:2.44.0

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-core/azure-cli-core.changes
2022-12-07 17:36:10.872938692 +0100
+++ /work/SRC/openSUSE:Factory/.azure-cli-core.new.32243/azure-cli-core.changes 
2023-01-11 14:36:24.581690560 +0100
@@ -1,0 +2,12 @@
+Tue Jan 10 09:38:44 UTC 2023 - John Paul Adrian Glaubitz 

+
+- New upstream release
+  + Version 2.44.0
+  + For detailed information about changes see the
+HISTORY.rst file provided with this package
+- Drop patches for issues fixed upstream
+  + acc_update-argcomplete.patch
+- Relax version dependency for python-packaging
+  in BuildRequires (bsc#1206869)
+
+---

Old:

  acc_update-argcomplete.patch
  azure-cli-core-2.43.0.tar.gz

New:

  azure-cli-core-2.44.0.tar.gz



Other differences:
--
++ azure-cli-core.spec ++
--- /var/tmp/diff_new_pack.9CRXR5/_old  2023-01-11 14:36:25.005692957 +0100
+++ /var/tmp/diff_new_pack.9CRXR5/_new  2023-01-11 14:36:25.009692979 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package azure-cli-core
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # 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-core
-Version:2.43.0
+Version:2.44.0
 Release:0
 Summary:Microsoft Azure CLI Core Module
 License:MIT
@@ -26,7 +26,6 @@
 Source: 
https://files.pythonhosted.org/packages/source/a/azure-cli-core/azure-cli-core-%{version}.tar.gz
 Source1:LICENSE.txt
 Patch0: acc_disable-update-check.patch
-Patch1: acc_update-argcomplete.patch
 BuildRequires:  azure-cli-nspkg
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
@@ -52,7 +51,7 @@
 Requires:   python3-msal-extensions >= 1.0.0
 Requires:   python3-msrestazure < 0.7.0
 Requires:   python3-msrestazure >= 0.6.4
-Requires:   python3-packaging < 22.0
+Requires:   python3-packaging < 24.0
 Requires:   python3-packaging >= 20.9
 Requires:   python3-paramiko < 3.0.0
 Requires:   python3-paramiko >= 2.0.8
@@ -77,7 +76,6 @@
 %prep
 %setup -q -n azure-cli-core-%{version}
 %patch0 -p1
-%patch1 -p1
 
 %build
 install -m 644 %{SOURCE1} %{_builddir}/azure-cli-core-%{version}

++ azure-cli-core-2.43.0.tar.gz -> azure-cli-core-2.44.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-core-2.43.0/HISTORY.rst 
new/azure-cli-core-2.44.0/HISTORY.rst
--- old/azure-cli-core-2.43.0/HISTORY.rst   2022-12-02 07:07:20.0 
+0100
+++ new/azure-cli-core-2.44.0/HISTORY.rst   2023-01-06 05:23:51.0 
+0100
@@ -3,6 +3,11 @@
 Release History
 ===
 
+2.44.0
+++
+* `aaz`: Support subresource selector (#24827)
+* `aaz`: Improve generic update arguments to consist with previous behaviors 
(#24960)
+
 2.43.0
 ++
 * `aaz`: Fix `has_value` function for list, dict and object arg types (#24625)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-core-2.43.0/PKG-INFO 
new/azure-cli-core-2.44.0/PKG-INFO
--- old/azure-cli-core-2.43.0/PKG-INFO  2022-12-02 07:07:41.304211400 +0100
+++ new/azure-cli-core-2.44.0/PKG-INFO  2023-01-06 05:24:14.887853000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: azure-cli-core
-Version: 2.43.0
+Version: 2.44.0
 Summary: Microsoft Azure Command-Line Tools Core Module
 Home-page: https://github.com/Azure/azure-cli
 Author: Microsoft Corporation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-core-2.43.0/azure/cli/core/__init__.py 
new/azure-cli-core-2.44.0/azure/cli/core/__init__.py
--- old/azure-cli-core-2.43.0/azure/cli/core/__init__.py2022-12-02 
07:07:20.0 +0100
+++ new/azure-cli-core-2.44.0/azure/cli/core/__init__.py2023-01-06 
05:23:51.0 +0100
@@ -4,7 +4,7 @@
 # 

 # pylint: disable=line-too-long
 
-__version__ = "2.43.0"
+__version__ = "2.44.0"
 
 import os
 import sys
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 

commit azure-cli-core for openSUSE:Factory

2022-12-07 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package azure-cli-core for openSUSE:Factory 
checked in at 2022-12-07 17:34:50

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


Package is "azure-cli-core"

Wed Dec  7 17:34:50 2022 rev:46 rq:1040745 version:2.43.0

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-core/azure-cli-core.changes
2022-11-10 14:24:24.079068552 +0100
+++ /work/SRC/openSUSE:Factory/.azure-cli-core.new.1835/azure-cli-core.changes  
2022-12-07 17:36:10.872938692 +0100
@@ -1,0 +2,9 @@
+Tue Dec  6 08:26:50 UTC 2022 - John Paul Adrian Glaubitz 

+
+- New upstream release
+  + Version 2.43.0
+  + For detailed information about changes see the
+HISTORY.rst file provided with this package
+- Update Requires from setup.py
+
+---

Old:

  azure-cli-core-2.42.0.tar.gz

New:

  azure-cli-core-2.43.0.tar.gz



Other differences:
--
++ azure-cli-core.spec ++
--- /var/tmp/diff_new_pack.gx6TKV/_old  2022-12-07 17:36:11.316941123 +0100
+++ /var/tmp/diff_new_pack.gx6TKV/_new  2022-12-07 17:36:11.320941145 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   azure-cli-core
-Version:2.42.0
+Version:2.43.0
 Release:0
 Summary:Microsoft Azure CLI Core Module
 License:MIT

++ azure-cli-core-2.42.0.tar.gz -> azure-cli-core-2.43.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-core-2.42.0/HISTORY.rst 
new/azure-cli-core-2.43.0/HISTORY.rst
--- old/azure-cli-core-2.42.0/HISTORY.rst   2022-10-28 05:24:17.0 
+0200
+++ new/azure-cli-core-2.43.0/HISTORY.rst   2022-12-02 07:07:20.0 
+0100
@@ -3,6 +3,15 @@
 Release History
 ===
 
+2.43.0
+++
+* `aaz`: Fix `has_value` function for list, dict and object arg types (#24625)
+* `aaz`: Support argument preview and experimental (#24637)
+* `aaz`: Add registered property for `AAZBaseArg` (#24640)
+* `aaz`: Add aazlist and aazdict args transform help functions (#24690)
+* `aaz`: Support camel case key in `AAZObjectType` (#24771)
+* Disable removing and updating system extension in Cloud Shell (#24361)
+
 2.42.0
 ++
 * `aaz`: Support `FreeFormDictType` and `FreeFormDictArg` (#24183)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-core-2.42.0/PKG-INFO 
new/azure-cli-core-2.43.0/PKG-INFO
--- old/azure-cli-core-2.42.0/PKG-INFO  2022-10-28 05:24:43.010562700 +0200
+++ new/azure-cli-core-2.43.0/PKG-INFO  2022-12-02 07:07:41.304211400 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: azure-cli-core
-Version: 2.42.0
+Version: 2.43.0
 Summary: Microsoft Azure Command-Line Tools Core Module
 Home-page: https://github.com/Azure/azure-cli
 Author: Microsoft Corporation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-core-2.42.0/azure/cli/core/__init__.py 
new/azure-cli-core-2.43.0/azure/cli/core/__init__.py
--- old/azure-cli-core-2.42.0/azure/cli/core/__init__.py2022-10-28 
05:24:17.0 +0200
+++ new/azure-cli-core-2.43.0/azure/cli/core/__init__.py2022-12-02 
07:07:20.0 +0100
@@ -4,7 +4,7 @@
 # 

 # pylint: disable=line-too-long
 
-__version__ = "2.42.0"
+__version__ = "2.43.0"
 
 import os
 import sys
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-core-2.42.0/azure/cli/core/aaz/_arg.py 
new/azure-cli-core-2.43.0/azure/cli/core/aaz/_arg.py
--- old/azure-cli-core-2.42.0/azure/cli/core/aaz/_arg.py2022-10-28 
05:24:17.0 +0200
+++ new/azure-cli-core-2.43.0/azure/cli/core/aaz/_arg.py2022-12-02 
07:07:20.0 +0100
@@ -7,16 +7,20 @@
 
 from azure.cli.core import azclierror
 from knack.arguments import CLICommandArgument, CaseInsensitiveList
+from knack.preview import PreviewItem
+from knack.experimental import ExperimentalItem
+from knack.util import status_tag_messages
 
 from ._arg_action import AAZSimpleTypeArgAction, AAZObjectArgAction, 
AAZDictArgAction, AAZFreeFormDictArgAction, \
 AAZListArgAction, AAZGenericUpdateAction, AAZGenericUpdateForceStringAction
-from ._base import AAZBaseType, AAZUndefined
+from ._base import AAZBaseType, AAZUndefined, AAZBaseValue
 from ._field_type import AAZObjectType, AAZStrType, AAZIntType, AAZBoolType, 
AAZFloatType, AAZListType, AAZDictType, \
 AAZSimpleType, AAZFreeFormDictType
 from ._field_value import AAZObject
 from ._arg_fmt 

commit azure-cli-core for openSUSE:Factory

2022-11-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package azure-cli-core for openSUSE:Factory 
checked in at 2022-11-10 14:23:16

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


Package is "azure-cli-core"

Thu Nov 10 14:23:16 2022 rev:45 rq:1034800 version:2.42.0

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-core/azure-cli-core.changes
2022-10-19 13:17:46.261233793 +0200
+++ /work/SRC/openSUSE:Factory/.azure-cli-core.new.1597/azure-cli-core.changes  
2022-11-10 14:24:24.079068552 +0100
@@ -1,0 +2,8 @@
+Tue Nov  1 09:35:52 UTC 2022 - John Paul Adrian Glaubitz 

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

Old:

  azure-cli-core-2.41.0.tar.gz

New:

  azure-cli-core-2.42.0.tar.gz



Other differences:
--
++ azure-cli-core.spec ++
--- /var/tmp/diff_new_pack.Tm4sv0/_old  2022-11-10 14:24:24.507070975 +0100
+++ /var/tmp/diff_new_pack.Tm4sv0/_new  2022-11-10 14:24:24.511070997 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   azure-cli-core
-Version:2.41.0
+Version:2.42.0
 Release:0
 Summary:Microsoft Azure CLI Core Module
 License:MIT

++ azure-cli-core-2.41.0.tar.gz -> azure-cli-core-2.42.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-core-2.41.0/HISTORY.rst 
new/azure-cli-core-2.42.0/HISTORY.rst
--- old/azure-cli-core-2.41.0/HISTORY.rst   2022-10-10 05:01:41.0 
+0200
+++ new/azure-cli-core-2.42.0/HISTORY.rst   2022-10-28 05:24:17.0 
+0200
@@ -3,6 +3,11 @@
 Release History
 ===
 
+2.42.0
+++
+* `aaz`: Support `FreeFormDictType` and `FreeFormDictArg` (#24183)
+* `aaz`: Support `configured_default` property in arguments (#24411)
+
 2.41.0
 ++
 * Support Continuous Access Evaluation (#23635)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-core-2.41.0/PKG-INFO 
new/azure-cli-core-2.42.0/PKG-INFO
--- old/azure-cli-core-2.41.0/PKG-INFO  2022-10-10 05:01:57.753471900 +0200
+++ new/azure-cli-core-2.42.0/PKG-INFO  2022-10-28 05:24:43.010562700 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: azure-cli-core
-Version: 2.41.0
+Version: 2.42.0
 Summary: Microsoft Azure Command-Line Tools Core Module
 Home-page: https://github.com/Azure/azure-cli
 Author: Microsoft Corporation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-core-2.41.0/azure/cli/core/__init__.py 
new/azure-cli-core-2.42.0/azure/cli/core/__init__.py
--- old/azure-cli-core-2.41.0/azure/cli/core/__init__.py2022-10-10 
05:01:41.0 +0200
+++ new/azure-cli-core-2.42.0/azure/cli/core/__init__.py2022-10-28 
05:24:17.0 +0200
@@ -4,7 +4,7 @@
 # 

 # pylint: disable=line-too-long
 
-__version__ = "2.41.0"
+__version__ = "2.42.0"
 
 import os
 import sys
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-core-2.41.0/azure/cli/core/_profile.py 
new/azure-cli-core-2.42.0/azure/cli/core/_profile.py
--- old/azure-cli-core-2.41.0/azure/cli/core/_profile.py2022-10-10 
05:01:41.0 +0200
+++ new/azure-cli-core-2.42.0/azure/cli/core/_profile.py2022-10-28 
05:24:17.0 +0200
@@ -858,6 +858,8 @@
 
 # PREVIEW: On Windows, use core.allow_broker=true to use broker (WAM) for 
authentication.
 allow_broker = cli_ctx.config.getboolean('core', 'allow_broker', 
fallback=False)
+from .telemetry import set_broker_info
+set_broker_info(allow_broker=allow_broker)
 
 return Identity(*args, encrypt=encrypt, 
use_msal_http_cache=use_msal_http_cache, allow_broker=allow_broker,
 **kwargs)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-core-2.41.0/azure/cli/core/aaz/__init__.py 
new/azure-cli-core-2.42.0/azure/cli/core/aaz/__init__.py
--- old/azure-cli-core-2.41.0/azure/cli/core/aaz/__init__.py2022-10-10 
05:01:41.0 +0200
+++ new/azure-cli-core-2.42.0/azure/cli/core/aaz/__init__.py2022-10-28 
05:24:17.0 +0200
@@ -10,13 +10,16 @@
 """
 
 from ._arg import has_value, AAZArgumentsSchema, AAZArgEnum, AAZStrArg, 
AAZIntArg, AAZObjectArg, AAZDictArg, \
-AAZFloatArg, AAZBaseArg, AAZBoolArg, AAZListArg, AAZResourceGroupNameArg, 
AAZResourceLocationArg, \
-

commit azure-cli-core for openSUSE:Factory

2022-10-19 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package azure-cli-core for openSUSE:Factory 
checked in at 2022-10-19 13:17:23

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


Package is "azure-cli-core"

Wed Oct 19 13:17:23 2022 rev:44 rq:1010599 version:2.41.0

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-core/azure-cli-core.changes
2022-09-20 19:23:33.794470527 +0200
+++ /work/SRC/openSUSE:Factory/.azure-cli-core.new.2275/azure-cli-core.changes  
2022-10-19 13:17:46.261233793 +0200
@@ -1,0 +2,9 @@
+Thu Oct 13 08:09:02 UTC 2022 - John Paul Adrian Glaubitz 

+
+- New upstream release
+  + Version 2.41.0
+  + For detailed information about changes see the
+HISTORY.rst file provided with this package
+- Update Requires from setup.py
+
+---

Old:

  azure-cli-core-2.40.0.tar.gz

New:

  azure-cli-core-2.41.0.tar.gz



Other differences:
--
++ azure-cli-core.spec ++
--- /var/tmp/diff_new_pack.gGwgrt/_old  2022-10-19 13:17:47.865237118 +0200
+++ /var/tmp/diff_new_pack.gGwgrt/_new  2022-10-19 13:17:47.869237126 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   azure-cli-core
-Version:2.40.0
+Version:2.41.0
 Release:0
 Summary:Microsoft Azure CLI Core Module
 License:MIT
@@ -47,7 +47,7 @@
 Requires:   python3-knack < 1.0.0
 Requires:   python3-knack >= 0.10.0
 Requires:   python3-msal < 2.0.0
-Requires:   python3-msal >= 1.18.0b1
+Requires:   python3-msal >= 1.20.0
 Requires:   python3-msal-extensions < 2.0.0
 Requires:   python3-msal-extensions >= 1.0.0
 Requires:   python3-msrestazure < 0.7.0

++ azure-cli-core-2.40.0.tar.gz -> azure-cli-core-2.41.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-core-2.40.0/HISTORY.rst 
new/azure-cli-core-2.41.0/HISTORY.rst
--- old/azure-cli-core-2.40.0/HISTORY.rst   2022-09-02 07:40:04.0 
+0200
+++ new/azure-cli-core-2.41.0/HISTORY.rst   2022-10-10 05:01:41.0 
+0200
@@ -3,6 +3,16 @@
 Release History
 ===
 
+2.41.0
+++
+* Support Continuous Access Evaluation (#23635)
+* `aaz`: Support `yaml` file as value for compound arguments (#23817)
+* PREVIEW: Support Web Account Manager (WAM) login on Windows. To opt in, run 
`az config set core.allow_broker=true` (#23828)
+* `aaz`: Fix recursion depth exceeded for to_serialized_data of AAZObject 
(#23930)
+* `aaz`: Support customized life cycle callback functions for `AAZCommand` 
(#23949)
+* `aaz`: Fix two AAZObjects or AAZDicts comparison (#24035)
+* Revert #23514: Rename entry script `az.ps1` to `azps.ps1` (#24015)
+
 2.40.0
 ++
 * `aaz`: Support using `cli_ctx` to initiate AAZCommand class (#23459)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-core-2.40.0/PKG-INFO 
new/azure-cli-core-2.41.0/PKG-INFO
--- old/azure-cli-core-2.40.0/PKG-INFO  2022-09-02 07:40:15.802124500 +0200
+++ new/azure-cli-core-2.41.0/PKG-INFO  2022-10-10 05:01:57.753471900 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: azure-cli-core
-Version: 2.40.0
+Version: 2.41.0
 Summary: Microsoft Azure Command-Line Tools Core Module
 Home-page: https://github.com/Azure/azure-cli
 Author: Microsoft Corporation
@@ -16,7 +16,7 @@
 Classifier: Programming Language :: Python :: 3.9
 Classifier: Programming Language :: Python :: 3.10
 Classifier: License :: OSI Approved :: MIT License
-Requires-Python: >=3.6.0
+Requires-Python: >=3.7.0
 License-File: LICENSE.txt
 
 Microsoft Azure CLI Core Module
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-core-2.40.0/azure/cli/core/__init__.py 
new/azure-cli-core-2.41.0/azure/cli/core/__init__.py
--- old/azure-cli-core-2.40.0/azure/cli/core/__init__.py2022-09-02 
07:40:04.0 +0200
+++ new/azure-cli-core-2.41.0/azure/cli/core/__init__.py2022-10-10 
05:01:41.0 +0200
@@ -4,7 +4,7 @@
 # 

 # pylint: disable=line-too-long
 
-__version__ = "2.40.0"
+__version__ = "2.41.0"
 
 import os
 import sys
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-core-2.40.0/azure/cli/core/_profile.py 
new/azure-cli-core-2.41.0/azure/cli/core/_profile.py
--- old/azure-cli-core-2.40.0/azure/cli/core/_profile.py2022-09-02 
07:40:04.0 +0200
+++ new/azure-cli-core-2.41.0/azure/cli/core/_profile.py2022-10-10 

commit azure-cli-core for openSUSE:Factory

2022-09-20 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package azure-cli-core for openSUSE:Factory 
checked in at 2022-09-20 19:23:28

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


Package is "azure-cli-core"

Tue Sep 20 19:23:28 2022 rev:43 rq:1004118 version:2.40.0

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-core/azure-cli-core.changes
2022-08-08 11:43:01.082408802 +0200
+++ /work/SRC/openSUSE:Factory/.azure-cli-core.new.2083/azure-cli-core.changes  
2022-09-20 19:23:33.794470527 +0200
@@ -1,0 +2,12 @@
+Fri Sep 16 09:40:28 UTC 2022 - John Paul Adrian Glaubitz 

+
+- New upstream release
+  + Version 2.40.0
+  + For detailed information about changes see the
+HISTORY.rst file provided with this package
+- Refresh patches for new version
+  + acc_disable-update-check.patch
+  + acc_update-argcomplete.patch
+- Update Requires from setup.py
+
+---

Old:

  azure-cli-core-2.39.0.tar.gz

New:

  azure-cli-core-2.40.0.tar.gz



Other differences:
--
++ azure-cli-core.spec ++
--- /var/tmp/diff_new_pack.tQ0bgf/_old  2022-09-20 19:23:34.310472007 +0200
+++ /var/tmp/diff_new_pack.tQ0bgf/_new  2022-09-20 19:23:34.318472030 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   azure-cli-core
-Version:2.39.0
+Version:2.40.0
 Release:0
 Summary:Microsoft Azure CLI Core Module
 License:MIT
@@ -33,7 +33,7 @@
 BuildRequires:  python3-azure-nspkg >= 3.0.0
 BuildRequires:  python3-setuptools
 Requires:   azure-cli-nspkg
-Requires:   azure-cli-telemetry >= 1.0.7
+Requires:   azure-cli-telemetry >= 1.0.8
 Requires:   python3-PyJWT >= 2.1.0
 Requires:   python3-argcomplete < 3.0
 Requires:   python3-argcomplete >= 2.0
@@ -45,7 +45,7 @@
 Requires:   python3-humanfriendly >= 10.0
 Requires:   python3-jmespath
 Requires:   python3-knack < 1.0.0
-Requires:   python3-knack >= 0.9.0
+Requires:   python3-knack >= 0.10.0
 Requires:   python3-msal < 2.0.0
 Requires:   python3-msal >= 1.18.0b1
 Requires:   python3-msal-extensions < 2.0.0

++ acc_disable-update-check.patch ++
--- /var/tmp/diff_new_pack.tQ0bgf/_old  2022-09-20 19:23:34.350472121 +0200
+++ /var/tmp/diff_new_pack.tQ0bgf/_new  2022-09-20 19:23:34.354472133 +0200
@@ -1,8 +1,7 @@
-Index: azure-cli-core-2.39.0/azure/cli/core/util.py
-===
 azure-cli-core-2.39.0.orig/azure/cli/core/util.py
-+++ azure-cli-core-2.39.0/azure/cli/core/util.py
-@@ -485,20 +485,7 @@ def show_updates_available(new_line_befo
+diff -Nru azure-cli-core-2.40.0.orig/azure/cli/core/util.py 
azure-cli-core-2.40.0/azure/cli/core/util.py
+--- azure-cli-core-2.40.0.orig/azure/cli/core/util.py  2022-09-02 
07:40:04.0 +0200
 azure-cli-core-2.40.0/azure/cli/core/util.py   2022-09-16 
11:13:11.938223294 +0200
+@@ -485,19 +485,7 @@
  
  
  def show_updates(updates_available_components, 
only_show_when_updates_available=False):
@@ -11,17 +10,16 @@
 -logger.warning('Unable to check if your CLI is up-to-date. Check 
your internet connection.')
 -elif updates_available_components:  # pylint: 
disable=too-many-nested-blocks
 -if in_cloud_console():
--warning_msg = 'You have %i updates available. They will be 
updated with the next build of Cloud Shell.'
+-warning_msg = 'You have %i update(s) available. They will be 
updated with the next build of Cloud Shell.'
 -else:
--warning_msg = "You have %i updates available."
+-warning_msg = "You have %i update(s) available."
 -if CLI_PACKAGE_NAME in updates_available_components:
 -warning_msg = "{} Consider updating your CLI installation 
with 'az upgrade'".format(warning_msg)
 -logger.warning(warning_msg, len(updates_available_components))
 -elif not only_show_when_updates_available:
 -print('Your CLI is up-to-date.')
--
 +return
  
+ 
  def get_json_object(json_string):
- """ Loads a JSON string as an object and converts all keys to snake case 
"""
 

++ acc_update-argcomplete.patch ++
--- /var/tmp/diff_new_pack.tQ0bgf/_old  2022-09-20 19:23:34.366472168 +0200
+++ /var/tmp/diff_new_pack.tQ0bgf/_new  2022-09-20 19:23:34.370472179 +0200
@@ -1,15 +1,13 @@
-
-Index: azure-cli-core-2.39.0/setup.py
-===
 azure-cli-core-2.39.0.orig/setup.py
-+++ azure-cli-core-2.39.0/setup.py
-@@ -43,7 +43,7 @@ CLASSIFIERS = [
+diff -Nru azure-cli-core-2.40.0.orig/setup.py 

commit azure-cli-core for openSUSE:Factory

2022-08-08 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package azure-cli-core for openSUSE:Factory 
checked in at 2022-08-08 11:42:59

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


Package is "azure-cli-core"

Mon Aug  8 11:42:59 2022 rev:42 rq:993720 version:2.39.0

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-core/azure-cli-core.changes
2022-07-22 19:21:50.816718479 +0200
+++ /work/SRC/openSUSE:Factory/.azure-cli-core.new.1521/azure-cli-core.changes  
2022-08-08 11:43:01.082408802 +0200
@@ -1,0 +2,14 @@
+Mon Aug  8 07:55:56 UTC 2022 - Dirk M??ller 
+
+- refresh previously empty acc_update-argcomplete.patch
+
+---
+Thu Aug  4 11:24:00 UTC 2022 - John Paul Adrian Glaubitz 

+
+- New upstream release
+  + Version 2.39.0
+  + For detailed information about changes see the
+HISTORY.rst file provided with this package
+- Update Requires from setup.py
+
+---

Old:

  azure-cli-core-2.38.0.tar.gz

New:

  azure-cli-core-2.39.0.tar.gz



Other differences:
--
++ azure-cli-core.spec ++
--- /var/tmp/diff_new_pack.E109kl/_old  2022-08-08 11:43:01.606409512 +0200
+++ /var/tmp/diff_new_pack.E109kl/_new  2022-08-08 11:43:01.614409523 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   azure-cli-core
-Version:2.38.0
+Version:2.39.0
 Release:0
 Summary:Microsoft Azure CLI Core Module
 License:MIT
@@ -33,7 +33,7 @@
 BuildRequires:  python3-azure-nspkg >= 3.0.0
 BuildRequires:  python3-setuptools
 Requires:   azure-cli-nspkg
-Requires:   azure-cli-telemetry >= 1.0.6
+Requires:   azure-cli-telemetry >= 1.0.7
 Requires:   python3-PyJWT >= 2.1.0
 Requires:   python3-argcomplete < 3.0
 Requires:   python3-argcomplete >= 2.0

++ acc_disable-update-check.patch ++
--- /var/tmp/diff_new_pack.E109kl/_old  2022-08-08 11:43:01.646409566 +0200
+++ /var/tmp/diff_new_pack.E109kl/_new  2022-08-08 11:43:01.650409572 +0200
@@ -1,7 +1,8 @@
-diff -Nru azure-cli-core-2.18.0.orig/azure/cli/core/util.py 
azure-cli-core-2.18.0/azure/cli/core/util.py
 azure-cli-core-2.18.0.orig/azure/cli/core/util.py  2021-01-15 
10:50:35.0 +0100
-+++ azure-cli-core-2.18.0/azure/cli/core/util.py   2021-01-21 
10:32:01.708270048 +0100
-@@ -439,20 +439,7 @@
+Index: azure-cli-core-2.39.0/azure/cli/core/util.py
+===
+--- azure-cli-core-2.39.0.orig/azure/cli/core/util.py
 azure-cli-core-2.39.0/azure/cli/core/util.py
+@@ -485,20 +485,7 @@ def show_updates_available(new_line_befo
  
  
  def show_updates(updates_available_components, 
only_show_when_updates_available=False):

++ acc_update-argcomplete.patch ++
--- /var/tmp/diff_new_pack.E109kl/_old  2022-08-08 11:43:01.662409588 +0200
+++ /var/tmp/diff_new_pack.E109kl/_new  2022-08-08 11:43:01.666409593 +0200
@@ -1,3 +1,15 @@
 
-(No newline at EOF)
+Index: azure-cli-core-2.39.0/setup.py
+===
+--- azure-cli-core-2.39.0.orig/setup.py
 azure-cli-core-2.39.0/setup.py
+@@ -43,7 +43,7 @@ CLASSIFIERS = [
+ ]
+ 
+ DEPENDENCIES = [
+-'argcomplete~=1.8',
++'argcomplete>=1.8.0',
+ 'azure-cli-telemetry==1.0.7.*',
+ 'azure-mgmt-core>=1.2.0,<2',
+ 'cryptography',
 

++ azure-cli-core-2.38.0.tar.gz -> azure-cli-core-2.39.0.tar.gz ++
 2202 lines of diff (skipped)


commit azure-cli-core for openSUSE:Factory

2022-07-22 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package azure-cli-core for openSUSE:Factory 
checked in at 2022-07-22 19:21:31

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


Package is "azure-cli-core"

Fri Jul 22 19:21:31 2022 rev:41 rq:990671 version:2.38.0

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-core/azure-cli-core.changes
2022-07-06 15:42:05.622525551 +0200
+++ /work/SRC/openSUSE:Factory/.azure-cli-core.new.21925/azure-cli-core.changes 
2022-07-22 19:21:50.816718479 +0200
@@ -1,0 +2,7 @@
+Thu Jul 21 08:41:45 UTC 2022 - John Paul Adrian Glaubitz 

+
+- Add patch to update argcomplete dependency
+  + acc_update-argcomplete.patch
+- Update Requires from setup.py
+
+---

New:

  acc_update-argcomplete.patch



Other differences:
--
++ azure-cli-core.spec ++
--- /var/tmp/diff_new_pack.XFnaMU/_old  2022-07-22 19:21:51.140718979 +0200
+++ /var/tmp/diff_new_pack.XFnaMU/_new  2022-07-22 19:21:51.144718985 +0200
@@ -26,6 +26,7 @@
 Source: 
https://files.pythonhosted.org/packages/source/a/azure-cli-core/azure-cli-core-%{version}.tar.gz
 Source1:LICENSE.txt
 Patch0: acc_disable-update-check.patch
+Patch1: acc_update-argcomplete.patch
 BuildRequires:  azure-cli-nspkg
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
@@ -34,8 +35,8 @@
 Requires:   azure-cli-nspkg
 Requires:   azure-cli-telemetry >= 1.0.6
 Requires:   python3-PyJWT >= 2.1.0
-Requires:   python3-argcomplete < 2.0
-Requires:   python3-argcomplete >= 1.8
+Requires:   python3-argcomplete < 3.0
+Requires:   python3-argcomplete >= 2.0
 Requires:   python3-azure-mgmt-core < 2.0.0
 Requires:   python3-azure-mgmt-core >= 1.2.0
 Requires:   python3-azure-nspkg >= 3.0.0
@@ -76,6 +77,7 @@
 %prep
 %setup -q -n azure-cli-core-%{version}
 %patch0 -p1
+%patch1 -p1
 
 %build
 install -m 644 %{SOURCE1} %{_builddir}/azure-cli-core-%{version}

++ acc_update-argcomplete.patch ++

(No newline at EOF)


commit azure-cli-core for openSUSE:Factory

2022-07-06 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package azure-cli-core for openSUSE:Factory 
checked in at 2022-07-06 15:41:53

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


Package is "azure-cli-core"

Wed Jul  6 15:41:53 2022 rev:40 rq:986888 version:2.38.0

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-core/azure-cli-core.changes
2022-06-05 00:45:42.700378293 +0200
+++ /work/SRC/openSUSE:Factory/.azure-cli-core.new.1548/azure-cli-core.changes  
2022-07-06 15:42:05.622525551 +0200
@@ -1,0 +2,8 @@
+Tue Jul  5 07:58:43 UTC 2022 - John Paul Adrian Glaubitz 

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

Old:

  azure-cli-core-2.37.0.tar.gz

New:

  azure-cli-core-2.38.0.tar.gz



Other differences:
--
++ azure-cli-core.spec ++
--- /var/tmp/diff_new_pack.i7Mb14/_old  2022-07-06 15:42:06.106526264 +0200
+++ /var/tmp/diff_new_pack.i7Mb14/_new  2022-07-06 15:42:06.110526270 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   azure-cli-core
-Version:2.37.0
+Version:2.38.0
 Release:0
 Summary:Microsoft Azure CLI Core Module
 License:MIT

++ azure-cli-core-2.37.0.tar.gz -> azure-cli-core-2.38.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-core-2.37.0/HISTORY.rst 
new/azure-cli-core-2.38.0/HISTORY.rst
--- old/azure-cli-core-2.37.0/HISTORY.rst   2022-05-23 16:02:55.0 
+0200
+++ new/azure-cli-core-2.38.0/HISTORY.rst   2022-07-01 06:13:48.0 
+0200
@@ -3,6 +3,10 @@
 Release History
 ===
 
+2.38.0
+++
+* Shorthand syntax: Simplify the escape character usage in Single Quotes 
String (#22607)
+
 2.37.0
 ++
 * Codegen v2 support (#20967)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-core-2.37.0/PKG-INFO 
new/azure-cli-core-2.38.0/PKG-INFO
--- old/azure-cli-core-2.37.0/PKG-INFO  2022-05-23 16:03:19.386597000 +0200
+++ new/azure-cli-core-2.38.0/PKG-INFO  2022-07-01 06:14:18.955989400 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: azure-cli-core
-Version: 2.37.0
+Version: 2.38.0
 Summary: Microsoft Azure Command-Line Tools Core Module
 Home-page: https://github.com/Azure/azure-cli
 Author: Microsoft Corporation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-core-2.37.0/azure/cli/core/__init__.py 
new/azure-cli-core-2.38.0/azure/cli/core/__init__.py
--- old/azure-cli-core-2.37.0/azure/cli/core/__init__.py2022-05-23 
16:02:55.0 +0200
+++ new/azure-cli-core-2.38.0/azure/cli/core/__init__.py2022-07-01 
06:13:48.0 +0200
@@ -4,7 +4,7 @@
 # 

 # pylint: disable=line-too-long
 
-__version__ = "2.37.0"
+__version__ = "2.38.0"
 
 import os
 import sys
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-core-2.37.0/azure/cli/core/aaz/_arg.py 
new/azure-cli-core-2.38.0/azure/cli/core/aaz/_arg.py
--- old/azure-cli-core-2.37.0/azure/cli/core/aaz/_arg.py2022-05-23 
16:02:55.0 +0200
+++ new/azure-cli-core-2.38.0/azure/cli/core/aaz/_arg.py2022-07-01 
06:13:48.0 +0200
@@ -104,6 +104,7 @@
 options_list=[*self._options] if self._options else None,
 required=self._required,
 help=self._help.get('short-summary', None),
+id_part=self._id_part,
 default=self._default,
 )
 if self._arg_group:
@@ -197,11 +198,15 @@
 def to_cmd_arg(self, name):
 from ._help import shorthand_help_messages
 arg = super().to_cmd_arg(name)
-short_summery = arg.type.settings.get('help', None) or ''
-if short_summery:
-short_summery += '  '
-short_summery += shorthand_help_messages['show-help'] + '  ' + 
shorthand_help_messages['short-summery']
-arg.help = short_summery
+short_summary = arg.type.settings.get('help', None) or ''
+if short_summary:
+short_summary += '  '
+short_summary += shorthand_help_messages['short-summary'] + ' ' + 
shorthand_help_messages['show-help']
+if isinstance(self, AAZListArg) and self.singular_options:
+singular_options = '  Singular flags: ' + ' '.join(
+[f'`{opt}`' for opt in self.singular_options])
+   

commit azure-cli-core for openSUSE:Factory

2022-06-04 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package azure-cli-core for openSUSE:Factory 
checked in at 2022-06-05 00:45:41

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


Package is "azure-cli-core"

Sun Jun  5 00:45:41 2022 rev:39 rq:979050 version:2.37.0

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-core/azure-cli-core.changes
2022-04-28 23:08:37.108725699 +0200
+++ /work/SRC/openSUSE:Factory/.azure-cli-core.new.1548/azure-cli-core.changes  
2022-06-05 00:45:42.700378293 +0200
@@ -1,0 +2,9 @@
+Tue May 24 10:45:33 UTC 2022 - John Paul Adrian Glaubitz 

+
+- New upstream release
+  + Version 2.37.0
+  + For detailed information about changes see the
+HISTORY.rst file provided with this package
+- Update Requires from setup.py
+
+---

Old:

  azure-cli-core-2.36.0.tar.gz

New:

  azure-cli-core-2.37.0.tar.gz



Other differences:
--
++ azure-cli-core.spec ++
--- /var/tmp/diff_new_pack.kA4EwP/_old  2022-06-05 00:45:43.244378754 +0200
+++ /var/tmp/diff_new_pack.kA4EwP/_new  2022-06-05 00:45:43.248378757 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   azure-cli-core
-Version:2.36.0
+Version:2.37.0
 Release:0
 Summary:Microsoft Azure CLI Core Module
 License:MIT
@@ -46,7 +46,7 @@
 Requires:   python3-knack < 1.0.0
 Requires:   python3-knack >= 0.9.0
 Requires:   python3-msal < 2.0.0
-Requires:   python3-msal >= 1.17.0
+Requires:   python3-msal >= 1.18.0b1
 Requires:   python3-msal-extensions < 2.0.0
 Requires:   python3-msal-extensions >= 1.0.0
 Requires:   python3-msrestazure < 0.7.0

++ azure-cli-core-2.36.0.tar.gz -> azure-cli-core-2.37.0.tar.gz ++
 4522 lines of diff (skipped)


commit azure-cli-core for openSUSE:Factory

2022-04-28 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package azure-cli-core for openSUSE:Factory 
checked in at 2022-04-28 23:08:25

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


Package is "azure-cli-core"

Thu Apr 28 23:08:25 2022 rev:38 rq:973760 version:2.36.0

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-core/azure-cli-core.changes
2022-04-17 23:51:43.166461572 +0200
+++ /work/SRC/openSUSE:Factory/.azure-cli-core.new.1538/azure-cli-core.changes  
2022-04-28 23:08:37.108725699 +0200
@@ -1,0 +2,9 @@
+Tue Apr 26 11:03:48 UTC 2022 - John Paul Adrian Glaubitz 

+
+- New upstream release
+  + Version 2.36.0
+  + For detailed information about changes see the
+HISTORY.rst file provided with this package
+- Update Requires from setup.py
+
+---

Old:

  azure-cli-core-2.35.0.tar.gz

New:

  azure-cli-core-2.36.0.tar.gz



Other differences:
--
++ azure-cli-core.spec ++
--- /var/tmp/diff_new_pack.tRoCqK/_old  2022-04-28 23:08:37.612726169 +0200
+++ /var/tmp/diff_new_pack.tRoCqK/_new  2022-04-28 23:08:37.616726173 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   azure-cli-core
-Version:2.35.0
+Version:2.36.0
 Release:0
 Summary:Microsoft Azure CLI Core Module
 License:MIT
@@ -30,7 +30,6 @@
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 BuildRequires:  python3-azure-nspkg >= 3.0.0
-BuildRequires:  python3-mock
 BuildRequires:  python3-setuptools
 Requires:   azure-cli-nspkg
 Requires:   azure-cli-telemetry >= 1.0.6
@@ -48,8 +47,8 @@
 Requires:   python3-knack >= 0.9.0
 Requires:   python3-msal < 2.0.0
 Requires:   python3-msal >= 1.17.0
-Requires:   python3-msal-extensions < 1.0.0
-Requires:   python3-msal-extensions >= 0.3.1
+Requires:   python3-msal-extensions < 2.0.0
+Requires:   python3-msal-extensions >= 1.0.0
 Requires:   python3-msrestazure < 0.7.0
 Requires:   python3-msrestazure >= 0.6.4
 Requires:   python3-packaging < 22.0

++ azure-cli-core-2.35.0.tar.gz -> azure-cli-core-2.36.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-core-2.35.0/HISTORY.rst 
new/azure-cli-core-2.36.0/HISTORY.rst
--- old/azure-cli-core-2.35.0/HISTORY.rst   2022-04-01 08:15:32.0 
+0200
+++ new/azure-cli-core-2.36.0/HISTORY.rst   2022-04-22 06:52:26.0 
+0200
@@ -3,6 +3,10 @@
 Release History
 ===
 
+2.36.0
+++
+* Minor fixes
+
 2.35.0
 ++
 * Minor fixes
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-core-2.35.0/PKG-INFO 
new/azure-cli-core-2.36.0/PKG-INFO
--- old/azure-cli-core-2.35.0/PKG-INFO  2022-04-01 08:15:48.030060300 +0200
+++ new/azure-cli-core-2.36.0/PKG-INFO  2022-04-22 06:52:45.414125400 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: azure-cli-core
-Version: 2.35.0
+Version: 2.36.0
 Summary: Microsoft Azure Command-Line Tools Core Module
 Home-page: https://github.com/Azure/azure-cli
 Author: Microsoft Corporation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-core-2.35.0/azure/cli/core/__init__.py 
new/azure-cli-core-2.36.0/azure/cli/core/__init__.py
--- old/azure-cli-core-2.35.0/azure/cli/core/__init__.py2022-04-01 
08:15:32.0 +0200
+++ new/azure-cli-core-2.36.0/azure/cli/core/__init__.py2022-04-22 
06:52:26.0 +0200
@@ -4,7 +4,7 @@
 # 

 # pylint: disable=line-too-long
 
-__version__ = "2.35.0"
+__version__ = "2.36.0"
 
 import os
 import sys
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/azure-cli-core-2.35.0/azure/cli/core/auth/identity.py 
new/azure-cli-core-2.36.0/azure/cli/core/auth/identity.py
--- old/azure-cli-core-2.35.0/azure/cli/core/auth/identity.py   2022-04-01 
08:15:32.0 +0200
+++ new/azure-cli-core-2.36.0/azure/cli/core/auth/identity.py   2022-04-22 
06:52:26.0 +0200
@@ -22,6 +22,13 @@
 AZURE_CLI_CLIENT_ID = '04b07795-8ddb-461a-bbee-02f9e1bf7b46'
 
 
+# For environment credential
+AZURE_AUTHORITY_HOST = "AZURE_AUTHORITY_HOST"
+AZURE_TENANT_ID = "AZURE_TENANT_ID"
+AZURE_CLIENT_ID = "AZURE_CLIENT_ID"
+AZURE_CLIENT_SECRET = "AZURE_CLIENT_SECRET"
+
+
 logger = get_logger(__name__)
 
 
@@ -346,3 +353,23 @@
 os.remove(path)
 except FileNotFoundError:
 pass
+
+
+def get_environment_credential():
+# A temporary workaround used 

commit azure-cli-core for openSUSE:Factory

2022-04-18 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package azure-cli-core for openSUSE:Factory 
checked in at 2022-04-17 23:50:00

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


Package is "azure-cli-core"

Sun Apr 17 23:50:00 2022 rev:37 rq:969867 version:2.35.0

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-core/azure-cli-core.changes
2022-03-11 11:40:25.958551529 +0100
+++ /work/SRC/openSUSE:Factory/.azure-cli-core.new.1941/azure-cli-core.changes  
2022-04-17 23:51:43.166461572 +0200
@@ -1,0 +2,9 @@
+Tue Apr 12 09:06:15 UTC 2022 - John Paul Adrian Glaubitz 

+
+- New upstream release
+  + Version 2.35.0
+  + For detailed information about changes see the
+HISTORY.rst file provided with this package
+- Update Requires from setup.py
+
+---

Old:

  azure-cli-core-2.34.1.tar.gz

New:

  azure-cli-core-2.35.0.tar.gz



Other differences:
--
++ azure-cli-core.spec ++
--- /var/tmp/diff_new_pack.fQo9MN/_old  2022-04-17 23:51:43.578462137 +0200
+++ /var/tmp/diff_new_pack.fQo9MN/_new  2022-04-17 23:51:43.582462142 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   azure-cli-core
-Version:2.34.1
+Version:2.35.0
 Release:0
 Summary:Microsoft Azure CLI Core Module
 License:MIT
@@ -47,7 +47,7 @@
 Requires:   python3-knack < 1.0.0
 Requires:   python3-knack >= 0.9.0
 Requires:   python3-msal < 2.0.0
-Requires:   python3-msal >= 1.15.0
+Requires:   python3-msal >= 1.17.0
 Requires:   python3-msal-extensions < 1.0.0
 Requires:   python3-msal-extensions >= 0.3.1
 Requires:   python3-msrestazure < 0.7.0
@@ -58,6 +58,8 @@
 Requires:   python3-paramiko >= 2.0.8
 Requires:   python3-pip
 Requires:   python3-pkginfo >= 1.5.0.1
+Requires:   python3-psutil < 6.0
+Requires:   python3-psutil >= 5.9
 Requires:   python3-pyOpenSSL >= 17.1.0
 Requires:   python3-requests < 3.0.0
 Requires:   python3-requests >= 2.25.1

++ azure-cli-core-2.34.1.tar.gz -> azure-cli-core-2.35.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-core-2.34.1/HISTORY.rst 
new/azure-cli-core-2.35.0/HISTORY.rst
--- old/azure-cli-core-2.34.1/HISTORY.rst   2022-03-02 08:21:30.0 
+0100
+++ new/azure-cli-core-2.35.0/HISTORY.rst   2022-04-01 08:15:32.0 
+0200
@@ -3,6 +3,10 @@
 Release History
 ===
 
+2.35.0
+++
+* Minor fixes
+
 2.34.1
 ++
 * No changes
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-core-2.34.1/PKG-INFO 
new/azure-cli-core-2.35.0/PKG-INFO
--- old/azure-cli-core-2.34.1/PKG-INFO  2022-03-02 08:21:46.359761500 +0100
+++ new/azure-cli-core-2.35.0/PKG-INFO  2022-04-01 08:15:48.030060300 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: azure-cli-core
-Version: 2.34.1
+Version: 2.35.0
 Summary: Microsoft Azure Command-Line Tools Core Module
 Home-page: https://github.com/Azure/azure-cli
 Author: Microsoft Corporation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-core-2.34.1/azure/cli/core/__init__.py 
new/azure-cli-core-2.35.0/azure/cli/core/__init__.py
--- old/azure-cli-core-2.34.1/azure/cli/core/__init__.py2022-03-02 
08:21:30.0 +0100
+++ new/azure-cli-core-2.35.0/azure/cli/core/__init__.py2022-04-01 
08:15:32.0 +0200
@@ -4,7 +4,7 @@
 # 

 # pylint: disable=line-too-long
 
-__version__ = "2.34.1"
+__version__ = "2.35.0"
 
 import os
 import sys
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-core-2.34.1/azure/cli/core/_session.py 
new/azure-cli-core-2.35.0/azure/cli/core/_session.py
--- old/azure-cli-core-2.34.1/azure/cli/core/_session.py2022-03-02 
08:21:30.0 +0100
+++ new/azure-cli-core-2.35.0/azure/cli/core/_session.py2022-04-01 
08:15:32.0 +0200
@@ -7,13 +7,12 @@
 import logging
 import os
 import time
-
-import collections.abc as collections
+from collections.abc import MutableMapping
 
 from knack.log import get_logger
 
 
-class Session(collections.MutableMapping):
+class Session(MutableMapping):
 """
 A simple dict-like class that is backed by a JSON file.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/azure-cli-core-2.34.1/azure/cli/core/auth/binary_cache.py 

commit azure-cli-core for openSUSE:Factory

2022-03-11 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package azure-cli-core for openSUSE:Factory 
checked in at 2022-03-09 18:47:36

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


Package is "azure-cli-core"

Wed Mar  9 18:47:36 2022 rev:36 rq:960304 version:2.34.1

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-core/azure-cli-core.changes
2022-02-25 21:25:55.387647425 +0100
+++ /work/SRC/openSUSE:Factory/.azure-cli-core.new.2349/azure-cli-core.changes  
2022-03-11 11:40:25.958551529 +0100
@@ -1,0 +2,8 @@
+Mon Mar  7 11:03:18 UTC 2022 - John Paul Adrian Glaubitz 

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

Old:

  azure-cli-core-2.33.1.tar.gz

New:

  azure-cli-core-2.34.1.tar.gz



Other differences:
--
++ azure-cli-core.spec ++
--- /var/tmp/diff_new_pack.6KT8zB/_old  2022-03-11 11:40:26.394552018 +0100
+++ /var/tmp/diff_new_pack.6KT8zB/_new  2022-03-11 11:40:26.398552022 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   azure-cli-core
-Version:2.33.1
+Version:2.34.1
 Release:0
 Summary:Microsoft Azure CLI Core Module
 License:MIT

++ azure-cli-core-2.33.1.tar.gz -> azure-cli-core-2.34.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-core-2.33.1/HISTORY.rst 
new/azure-cli-core-2.34.1/HISTORY.rst
--- old/azure-cli-core-2.33.1/HISTORY.rst   2022-02-14 05:00:00.0 
+0100
+++ new/azure-cli-core-2.34.1/HISTORY.rst   2022-03-02 08:21:30.0 
+0100
@@ -3,6 +3,14 @@
 Release History
 ===
 
+2.34.1
+++
+* No changes
+
+2.34.0
+++
+* Minor fixes
+
 2.33.1
 ++
 * No changes
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-core-2.33.1/PKG-INFO 
new/azure-cli-core-2.34.1/PKG-INFO
--- old/azure-cli-core-2.33.1/PKG-INFO  2022-02-14 05:00:11.976788800 +0100
+++ new/azure-cli-core-2.34.1/PKG-INFO  2022-03-02 08:21:46.359761500 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: azure-cli-core
-Version: 2.33.1
+Version: 2.34.1
 Summary: Microsoft Azure Command-Line Tools Core Module
 Home-page: https://github.com/Azure/azure-cli
 Author: Microsoft Corporation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-core-2.33.1/azure/cli/core/__init__.py 
new/azure-cli-core-2.34.1/azure/cli/core/__init__.py
--- old/azure-cli-core-2.33.1/azure/cli/core/__init__.py2022-02-14 
05:00:00.0 +0100
+++ new/azure-cli-core-2.34.1/azure/cli/core/__init__.py2022-03-02 
08:21:30.0 +0100
@@ -4,7 +4,7 @@
 # 

 # pylint: disable=line-too-long
 
-__version__ = "2.33.1"
+__version__ = "2.34.1"
 
 import os
 import sys
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-core-2.33.1/azure/cli/core/_profile.py 
new/azure-cli-core-2.34.1/azure/cli/core/_profile.py
--- old/azure-cli-core-2.33.1/azure/cli/core/_profile.py2022-02-14 
05:00:00.0 +0100
+++ new/azure-cli-core-2.34.1/azure/cli/core/_profile.py2022-03-02 
08:21:30.0 +0100
@@ -643,38 +643,19 @@
 def get_sp_auth_info(self, subscription_id=None, name=None, password=None, 
cert_file=None):
 """Generate a JSON for --sdk-auth argument when used in:
 - az ad sp create-for-rbac --sdk-auth
-- az account show --sdk-auth
 """
 from collections import OrderedDict
 account = self.get_subscription(subscription_id)
 
 # is the credential created through command like 'create-for-rbac'?
 result = OrderedDict()
-if name and (password or cert_file):
-result['clientId'] = name
-if password:
-result['clientSecret'] = password
-else:
-result['clientCertificate'] = cert_file
-result['subscriptionId'] = subscription_id or 
account[_SUBSCRIPTION_ID]
-else:  # has logged in through cli
-user_type = account[_USER_ENTITY].get(_USER_TYPE)
-if user_type == _SERVICE_PRINCIPAL:
-client_id = account[_USER_ENTITY][_USER_NAME]
-result['clientId'] = client_id
-identity = _create_identity_instance(self.cli_ctx, 
self._authority, tenant_id=account[_TENANT_ID])
-

commit azure-cli-core for openSUSE:Factory

2022-02-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package azure-cli-core for openSUSE:Factory 
checked in at 2022-02-25 21:25:19

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


Package is "azure-cli-core"

Fri Feb 25 21:25:19 2022 rev:35 rq:957627 version:2.33.1

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-core/azure-cli-core.changes
2022-02-14 22:37:12.565576028 +0100
+++ /work/SRC/openSUSE:Factory/.azure-cli-core.new.1958/azure-cli-core.changes  
2022-02-25 21:25:55.387647425 +0100
@@ -1,0 +2,8 @@
+Wed Feb 23 12:07:09 UTC 2022 - John Paul Adrian Glaubitz 

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

Old:

  azure-cli-core-2.33.0.tar.gz

New:

  azure-cli-core-2.33.1.tar.gz



Other differences:
--
++ azure-cli-core.spec ++
--- /var/tmp/diff_new_pack.N2HGQk/_old  2022-02-25 21:25:55.899647516 +0100
+++ /var/tmp/diff_new_pack.N2HGQk/_new  2022-02-25 21:25:55.903647517 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   azure-cli-core
-Version:2.33.0
+Version:2.33.1
 Release:0
 Summary:Microsoft Azure CLI Core Module
 License:MIT

++ azure-cli-core-2.33.0.tar.gz -> azure-cli-core-2.33.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-core-2.33.0/HISTORY.rst 
new/azure-cli-core-2.33.1/HISTORY.rst
--- old/azure-cli-core-2.33.0/HISTORY.rst   2022-01-28 11:41:16.0 
+0100
+++ new/azure-cli-core-2.33.1/HISTORY.rst   2022-02-14 05:00:00.0 
+0100
@@ -3,6 +3,10 @@
 Release History
 ===
 
+2.33.1
+++
+* No changes
+
 2.33.0
 ++
 * Drop `--query-examples` global argument (#20962)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-core-2.33.0/PKG-INFO 
new/azure-cli-core-2.33.1/PKG-INFO
--- old/azure-cli-core-2.33.0/PKG-INFO  2022-01-28 11:41:32.555424200 +0100
+++ new/azure-cli-core-2.33.1/PKG-INFO  2022-02-14 05:00:11.976788800 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: azure-cli-core
-Version: 2.33.0
+Version: 2.33.1
 Summary: Microsoft Azure Command-Line Tools Core Module
 Home-page: https://github.com/Azure/azure-cli
 Author: Microsoft Corporation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-core-2.33.0/azure/cli/core/__init__.py 
new/azure-cli-core-2.33.1/azure/cli/core/__init__.py
--- old/azure-cli-core-2.33.0/azure/cli/core/__init__.py2022-01-28 
11:41:16.0 +0100
+++ new/azure-cli-core-2.33.1/azure/cli/core/__init__.py2022-02-14 
05:00:00.0 +0100
@@ -4,7 +4,7 @@
 # 

 # pylint: disable=line-too-long
 
-__version__ = "2.33.0"
+__version__ = "2.33.1"
 
 import os
 import sys
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/azure-cli-core-2.33.0/azure_cli_core.egg-info/PKG-INFO 
new/azure-cli-core-2.33.1/azure_cli_core.egg-info/PKG-INFO
--- old/azure-cli-core-2.33.0/azure_cli_core.egg-info/PKG-INFO  2022-01-28 
11:41:32.0 +0100
+++ new/azure-cli-core-2.33.1/azure_cli_core.egg-info/PKG-INFO  2022-02-14 
05:00:11.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: azure-cli-core
-Version: 2.33.0
+Version: 2.33.1
 Summary: Microsoft Azure Command-Line Tools Core Module
 Home-page: https://github.com/Azure/azure-cli
 Author: Microsoft Corporation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-core-2.33.0/setup.py 
new/azure-cli-core-2.33.1/setup.py
--- old/azure-cli-core-2.33.0/setup.py  2022-01-28 11:41:16.0 +0100
+++ new/azure-cli-core-2.33.1/setup.py  2022-02-14 05:00:00.0 +0100
@@ -8,7 +8,7 @@
 from codecs import open
 from setuptools import setup, find_packages
 
-VERSION = "2.33.0"
+VERSION = "2.33.1"
 
 # If we have source, validate that our version numbers match
 # This should prevent uploading releases with mismatched versions.


commit azure-cli-core for openSUSE:Factory

2022-02-14 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package azure-cli-core for openSUSE:Factory 
checked in at 2022-02-14 22:36:14

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


Package is "azure-cli-core"

Mon Feb 14 22:36:14 2022 rev:34 rq:954192 version:2.33.0

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-core/azure-cli-core.changes
2022-01-14 23:14:57.566698273 +0100
+++ /work/SRC/openSUSE:Factory/.azure-cli-core.new.1956/azure-cli-core.changes  
2022-02-14 22:37:12.565576028 +0100
@@ -1,0 +2,8 @@
+Fri Feb 11 10:32:28 UTC 2022 - John Paul Adrian Glaubitz 

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

Old:

  azure-cli-core-2.32.0.tar.gz

New:

  azure-cli-core-2.33.0.tar.gz



Other differences:
--
++ azure-cli-core.spec ++
--- /var/tmp/diff_new_pack.rYMcUj/_old  2022-02-14 22:37:12.997577154 +0100
+++ /var/tmp/diff_new_pack.rYMcUj/_new  2022-02-14 22:37:13.005577175 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   azure-cli-core
-Version:2.32.0
+Version:2.33.0
 Release:0
 Summary:Microsoft Azure CLI Core Module
 License:MIT

++ azure-cli-core-2.32.0.tar.gz -> azure-cli-core-2.33.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-core-2.32.0/HISTORY.rst 
new/azure-cli-core-2.33.0/HISTORY.rst
--- old/azure-cli-core-2.32.0/HISTORY.rst   2021-12-31 09:05:11.0 
+0100
+++ new/azure-cli-core-2.33.0/HISTORY.rst   2022-01-28 11:41:16.0 
+0100
@@ -3,6 +3,10 @@
 Release History
 ===
 
+2.33.0
+++
+* Drop `--query-examples` global argument (#20962)
+
 2.32.0
 ++
 * Use optimistic locking for service principal entry reads (#20408)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-core-2.32.0/PKG-INFO 
new/azure-cli-core-2.33.0/PKG-INFO
--- old/azure-cli-core-2.32.0/PKG-INFO  2021-12-31 09:05:24.478523300 +0100
+++ new/azure-cli-core-2.33.0/PKG-INFO  2022-01-28 11:41:32.555424200 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: azure-cli-core
-Version: 2.32.0
+Version: 2.33.0
 Summary: Microsoft Azure Command-Line Tools Core Module
 Home-page: https://github.com/Azure/azure-cli
 Author: Microsoft Corporation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-core-2.32.0/azure/cli/core/__init__.py 
new/azure-cli-core-2.33.0/azure/cli/core/__init__.py
--- old/azure-cli-core-2.32.0/azure/cli/core/__init__.py2021-12-31 
09:05:11.0 +0100
+++ new/azure-cli-core-2.33.0/azure/cli/core/__init__.py2022-01-28 
11:41:16.0 +0100
@@ -4,7 +4,7 @@
 # 

 # pylint: disable=line-too-long
 
-__version__ = "2.32.0"
+__version__ = "2.33.0"
 
 import os
 import sys
@@ -65,7 +65,6 @@
 from azure.cli.core.commands.transform import 
register_global_transforms
 from azure.cli.core._session import ACCOUNT, CONFIG, SESSION, INDEX, 
VERSIONS
 from azure.cli.core.util import handle_version_update
-from azure.cli.core.commands.query_examples import 
register_global_query_examples_argument
 
 from knack.util import ensure_dir
 
@@ -89,7 +88,6 @@
 self.local_context = AzCLILocalContext(self)
 register_global_transforms(self)
 register_global_subscription_argument(self)
-register_global_query_examples_argument(self)
 register_ids_argument(self)  # global subscription must be registered 
first!
 register_cache_arguments(self)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/azure-cli-core-2.32.0/azure/cli/core/commands/query_examples.py 
new/azure-cli-core-2.33.0/azure/cli/core/commands/query_examples.py
--- old/azure-cli-core-2.32.0/azure/cli/core/commands/query_examples.py 
2021-12-31 09:05:11.0 +0100
+++ new/azure-cli-core-2.33.0/azure/cli/core/commands/query_examples.py 
1970-01-01 01:00:00.0 +0100
@@ -1,338 +0,0 @@
-# 

-# Copyright (c) Microsoft Corporation. All rights reserved.
-# Licensed under the MIT License. See License.txt in the project root for 
license information.
-# 

-

commit azure-cli-core for openSUSE:Factory

2022-01-14 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package azure-cli-core for openSUSE:Factory 
checked in at 2022-01-14 23:13:27

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


Package is "azure-cli-core"

Fri Jan 14 23:13:27 2022 rev:33 rq:946412 version:2.32.0

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-core/azure-cli-core.changes
2021-12-08 22:09:45.222885043 +0100
+++ /work/SRC/openSUSE:Factory/.azure-cli-core.new.1892/azure-cli-core.changes  
2022-01-14 23:14:57.566698273 +0100
@@ -1,0 +2,9 @@
+Mon Jan 10 10:41:50 UTC 2022 - John Paul Adrian Glaubitz 

+
+- New upstream release
+  + Version 2.32.0
+  + For detailed information about changes see the
+HISTORY.rst file provided with this package
+- Update Requires from setup.py
+
+---

Old:

  azure-cli-core-2.31.0.tar.gz

New:

  azure-cli-core-2.32.0.tar.gz



Other differences:
--
++ azure-cli-core.spec ++
--- /var/tmp/diff_new_pack.ZvLs5V/_old  2022-01-14 23:14:57.974698536 +0100
+++ /var/tmp/diff_new_pack.ZvLs5V/_new  2022-01-14 23:14:57.978698539 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package azure-cli-core
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # 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-core
-Version:2.31.0
+Version:2.32.0
 Release:0
 Summary:Microsoft Azure CLI Core Module
 License:MIT
@@ -49,7 +49,11 @@
 Requires:   python3-msal < 2.0.0
 Requires:   python3-msal >= 1.15.0
 Requires:   python3-msal-extensions < 1.0.0
-Requires:   python3-msal-extensions >= 0.3.0
+Requires:   python3-msal-extensions >= 0.3.1
+Requires:   python3-msrestazure < 0.7.0
+Requires:   python3-msrestazure >= 0.6.4
+Requires:   python3-packaging < 22.0
+Requires:   python3-packaging >= 20.9
 Requires:   python3-paramiko < 3.0.0
 Requires:   python3-paramiko >= 2.0.8
 Requires:   python3-pip

++ azure-cli-core-2.31.0.tar.gz -> azure-cli-core-2.32.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-core-2.31.0/HISTORY.rst 
new/azure-cli-core-2.32.0/HISTORY.rst
--- old/azure-cli-core-2.31.0/HISTORY.rst   2021-12-03 06:02:53.0 
+0100
+++ new/azure-cli-core-2.32.0/HISTORY.rst   2021-12-31 09:05:11.0 
+0100
@@ -3,6 +3,10 @@
 Release History
 ===
 
+2.32.0
+++
+* Use optimistic locking for service principal entry reads (#20408)
+
 2.31.0
 ++
 * Use MSAL HTTP cache (#20234)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-core-2.31.0/PKG-INFO 
new/azure-cli-core-2.32.0/PKG-INFO
--- old/azure-cli-core-2.31.0/PKG-INFO  2021-12-03 06:03:07.647528200 +0100
+++ new/azure-cli-core-2.32.0/PKG-INFO  2021-12-31 09:05:24.478523300 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: azure-cli-core
-Version: 2.31.0
+Version: 2.32.0
 Summary: Microsoft Azure Command-Line Tools Core Module
 Home-page: https://github.com/Azure/azure-cli
 Author: Microsoft Corporation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-core-2.31.0/azure/cli/core/__init__.py 
new/azure-cli-core-2.32.0/azure/cli/core/__init__.py
--- old/azure-cli-core-2.31.0/azure/cli/core/__init__.py2021-12-03 
06:02:53.0 +0100
+++ new/azure-cli-core-2.32.0/azure/cli/core/__init__.py2021-12-31 
09:05:11.0 +0100
@@ -4,7 +4,7 @@
 # 

 # pylint: disable=line-too-long
 
-__version__ = "2.31.0"
+__version__ = "2.32.0"
 
 import os
 import sys
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-core-2.31.0/azure/cli/core/_profile.py 
new/azure-cli-core-2.32.0/azure/cli/core/_profile.py
--- old/azure-cli-core-2.31.0/azure/cli/core/_profile.py2021-12-03 
06:02:53.0 +0100
+++ new/azure-cli-core-2.32.0/azure/cli/core/_profile.py2021-12-31 
09:05:11.0 +0100
@@ -195,7 +195,7 @@
 
 def login_with_managed_identity(self, identity_id=None, 
allow_no_subscriptions=None):
 import jwt
-from msrestazure.tools import is_valid_resource_id
+from azure.mgmt.core.tools import is_valid_resource_id
 from azure.cli.core.auth.adal_authentication import 
MSIAuthenticationWrapper
   

commit azure-cli-core for openSUSE:Factory

2021-12-08 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package azure-cli-core for openSUSE:Factory 
checked in at 2021-12-08 22:08:55

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


Package is "azure-cli-core"

Wed Dec  8 22:08:55 2021 rev:32 rq:936287 version:2.31.0

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-core/azure-cli-core.changes
2021-11-20 02:39:31.636703517 +0100
+++ /work/SRC/openSUSE:Factory/.azure-cli-core.new.31177/azure-cli-core.changes 
2021-12-08 22:09:45.222885043 +0100
@@ -1,0 +2,10 @@
+Tue Dec  7 08:28:16 UTC 2021 - John Paul Adrian Glaubitz 

+
+- New upstream release
+  + Version 2.31.0
+  + For detailed information about changes see the
+HISTORY.rst file provided with this package
+- Remove bogus python-PyYAML dependency from Requires (bsc#1193394)
+- Update Requires from setup.py
+
+---

Old:

  azure-cli-core-2.30.0.tar.gz

New:

  azure-cli-core-2.31.0.tar.gz



Other differences:
--
++ azure-cli-core.spec ++
--- /var/tmp/diff_new_pack.qL6lxR/_old  2021-12-08 22:09:45.698885266 +0100
+++ /var/tmp/diff_new_pack.qL6lxR/_new  2021-12-08 22:09:45.702885268 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   azure-cli-core
-Version:2.30.0
+Version:2.31.0
 Release:0
 Summary:Microsoft Azure CLI Core Module
 License:MIT
@@ -35,19 +35,17 @@
 Requires:   azure-cli-nspkg
 Requires:   azure-cli-telemetry >= 1.0.6
 Requires:   python3-PyJWT >= 2.1.0
-Requires:   python3-PyYAML < 6.0
-Requires:   python3-PyYAML >= 5.2
 Requires:   python3-argcomplete < 2.0
 Requires:   python3-argcomplete >= 1.8
 Requires:   python3-azure-mgmt-core < 2.0.0
 Requires:   python3-azure-mgmt-core >= 1.2.0
 Requires:   python3-azure-nspkg >= 3.0.0
 Requires:   python3-cryptography
-Requires:   python3-humanfriendly < 10.0
-Requires:   python3-humanfriendly >= 4.7
+Requires:   python3-humanfriendly < 11.0
+Requires:   python3-humanfriendly >= 10.0
 Requires:   python3-jmespath
 Requires:   python3-knack < 1.0.0
-Requires:   python3-knack >= 0.8.2
+Requires:   python3-knack >= 0.9.0
 Requires:   python3-msal < 2.0.0
 Requires:   python3-msal >= 1.15.0
 Requires:   python3-msal-extensions < 1.0.0
@@ -59,7 +57,6 @@
 Requires:   python3-pyOpenSSL >= 17.1.0
 Requires:   python3-requests < 3.0.0
 Requires:   python3-requests >= 2.25.1
-Requires:   python3-urllib3 >= 1.26.5
 Requires:   python3-wheel >= 0.30.0
 %if %{python3_version_nodots} < 34
 Requires:   python-enum34 >= 1.0.4

++ azure-cli-core-2.30.0.tar.gz -> azure-cli-core-2.31.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-core-2.30.0/HISTORY.rst 
new/azure-cli-core-2.31.0/HISTORY.rst
--- old/azure-cli-core-2.30.0/HISTORY.rst   2021-10-29 12:07:43.0 
+0200
+++ new/azure-cli-core-2.31.0/HISTORY.rst   2021-12-03 06:02:53.0 
+0100
@@ -3,6 +3,10 @@
 Release History
 ===
 
+2.31.0
+++
+* Use MSAL HTTP cache (#20234)
+
 2.30.0
 ++
 * [BREAKING CHANGE] ADAL to MSAL migration (#19853)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-core-2.30.0/PKG-INFO 
new/azure-cli-core-2.31.0/PKG-INFO
--- old/azure-cli-core-2.30.0/PKG-INFO  2021-10-29 12:07:54.09177 +0200
+++ new/azure-cli-core-2.31.0/PKG-INFO  2021-12-03 06:03:07.647528200 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: azure-cli-core
-Version: 2.30.0
+Version: 2.31.0
 Summary: Microsoft Azure Command-Line Tools Core Module
 Home-page: https://github.com/Azure/azure-cli
 Author: Microsoft Corporation
@@ -16,6 +16,7 @@
 Classifier: Programming Language :: Python :: 3.7
 Classifier: Programming Language :: Python :: 3.8
 Classifier: Programming Language :: Python :: 3.9
+Classifier: Programming Language :: Python :: 3.10
 Classifier: License :: OSI Approved :: MIT License
 Requires-Python: >=3.6.0
 License-File: LICENSE.txt
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-core-2.30.0/azure/cli/core/__init__.py 
new/azure-cli-core-2.31.0/azure/cli/core/__init__.py
--- old/azure-cli-core-2.30.0/azure/cli/core/__init__.py2021-10-29 
12:07:43.0 +0200
+++ new/azure-cli-core-2.31.0/azure/cli/core/__init__.py2021-12-03 
06:02:53.0 +0100
@@ -4,7 +4,7 @@
 # 

 # pylint: 

commit azure-cli-core for openSUSE:Factory

2021-11-19 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package azure-cli-core for openSUSE:Factory 
checked in at 2021-11-20 02:38:33

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


Package is "azure-cli-core"

Sat Nov 20 02:38:33 2021 rev:31 rq:930279 version:2.30.0

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-core/azure-cli-core.changes
2021-10-16 22:47:32.532686963 +0200
+++ /work/SRC/openSUSE:Factory/.azure-cli-core.new.1895/azure-cli-core.changes  
2021-11-20 02:39:31.636703517 +0100
@@ -1,0 +2,9 @@
+Mon Nov  8 09:23:42 UTC 2021 - John Paul Adrian Glaubitz 

+
+- New upstream release
+  + Version 2.30.0
+  + For detailed information about changes see the
+HISTORY.rst file provided with this package
+- Update Requires from setup.py
+
+---

Old:

  azure-cli-core-2.29.0.tar.gz

New:

  azure-cli-core-2.30.0.tar.gz



Other differences:
--
++ azure-cli-core.spec ++
--- /var/tmp/diff_new_pack.gHAcsJ/_old  2021-11-20 02:39:32.160701788 +0100
+++ /var/tmp/diff_new_pack.gHAcsJ/_new  2021-11-20 02:39:32.160701788 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   azure-cli-core
-Version:2.29.0
+Version:2.30.0
 Release:0
 Summary:Microsoft Azure CLI Core Module
 License:MIT
@@ -37,8 +37,6 @@
 Requires:   python3-PyJWT >= 2.1.0
 Requires:   python3-PyYAML < 6.0
 Requires:   python3-PyYAML >= 5.2
-Requires:   python3-adal < 2.0
-Requires:   python3-adal >= 1.2.7
 Requires:   python3-argcomplete < 2.0
 Requires:   python3-argcomplete >= 1.8
 Requires:   python3-azure-mgmt-core < 2.0.0
@@ -51,9 +49,9 @@
 Requires:   python3-knack < 1.0.0
 Requires:   python3-knack >= 0.8.2
 Requires:   python3-msal < 2.0.0
-Requires:   python3-msal >= 1.10.0
+Requires:   python3-msal >= 1.15.0
 Requires:   python3-msal-extensions < 1.0.0
-Requires:   python3-msal-extensions >= 0.1.3
+Requires:   python3-msal-extensions >= 0.3.0
 Requires:   python3-paramiko < 3.0.0
 Requires:   python3-paramiko >= 2.0.8
 Requires:   python3-pip
@@ -61,8 +59,6 @@
 Requires:   python3-pyOpenSSL >= 17.1.0
 Requires:   python3-requests < 3.0.0
 Requires:   python3-requests >= 2.25.1
-Requires:   python3-six < 2.0.0
-Requires:   python3-six >= 1.12
 Requires:   python3-urllib3 >= 1.26.5
 Requires:   python3-wheel >= 0.30.0
 %if %{python3_version_nodots} < 34

++ azure-cli-core-2.29.0.tar.gz -> azure-cli-core-2.30.0.tar.gz ++
 3229 lines of diff (skipped)


commit azure-cli-core for openSUSE:Factory

2021-10-16 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package azure-cli-core for openSUSE:Factory 
checked in at 2021-10-16 22:47:05

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


Package is "azure-cli-core"

Sat Oct 16 22:47:05 2021 rev:30 rq:925516 version:2.29.0

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-core/azure-cli-core.changes
2021-09-17 23:25:58.945237832 +0200
+++ /work/SRC/openSUSE:Factory/.azure-cli-core.new.1890/azure-cli-core.changes  
2021-10-16 22:47:32.532686963 +0200
@@ -1,0 +2,9 @@
+Fri Oct 15 07:53:25 UTC 2021 - John Paul Adrian Glaubitz 

+
+- New upstream release
+  + Version 2.29.0
+  + For detailed information about changes see the
+HISTORY.rst file provided with this package
+- Update Requires from setup.py
+
+---

Old:

  azure-cli-core-2.28.1.tar.gz

New:

  azure-cli-core-2.29.0.tar.gz



Other differences:
--
++ azure-cli-core.spec ++
--- /var/tmp/diff_new_pack.AnSJ23/_old  2021-10-16 22:47:32.900687273 +0200
+++ /var/tmp/diff_new_pack.AnSJ23/_new  2021-10-16 22:47:32.904687276 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   azure-cli-core
-Version:2.28.1
+Version:2.29.0
 Release:0
 Summary:Microsoft Azure CLI Core Module
 License:MIT
@@ -41,12 +41,10 @@
 Requires:   python3-adal >= 1.2.7
 Requires:   python3-argcomplete < 2.0
 Requires:   python3-argcomplete >= 1.8
-Requires:   python3-azure-common < 2.0
-Requires:   python3-azure-common >= 1.1
 Requires:   python3-azure-mgmt-core < 2.0.0
-Requires:   python3-azure-mgmt-core >= 1.2.1
+Requires:   python3-azure-mgmt-core >= 1.2.0
 Requires:   python3-azure-nspkg >= 3.0.0
-Requires:   python3-cryptography >= 3.2
+Requires:   python3-cryptography
 Requires:   python3-humanfriendly < 10.0
 Requires:   python3-humanfriendly >= 4.7
 Requires:   python3-jmespath

++ azure-cli-core-2.28.1.tar.gz -> azure-cli-core-2.29.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-core-2.28.1/HISTORY.rst 
new/azure-cli-core-2.29.0/HISTORY.rst
--- old/azure-cli-core-2.28.1/HISTORY.rst   2021-09-09 09:00:29.0 
+0200
+++ new/azure-cli-core-2.29.0/HISTORY.rst   2021-10-08 11:21:53.0 
+0200
@@ -3,6 +3,11 @@
 Release History
 ===
 
+2.29.0
+++
+* Add a global config `core.disable_progress_bar` by `az config` to allow 
users to disable progress bar globally in the automation scenario. (#19464)
+* It is supported to use the parameter `--only-show-errors` to disable 
progress bar. (#19464)
+
 2.28.1
 ++
 * No changes
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-core-2.28.1/PKG-INFO 
new/azure-cli-core-2.29.0/PKG-INFO
--- old/azure-cli-core-2.28.1/PKG-INFO  2021-09-09 09:00:43.452860600 +0200
+++ new/azure-cli-core-2.29.0/PKG-INFO  2021-10-08 11:22:05.355128500 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: azure-cli-core
-Version: 2.28.1
+Version: 2.29.0
 Summary: Microsoft Azure Command-Line Tools Core Module
 Home-page: https://github.com/Azure/azure-cli
 Author: Microsoft Corporation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-core-2.28.1/azure/cli/core/__init__.py 
new/azure-cli-core-2.29.0/azure/cli/core/__init__.py
--- old/azure-cli-core-2.28.1/azure/cli/core/__init__.py2021-09-09 
09:00:29.0 +0200
+++ new/azure-cli-core-2.29.0/azure/cli/core/__init__.py2021-10-08 
11:21:53.0 +0200
@@ -4,7 +4,7 @@
 # 

 # pylint: disable=line-too-long
 
-__version__ = "2.28.1"
+__version__ = "2.29.0"
 
 import os
 import sys
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/azure-cli-core-2.28.1/azure/cli/core/commands/__init__.py 
new/azure-cli-core-2.29.0/azure/cli/core/commands/__init__.py
--- old/azure-cli-core-2.28.1/azure/cli/core/commands/__init__.py   
2021-09-09 09:00:29.0 +0200
+++ new/azure-cli-core-2.29.0/azure/cli/core/commands/__init__.py   
2021-10-08 11:21:53.0 +0200
@@ -875,7 +875,11 @@
 self.poller_done_interval_ms = poller_done_interval_ms
 self.deploy_dict = {}
 self.last_progress_report = datetime.datetime.now()
-self.progress_bar = progress_bar if progress_bar is not None else 
IndeterminateProgressBar(cli_ctx)
+
+self.progress_bar = None
+  

commit azure-cli-core for openSUSE:Factory

2021-09-17 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package azure-cli-core for openSUSE:Factory 
checked in at 2021-09-17 23:25:42

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


Package is "azure-cli-core"

Fri Sep 17 23:25:42 2021 rev:29 rq:918721 version:2.28.1

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-core/azure-cli-core.changes
2021-09-10 23:40:39.386517580 +0200
+++ /work/SRC/openSUSE:Factory/.azure-cli-core.new.1899/azure-cli-core.changes  
2021-09-17 23:25:58.945237832 +0200
@@ -1,0 +2,8 @@
+Fri Sep 10 09:11:43 UTC 2021 - John Paul Adrian Glaubitz 

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

Old:

  azure-cli-core-2.27.2.tar.gz

New:

  azure-cli-core-2.28.1.tar.gz



Other differences:
--
++ azure-cli-core.spec ++
--- /var/tmp/diff_new_pack.UEwMba/_old  2021-09-17 23:25:59.357238199 +0200
+++ /var/tmp/diff_new_pack.UEwMba/_new  2021-09-17 23:25:59.357238199 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   azure-cli-core
-Version:2.27.2
+Version:2.28.1
 Release:0
 Summary:Microsoft Azure CLI Core Module
 License:MIT

++ azure-cli-core-2.27.2.tar.gz -> azure-cli-core-2.28.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-core-2.27.2/HISTORY.rst 
new/azure-cli-core-2.28.1/HISTORY.rst
--- old/azure-cli-core-2.27.2/HISTORY.rst   2021-08-23 05:32:32.0 
+0200
+++ new/azure-cli-core-2.28.1/HISTORY.rst   2021-09-09 09:00:29.0 
+0200
@@ -3,6 +3,14 @@
 Release History
 ===
 
+2.28.1
+++
+* No changes
+
+2.28.0
+++
+* Conditional Access: Show `--scope` for `az login` message when failed to 
refresh the access token (#17738)
+
 2.27.2
 ++
 * No changes
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-core-2.27.2/PKG-INFO 
new/azure-cli-core-2.28.1/PKG-INFO
--- old/azure-cli-core-2.27.2/PKG-INFO  2021-08-23 05:32:40.267739800 +0200
+++ new/azure-cli-core-2.28.1/PKG-INFO  2021-09-09 09:00:43.452860600 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: azure-cli-core
-Version: 2.27.2
+Version: 2.28.1
 Summary: Microsoft Azure Command-Line Tools Core Module
 Home-page: https://github.com/Azure/azure-cli
 Author: Microsoft Corporation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-core-2.27.2/azure/cli/core/__init__.py 
new/azure-cli-core-2.28.1/azure/cli/core/__init__.py
--- old/azure-cli-core-2.27.2/azure/cli/core/__init__.py2021-08-23 
05:32:32.0 +0200
+++ new/azure-cli-core-2.28.1/azure/cli/core/__init__.py2021-09-09 
09:00:29.0 +0200
@@ -4,7 +4,7 @@
 # 

 # pylint: disable=line-too-long
 
-__version__ = "2.27.2"
+__version__ = "2.28.1"
 
 import os
 import sys
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-core-2.27.2/azure/cli/core/_profile.py 
new/azure-cli-core-2.28.1/azure/cli/core/_profile.py
--- old/azure-cli-core-2.27.2/azure/cli/core/_profile.py2021-08-23 
05:32:32.0 +0200
+++ new/azure-cli-core-2.28.1/azure/cli/core/_profile.py2021-09-09 
09:00:29.0 +0200
@@ -19,7 +19,7 @@
 from azure.cli.core._environment import get_config_dir
 from azure.cli.core._session import ACCOUNT
 from azure.cli.core.util import get_file_json, in_cloud_console, 
open_page_in_browser, can_launch_browser,\
-is_windows, is_wsl, scopes_to_resource
+is_windows, is_wsl, scopes_to_resource, resource_to_scopes
 from azure.cli.core.cloud import get_active_cloud, set_cloud_subscription
 
 logger = get_logger(__name__)
@@ -574,11 +574,7 @@
"Please run `az login` with a user account or a 
service principal.")
 
 if identity_type is None:
-def _retrieve_token(sdk_resource=None):
-# When called by
-#   - Track 1 SDK, use `resource` specified by CLI
-#   - Track 2 SDK, use `sdk_resource` specified by SDK and 
ignore `resource` specified by CLI
-token_resource = sdk_resource or resource
+def _retrieve_token(token_resource):
 logger.debug("Retrieving token from ADAL for resource %r", 
token_resource)
 
 if in_cloud_console() and 

commit azure-cli-core for openSUSE:Factory

2021-09-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package azure-cli-core for openSUSE:Factory 
checked in at 2021-09-10 23:40:38

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


Package is "azure-cli-core"

Fri Sep 10 23:40:38 2021 rev:28 rq:916061 version:2.27.2

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-core/azure-cli-core.changes
2021-08-20 16:57:36.230898277 +0200
+++ /work/SRC/openSUSE:Factory/.azure-cli-core.new.1899/azure-cli-core.changes  
2021-09-10 23:40:39.386517580 +0200
@@ -1,0 +2,8 @@
+Wed Aug 25 11:13:53 UTC 2021 - John Paul Adrian Glaubitz 

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

Old:

  azure-cli-core-2.27.0.tar.gz

New:

  azure-cli-core-2.27.2.tar.gz



Other differences:
--
++ azure-cli-core.spec ++
--- /var/tmp/diff_new_pack.kqyWzA/_old  2021-09-10 23:40:39.806518027 +0200
+++ /var/tmp/diff_new_pack.kqyWzA/_new  2021-09-10 23:40:39.810518031 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   azure-cli-core
-Version:2.27.0
+Version:2.27.2
 Release:0
 Summary:Microsoft Azure CLI Core Module
 License:MIT

++ azure-cli-core-2.27.0.tar.gz -> azure-cli-core-2.27.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-core-2.27.0/HISTORY.rst 
new/azure-cli-core-2.27.2/HISTORY.rst
--- old/azure-cli-core-2.27.0/HISTORY.rst   2021-07-30 13:20:39.0 
+0200
+++ new/azure-cli-core-2.27.2/HISTORY.rst   2021-08-23 05:32:32.0 
+0200
@@ -3,6 +3,14 @@
 Release History
 ===
 
+2.27.2
+++
+* No changes
+
+2.27.1
+++
+* No changes
+
 2.27.0
 ++
 * Minor fixes
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-core-2.27.0/PKG-INFO 
new/azure-cli-core-2.27.2/PKG-INFO
--- old/azure-cli-core-2.27.0/PKG-INFO  2021-07-30 13:20:49.043157000 +0200
+++ new/azure-cli-core-2.27.2/PKG-INFO  2021-08-23 05:32:40.267739800 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: azure-cli-core
-Version: 2.27.0
+Version: 2.27.2
 Summary: Microsoft Azure Command-Line Tools Core Module
 Home-page: https://github.com/Azure/azure-cli
 Author: Microsoft Corporation
@@ -18,7 +18,6 @@
 Classifier: Programming Language :: Python :: 3.9
 Classifier: License :: OSI Approved :: MIT License
 Requires-Python: >=3.6.0
-Provides-Extra: test
 License-File: LICENSE.txt
 
 Microsoft Azure CLI Core Module
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-core-2.27.0/azure/cli/core/__init__.py 
new/azure-cli-core-2.27.2/azure/cli/core/__init__.py
--- old/azure-cli-core-2.27.0/azure/cli/core/__init__.py2021-07-30 
13:20:39.0 +0200
+++ new/azure-cli-core-2.27.2/azure/cli/core/__init__.py2021-08-23 
05:32:32.0 +0200
@@ -4,7 +4,7 @@
 # 

 # pylint: disable=line-too-long
 
-__version__ = "2.27.0"
+__version__ = "2.27.2"
 
 import os
 import sys
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/azure-cli-core-2.27.0/azure/cli/core/profiles/_shared.py 
new/azure-cli-core-2.27.2/azure/cli/core/profiles/_shared.py
--- old/azure-cli-core-2.27.0/azure/cli/core/profiles/_shared.py
2021-07-30 13:20:39.0 +0200
+++ new/azure-cli-core-2.27.2/azure/cli/core/profiles/_shared.py
2021-08-23 05:32:32.0 +0200
@@ -170,7 +170,7 @@
 'role_definitions': '2018-01-01-preview',
 'provider_operations_metadata': '2018-01-01-preview'
 }),
-ResourceType.MGMT_CONTAINERREGISTRY: SDKProfile('2020-11-01-preview', {
+ResourceType.MGMT_CONTAINERREGISTRY: SDKProfile('2021-06-01-preview', {
 'agent_pools': '2019-06-01-preview',
 'tasks': '2019-06-01-preview',
 'task_runs': '2019-06-01-preview',
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/azure-cli-core-2.27.0/azure_cli_core.egg-info/PKG-INFO 
new/azure-cli-core-2.27.2/azure_cli_core.egg-info/PKG-INFO
--- old/azure-cli-core-2.27.0/azure_cli_core.egg-info/PKG-INFO  2021-07-30 
13:20:48.0 +0200
+++ new/azure-cli-core-2.27.2/azure_cli_core.egg-info/PKG-INFO  2021-08-23 
05:32:40.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: azure-cli-core
-Version: 2.27.0
+Version: 2.27.2
 

commit azure-cli-core for openSUSE:Factory

2021-08-20 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package azure-cli-core for openSUSE:Factory 
checked in at 2021-08-20 16:57:35

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


Package is "azure-cli-core"

Fri Aug 20 16:57:35 2021 rev:27 rq:912003 version:2.27.0

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-core/azure-cli-core.changes
2021-07-17 23:37:14.525690650 +0200
+++ /work/SRC/openSUSE:Factory/.azure-cli-core.new.1899/azure-cli-core.changes  
2021-08-20 16:57:36.230898277 +0200
@@ -1,0 +2,17 @@
+Fri Aug  6 12:01:39 UTC 2021 - John Paul Adrian Glaubitz 

+
+- New upstream release
+  + Version 2.27.0
+  + For detailed information about changes see the
+HISTORY.rst file provided with this package
+
+---
+Tue Jul 13 12:53:05 UTC 2021 - John Paul Adrian Glaubitz 

+
+- New upstream release
+  + Version 2.26.0
+  + For detailed information about changes see the
+HISTORY.rst file provided with this package
+- Update Requires from setup.py
+
+---

Old:

  azure-cli-core-2.25.0.tar.gz

New:

  azure-cli-core-2.27.0.tar.gz



Other differences:
--
++ azure-cli-core.spec ++
--- /var/tmp/diff_new_pack.JvGjzV/_old  2021-08-20 16:57:36.910897242 +0200
+++ /var/tmp/diff_new_pack.JvGjzV/_new  2021-08-20 16:57:36.910897242 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   azure-cli-core
-Version:2.25.0
+Version:2.27.0
 Release:0
 Summary:Microsoft Azure CLI Core Module
 License:MIT
@@ -34,7 +34,7 @@
 BuildRequires:  python3-setuptools
 Requires:   azure-cli-nspkg
 Requires:   azure-cli-telemetry >= 1.0.6
-Requires:   python3-PyJWT >= 1.7.1
+Requires:   python3-PyJWT >= 2.1.0
 Requires:   python3-PyYAML < 6.0
 Requires:   python3-PyYAML >= 5.2
 Requires:   python3-adal < 2.0
@@ -62,7 +62,7 @@
 Requires:   python3-pkginfo >= 1.5.0.1
 Requires:   python3-pyOpenSSL >= 17.1.0
 Requires:   python3-requests < 3.0.0
-Requires:   python3-requests >= 2.22
+Requires:   python3-requests >= 2.25.1
 Requires:   python3-six < 2.0.0
 Requires:   python3-six >= 1.12
 Requires:   python3-urllib3 >= 1.26.5

++ azure-cli-core-2.25.0.tar.gz -> azure-cli-core-2.27.0.tar.gz ++
 1812 lines of diff (skipped)


commit azure-cli-core for openSUSE:Factory

2021-07-17 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package azure-cli-core for openSUSE:Factory 
checked in at 2021-07-17 23:36:34

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


Package is "azure-cli-core"

Sat Jul 17 23:36:34 2021 rev:26 rq:903654 version:2.25.0

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-core/azure-cli-core.changes
2021-06-15 16:38:04.493770163 +0200
+++ /work/SRC/openSUSE:Factory/.azure-cli-core.new.2632/azure-cli-core.changes  
2021-07-17 23:37:14.525690650 +0200
@@ -1,0 +2,9 @@
+Thu Jul  1 09:50:28 UTC 2021 - John Paul Adrian Glaubitz 

+
+- New upstream release (bsc#1187881)
+  + Version 2.25.0
+  + For detailed information about changes see the
+HISTORY.rst file provided with this package
+- Update Requires from setup.py
+
+---

Old:

  azure-cli-core-2.24.2.tar.gz

New:

  azure-cli-core-2.25.0.tar.gz



Other differences:
--
++ azure-cli-core.spec ++
--- /var/tmp/diff_new_pack.1Dx4kb/_old  2021-07-17 23:37:14.921687597 +0200
+++ /var/tmp/diff_new_pack.1Dx4kb/_new  2021-07-17 23:37:14.925687566 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   azure-cli-core
-Version:2.24.2
+Version:2.25.0
 Release:0
 Summary:Microsoft Azure CLI Core Module
 License:MIT
@@ -56,8 +56,6 @@
 Requires:   python3-msal >= 1.10.0
 Requires:   python3-msal-extensions < 1.0.0
 Requires:   python3-msal-extensions >= 0.1.3
-Requires:   python3-msrest >= 0.5.0
-Requires:   python3-msrestazure >= 0.6.3
 Requires:   python3-paramiko < 3.0.0
 Requires:   python3-paramiko >= 2.0.8
 Requires:   python3-pip
@@ -67,6 +65,7 @@
 Requires:   python3-requests >= 2.22
 Requires:   python3-six < 2.0.0
 Requires:   python3-six >= 1.12
+Requires:   python3-urllib3 >= 1.26.5
 Requires:   python3-wheel >= 0.30.0
 %if %{python3_version_nodots} < 34
 Requires:   python-enum34 >= 1.0.4

++ azure-cli-core-2.24.2.tar.gz -> azure-cli-core-2.25.0.tar.gz ++
 4619 lines of diff (skipped)


commit azure-cli-core for openSUSE:Factory

2021-06-15 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package azure-cli-core for openSUSE:Factory 
checked in at 2021-06-15 16:37:36

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


Package is "azure-cli-core"

Tue Jun 15 16:37:36 2021 rev:25 rq:899912 version:2.24.2

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-core/azure-cli-core.changes
2021-05-12 19:32:33.954957622 +0200
+++ /work/SRC/openSUSE:Factory/.azure-cli-core.new.32437/azure-cli-core.changes 
2021-06-15 16:38:04.493770163 +0200
@@ -1,0 +2,9 @@
+Wed Jun  9 15:31:24 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
+
+---

Old:

  azure-cli-core-2.23.0.tar.gz

New:

  azure-cli-core-2.24.2.tar.gz



Other differences:
--
++ azure-cli-core.spec ++
--- /var/tmp/diff_new_pack.MFpxGY/_old  2021-06-15 16:38:05.237771452 +0200
+++ /var/tmp/diff_new_pack.MFpxGY/_new  2021-06-15 16:38:05.241771458 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   azure-cli-core
-Version:2.23.0
+Version:2.24.2
 Release:0
 Summary:Microsoft Azure CLI Core Module
 License:MIT
@@ -45,15 +45,13 @@
 Requires:   python3-azure-common >= 1.1
 Requires:   python3-azure-mgmt-core < 2.0.0
 Requires:   python3-azure-mgmt-core >= 1.2.1
-Requires:   python3-azure-mgmt-resource < 17.0.0
-Requires:   python3-azure-mgmt-resource >= 16.0.0
 Requires:   python3-azure-nspkg >= 3.0.0
 Requires:   python3-cryptography >= 3.2
 Requires:   python3-humanfriendly < 10.0
 Requires:   python3-humanfriendly >= 4.7
 Requires:   python3-jmespath
 Requires:   python3-knack < 1.0.0
-Requires:   python3-knack >= 0.8.1
+Requires:   python3-knack >= 0.8.2
 Requires:   python3-msal < 2.0.0
 Requires:   python3-msal >= 1.10.0
 Requires:   python3-msal-extensions < 1.0.0

++ azure-cli-core-2.23.0.tar.gz -> azure-cli-core-2.24.2.tar.gz ++
 2935 lines of diff (skipped)


commit azure-cli-core for openSUSE:Factory

2021-05-12 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package azure-cli-core for openSUSE:Factory 
checked in at 2021-05-12 19:32:04

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


Package is "azure-cli-core"

Wed May 12 19:32:04 2021 rev:24 rq:892382 version:2.23.0

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-core/azure-cli-core.changes
2021-04-12 15:49:47.265266549 +0200
+++ /work/SRC/openSUSE:Factory/.azure-cli-core.new.2988/azure-cli-core.changes  
2021-05-12 19:32:33.954957622 +0200
@@ -1,0 +2,9 @@
+Mon May 10 16:00:53 UTC 2021 - John Paul Adrian Glaubitz 

+
+- New upstream release
+  + Version 2.23.0
+  + For detailed information about changes see the
+HISTORY.rst file provided with this package
+- Update Requires from setup.py
+
+---

Old:

  azure-cli-core-2.21.0.tar.gz

New:

  azure-cli-core-2.23.0.tar.gz



Other differences:
--
++ azure-cli-core.spec ++
--- /var/tmp/diff_new_pack.6dGS3P/_old  2021-05-12 19:32:34.362955992 +0200
+++ /var/tmp/diff_new_pack.6dGS3P/_new  2021-05-12 19:32:34.366955976 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   azure-cli-core
-Version:2.21.0
+Version:2.23.0
 Release:0
 Summary:Microsoft Azure CLI Core Module
 License:MIT
@@ -38,25 +38,22 @@
 Requires:   python3-PyYAML < 6.0
 Requires:   python3-PyYAML >= 5.2
 Requires:   python3-adal < 2.0
-Requires:   python3-adal >= 1.2.6
+Requires:   python3-adal >= 1.2.7
 Requires:   python3-argcomplete < 2.0
 Requires:   python3-argcomplete >= 1.8
-Requires:   python3-azure-mgmt-core < 2.0.0
-Requires:   python3-azure-mgmt-core >= 1.2.1
-# Temporarily using an embedded copy of azure-mgmt-resource
-# see: https://github.com/Azure/azure-cli/issues/15496
-# Requires:   python3-azure-mgmt-resource < 16.0.0
-# Requires:   python3-azure-mgmt-resource >= 15.0.0
 Requires:   python3-azure-common < 2.0
 Requires:   python3-azure-common >= 1.1
+Requires:   python3-azure-mgmt-core < 2.0.0
+Requires:   python3-azure-mgmt-core >= 1.2.1
+Requires:   python3-azure-mgmt-resource < 17.0.0
+Requires:   python3-azure-mgmt-resource >= 16.0.0
 Requires:   python3-azure-nspkg >= 3.0.0
-Requires:   python3-colorama >= 0.4.1
 Requires:   python3-cryptography >= 3.2
 Requires:   python3-humanfriendly < 10.0
 Requires:   python3-humanfriendly >= 4.7
 Requires:   python3-jmespath
 Requires:   python3-knack < 1.0.0
-Requires:   python3-knack >= 0.8.0rc2
+Requires:   python3-knack >= 0.8.1
 Requires:   python3-msal < 2.0.0
 Requires:   python3-msal >= 1.10.0
 Requires:   python3-msal-extensions < 1.0.0

++ azure-cli-core-2.21.0.tar.gz -> azure-cli-core-2.23.0.tar.gz ++
 3727 lines of diff (skipped)


commit azure-cli-core for openSUSE:Factory

2021-04-12 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package azure-cli-core for openSUSE:Factory 
checked in at 2021-04-12 15:49:33

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


Package is "azure-cli-core"

Mon Apr 12 15:49:33 2021 rev:23 rq:882549 version:2.21.0

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-core/azure-cli-core.changes
2021-01-22 21:52:01.165823162 +0100
+++ /work/SRC/openSUSE:Factory/.azure-cli-core.new.2401/azure-cli-core.changes  
2021-04-12 15:49:47.265266549 +0200
@@ -1,0 +2,9 @@
+Thu Mar 25 12:55:03 UTC 2021 - John Paul Adrian Glaubitz 

+
+- New upstream release
+  + Version 2.21.0
+  + For detailed information about changes see the
+HISTORY.rst file provided with this package
+- Update Requires from setup.py
+
+---

Old:

  azure-cli-core-2.18.0.tar.gz

New:

  azure-cli-core-2.21.0.tar.gz



Other differences:
--
++ azure-cli-core.spec ++
--- /var/tmp/diff_new_pack.rSS41A/_old  2021-04-12 15:49:47.645267009 +0200
+++ /var/tmp/diff_new_pack.rSS41A/_new  2021-04-12 15:49:47.645267009 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   azure-cli-core
-Version:2.18.0
+Version:2.21.0
 Release:0
 Summary:Microsoft Azure CLI Core Module
 License:MIT
@@ -34,11 +34,11 @@
 BuildRequires:  python3-setuptools
 Requires:   azure-cli-nspkg
 Requires:   azure-cli-telemetry >= 1.0.6
-Requires:   python3-PyJWT
+Requires:   python3-PyJWT >= 1.7.1
 Requires:   python3-PyYAML < 6.0
 Requires:   python3-PyYAML >= 5.2
 Requires:   python3-adal < 2.0
-Requires:   python3-adal >= 1.2.3
+Requires:   python3-adal >= 1.2.6
 Requires:   python3-argcomplete < 2.0
 Requires:   python3-argcomplete >= 1.8
 Requires:   python3-azure-mgmt-core < 2.0.0
@@ -51,13 +51,14 @@
 Requires:   python3-azure-common >= 1.1
 Requires:   python3-azure-nspkg >= 3.0.0
 Requires:   python3-colorama >= 0.4.1
+Requires:   python3-cryptography >= 3.2
 Requires:   python3-humanfriendly < 10.0
 Requires:   python3-humanfriendly >= 4.7
 Requires:   python3-jmespath
 Requires:   python3-knack < 1.0.0
 Requires:   python3-knack >= 0.8.0rc2
 Requires:   python3-msal < 2.0.0
-Requires:   python3-msal >= 1.0.0
+Requires:   python3-msal >= 1.10.0
 Requires:   python3-msal-extensions < 1.0.0
 Requires:   python3-msal-extensions >= 0.1.3
 Requires:   python3-msrest >= 0.5.0

++ azure-cli-core-2.18.0.tar.gz -> azure-cli-core-2.21.0.tar.gz ++
 2270 lines of diff (skipped)


commit azure-cli-core for openSUSE:Factory

2021-01-22 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package azure-cli-core for openSUSE:Factory 
checked in at 2021-01-22 21:51:52

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


Package is "azure-cli-core"

Fri Jan 22 21:51:52 2021 rev:22 rq:865490 version:2.18.0

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-core/azure-cli-core.changes
2020-12-04 21:28:24.526118011 +0100
+++ /work/SRC/openSUSE:Factory/.azure-cli-core.new.28504/azure-cli-core.changes 
2021-01-22 21:52:01.165823162 +0100
@@ -1,0 +2,32 @@
+Thu Jan 21 15:11:04 UTC 2021 - John Paul Adrian Glaubitz 

+
+- New upstream release
+  + Version 2.18.0
+  + For detailed information about changes see the
+HISTORY.rst file provided with this package
+- Rework patch to disable automatic check for updates to
+  fix a crash when calling "az --version" (bsc#1180930)
+  + acc_disable-update-check.patch
+- Update Requires from setup.py
+
+---
+Fri Jan  8 14:34:26 UTC 2021 - John Paul Adrian Glaubitz 

+
+- New upstream release
+  + Version 2.17.1
+  + For detailed information about changes see the
+HISTORY.rst file provided with this package
+
+---
+Wed Dec 16 15:31:24 UTC 2020 - John Paul Adrian Glaubitz 

+
+- New upstream release
+  + Version 2.16.0
+  + For detailed information about changes see the
+HISTORY.rst file provided with this package
+- Refresh patches for new version
+  + acc_disable-update-check.patch
+- Update Requires from setup.py
+  + Temporarily use a vendored copy of azure-mgmt-resource
+
+---

Old:

  azure-cli-core-2.15.0.tar.gz

New:

  azure-cli-core-2.18.0.tar.gz



Other differences:
--
++ azure-cli-core.spec ++
--- /var/tmp/diff_new_pack.ezBdAo/_old  2021-01-22 21:52:01.593823769 +0100
+++ /var/tmp/diff_new_pack.ezBdAo/_new  2021-01-22 21:52:01.597823774 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package azure-cli-core
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # 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-core
-Version:2.15.0
+Version:2.18.0
 Release:0
 Summary:Microsoft Azure CLI Core Module
 License:MIT
@@ -43,20 +43,24 @@
 Requires:   python3-argcomplete >= 1.8
 Requires:   python3-azure-mgmt-core < 2.0.0
 Requires:   python3-azure-mgmt-core >= 1.2.1
-Requires:   python3-azure-mgmt-resource < 16.0.0
-Requires:   python3-azure-mgmt-resource >= 15.0.0
+# Temporarily using an embedded copy of azure-mgmt-resource
+# see: https://github.com/Azure/azure-cli/issues/15496
+# Requires:   python3-azure-mgmt-resource < 16.0.0
+# Requires:   python3-azure-mgmt-resource >= 15.0.0
+Requires:   python3-azure-common < 2.0
+Requires:   python3-azure-common >= 1.1
 Requires:   python3-azure-nspkg >= 3.0.0
 Requires:   python3-colorama >= 0.4.1
-Requires:   python3-humanfriendly < 9.0
+Requires:   python3-humanfriendly < 10.0
 Requires:   python3-humanfriendly >= 4.7
 Requires:   python3-jmespath
 Requires:   python3-knack < 1.0.0
-Requires:   python3-knack >= 0.7.2
+Requires:   python3-knack >= 0.8.0rc2
 Requires:   python3-msal < 2.0.0
 Requires:   python3-msal >= 1.0.0
 Requires:   python3-msal-extensions < 1.0.0
 Requires:   python3-msal-extensions >= 0.1.3
-Requires:   python3-msrest >= 0.4.4
+Requires:   python3-msrest >= 0.5.0
 Requires:   python3-msrestazure >= 0.6.3
 Requires:   python3-paramiko < 3.0.0
 Requires:   python3-paramiko >= 2.0.8

++ acc_disable-update-check.patch ++
--- /var/tmp/diff_new_pack.ezBdAo/_old  2021-01-22 21:52:01.629823820 +0100
+++ /var/tmp/diff_new_pack.ezBdAo/_new  2021-01-22 21:52:01.629823820 +0100
@@ -1,31 +1,13 @@
-diff -Nru azure-cli-core-2.12.1.orig/azure/cli/core/util.py 
azure-cli-core-2.12.1/azure/cli/core/util.py
 azure-cli-core-2.12.1.orig/azure/cli/core/util.py  2020-09-28 
10:37:30.0 +0200
-+++ azure-cli-core-2.12.1/azure/cli/core/util.py   2020-09-30 
14:51:49.700308773 +0200
-@@ -331,37 +331,7 @@
+diff -Nru azure-cli-core-2.18.0.orig/azure/cli/core/util.py 
azure-cli-core-2.18.0/azure/cli/core/util.py
+--- azure-cli-core-2.18.0.orig/azure/cli/core/util.py  2021-01-15 
10:50:35.0 +0100
 azure-cli-core-2.18.0/azure/cli/core/util.py   2021-01-21 

commit azure-cli-core for openSUSE:Factory

2020-12-04 Thread User for buildservice source handling
Hello community,

here is the log from the commit of package azure-cli-core for openSUSE:Factory 
checked in at 2020-12-04 21:28:23

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


Package is "azure-cli-core"

Fri Dec  4 21:28:23 2020 rev:21 rq:851831 version:2.15.0

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-core/azure-cli-core.changes
2020-11-17 21:25:46.157406606 +0100
+++ /work/SRC/openSUSE:Factory/.azure-cli-core.new.5913/azure-cli-core.changes  
2020-12-04 21:28:24.526118011 +0100
@@ -1,0 +2,9 @@
+Wed Nov 18 11:55:02 UTC 2020 - John Paul Adrian Glaubitz 

+
+- New upstream release
+  + Version 2.15.0
+  + For detailed information about changes see the
+HISTORY.rst file provided with this package
+- Update Requires from setup.py
+
+---

Old:

  azure-cli-core-2.14.2.tar.gz

New:

  azure-cli-core-2.15.0.tar.gz



Other differences:
--
++ azure-cli-core.spec ++
--- /var/tmp/diff_new_pack.IHpf33/_old  2020-12-04 21:28:24.974118654 +0100
+++ /var/tmp/diff_new_pack.IHpf33/_new  2020-12-04 21:28:24.974118654 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   azure-cli-core
-Version:2.14.2
+Version:2.15.0
 Release:0
 Summary:Microsoft Azure CLI Core Module
 License:MIT
@@ -42,7 +42,7 @@
 Requires:   python3-argcomplete < 2.0
 Requires:   python3-argcomplete >= 1.8
 Requires:   python3-azure-mgmt-core < 2.0.0
-Requires:   python3-azure-mgmt-core >= 1.2.0
+Requires:   python3-azure-mgmt-core >= 1.2.1
 Requires:   python3-azure-mgmt-resource < 16.0.0
 Requires:   python3-azure-mgmt-resource >= 15.0.0
 Requires:   python3-azure-nspkg >= 3.0.0

++ azure-cli-core-2.14.2.tar.gz -> azure-cli-core-2.15.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-core-2.14.2/HISTORY.rst 
new/azure-cli-core-2.15.0/HISTORY.rst
--- old/azure-cli-core-2.14.2/HISTORY.rst   2020-11-09 06:56:54.0 
+0100
+++ new/azure-cli-core-2.15.0/HISTORY.rst   2020-11-13 09:42:05.0 
+0100
@@ -3,6 +3,10 @@
 Release History
 ===
 
+2.15.0
+++
+* Upgrade azure-mgmt-core to 1.2.1 (#15780)
+
 2.14.2
 ++
 * No changes
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-core-2.14.2/PKG-INFO 
new/azure-cli-core-2.15.0/PKG-INFO
--- old/azure-cli-core-2.14.2/PKG-INFO  2020-11-09 06:57:09.0 +0100
+++ new/azure-cli-core-2.15.0/PKG-INFO  2020-11-13 09:42:18.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: azure-cli-core
-Version: 2.14.2
+Version: 2.15.0
 Summary: Microsoft Azure Command-Line Tools Core Module
 Home-page: https://github.com/Azure/azure-cli
 Author: Microsoft Corporation
@@ -15,6 +15,10 @@
 Release History
 ===
 
+2.15.0
+++
+* Upgrade azure-mgmt-core to 1.2.1 (#15780)
+
 2.14.2
 ++
 * No changes
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-core-2.14.2/azure/cli/core/__init__.py 
new/azure-cli-core-2.15.0/azure/cli/core/__init__.py
--- old/azure-cli-core-2.14.2/azure/cli/core/__init__.py2020-11-09 
06:56:54.0 +0100
+++ new/azure-cli-core-2.15.0/azure/cli/core/__init__.py2020-11-13 
09:42:05.0 +0100
@@ -6,7 +6,7 @@
 
 from __future__ import print_function
 
-__version__ = "2.14.2"
+__version__ = "2.15.0"
 
 import os
 import sys
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-core-2.14.2/azure/cli/core/_profile.py 
new/azure-cli-core-2.15.0/azure/cli/core/_profile.py
--- old/azure-cli-core-2.14.2/azure/cli/core/_profile.py2020-11-09 
06:56:54.0 +0100
+++ new/azure-cli-core-2.15.0/azure/cli/core/_profile.py2020-11-13 
09:42:05.0 +0100
@@ -24,7 +24,6 @@
 is_windows, is_wsl
 from azure.cli.core.cloud import get_active_cloud, set_cloud_subscription
 
-
 logger = get_logger(__name__)
 
 # Names below are used by azure-xplat-cli to persist account information into
@@ -273,6 +272,15 @@
 if hasattr(s, 'home_tenant_id'):
 subscription_dict[_HOME_TENANT_ID] = s.home_tenant_id
 if hasattr(s, 'managed_by_tenants'):
+if s.managed_by_tenants is None:
+# managedByTenants is missing from the response. This 
is a known service issue:
+# 
https://github.com/Azure/azure-rest-api-specs/issues/9567
+