Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-azure-mgmt-rdbms for openSUSE:Factory checked in at 2024-01-04 15:59:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-azure-mgmt-rdbms (Old) and /work/SRC/openSUSE:Factory/.python-azure-mgmt-rdbms.new.28375 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-azure-mgmt-rdbms" Thu Jan 4 15:59:50 2024 rev:31 rq:1136747 version:10.2.0b13 Changes: -------- --- /work/SRC/openSUSE:Factory/python-azure-mgmt-rdbms/python-azure-mgmt-rdbms.changes 2023-11-23 21:42:40.775980713 +0100 +++ /work/SRC/openSUSE:Factory/.python-azure-mgmt-rdbms.new.28375/python-azure-mgmt-rdbms.changes 2024-01-04 16:01:41.693938114 +0100 @@ -1,0 +2,8 @@ +Tue Jan 2 13:21:30 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaub...@suse.com> + +- New upstream release + + Version 10.2.0b13 + + For detailed information about changes see the + CHANGELOG.md file provided with this package + +------------------------------------------------------------------- Old: ---- azure-mgmt-rdbms-10.2.0b12.tar.gz New: ---- azure-mgmt-rdbms-10.2.0b13.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-azure-mgmt-rdbms.spec ++++++ --- /var/tmp/diff_new_pack.tqoUvr/_old 2024-01-04 16:01:42.109953311 +0100 +++ /var/tmp/diff_new_pack.tqoUvr/_new 2024-01-04 16:01:42.109953311 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-azure-mgmt-rdbms # -# 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 @@ -21,7 +21,7 @@ %define skip_python2 1 %endif Name: python-azure-mgmt-rdbms -Version: 10.2.0b12 +Version: 10.2.0b13 Release: 0 Summary: Microsoft Azure RDBMS Management Client Library License: MIT ++++++ azure-mgmt-rdbms-10.2.0b12.tar.gz -> azure-mgmt-rdbms-10.2.0b13.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/azure-mgmt-rdbms-10.2.0b12/CHANGELOG.md new/azure-mgmt-rdbms-10.2.0b13/CHANGELOG.md --- old/azure-mgmt-rdbms-10.2.0b12/CHANGELOG.md 2023-11-21 03:29:41.000000000 +0100 +++ new/azure-mgmt-rdbms-10.2.0b13/CHANGELOG.md 2023-12-18 04:00:53.000000000 +0100 @@ -1,5 +1,11 @@ # Release History +## 10.2.0b13 (2023-12-18) + +### Other Changes + + - Fix for ServerThreatProtectionSettingsOperations.begin_create_or_update + ## 10.2.0b12 (2023-11-20) ### Features Added diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/azure-mgmt-rdbms-10.2.0b12/PKG-INFO new/azure-mgmt-rdbms-10.2.0b13/PKG-INFO --- old/azure-mgmt-rdbms-10.2.0b12/PKG-INFO 2023-11-21 03:30:24.924317800 +0100 +++ new/azure-mgmt-rdbms-10.2.0b13/PKG-INFO 2023-12-18 04:01:35.392982200 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: azure-mgmt-rdbms -Version: 10.2.0b12 +Version: 10.2.0b13 Summary: Microsoft Azure RDBMS Management Client Library for Python Home-page: https://github.com/Azure/azure-sdk-for-python Author: Microsoft Corporation @@ -90,6 +90,12 @@ # Release History +## 10.2.0b13 (2023-12-18) + +### Other Changes + + - Fix for ServerThreatProtectionSettingsOperations.begin_create_or_update + ## 10.2.0b12 (2023-11-20) ### Features Added diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/azure-mgmt-rdbms-10.2.0b12/_meta.json new/azure-mgmt-rdbms-10.2.0b13/_meta.json --- old/azure-mgmt-rdbms-10.2.0b12/_meta.json 2023-11-21 03:29:41.000000000 +0100 +++ new/azure-mgmt-rdbms-10.2.0b13/_meta.json 2023-12-18 04:00:53.000000000 +0100 @@ -1,5 +1,5 @@ { - "commit": "11bbc2b1df2e915a2227a6a1a48a27b9e67c3311", + "commit": "d402f685809d6d08be9c0b45065cadd7d78ab870", "repository_url": "https://github.com/Azure/azure-rest-api-specs", "autorest": "3.9.7", "use": [ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/azure-mgmt-rdbms-10.2.0b12/azure/mgmt/rdbms/_version.py new/azure-mgmt-rdbms-10.2.0b13/azure/mgmt/rdbms/_version.py --- old/azure-mgmt-rdbms-10.2.0b12/azure/mgmt/rdbms/_version.py 2023-11-21 03:29:41.000000000 +0100 +++ new/azure-mgmt-rdbms-10.2.0b13/azure/mgmt/rdbms/_version.py 2023-12-18 04:00:53.000000000 +0100 @@ -5,4 +5,4 @@ # license information. # -------------------------------------------------------------------------- -VERSION = "10.2.0b12" +VERSION = "10.2.0b13" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/azure-mgmt-rdbms-10.2.0b12/azure/mgmt/rdbms/mariadb/_version.py new/azure-mgmt-rdbms-10.2.0b13/azure/mgmt/rdbms/mariadb/_version.py --- old/azure-mgmt-rdbms-10.2.0b12/azure/mgmt/rdbms/mariadb/_version.py 2023-11-21 03:29:41.000000000 +0100 +++ new/azure-mgmt-rdbms-10.2.0b13/azure/mgmt/rdbms/mariadb/_version.py 2023-12-18 04:00:53.000000000 +0100 @@ -6,4 +6,4 @@ # Changes may cause incorrect behavior and will be lost if the code is regenerated. # -------------------------------------------------------------------------- -VERSION = "10.2.0b12" +VERSION = "10.2.0b13" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/azure-mgmt-rdbms-10.2.0b12/azure/mgmt/rdbms/mysql/_version.py new/azure-mgmt-rdbms-10.2.0b13/azure/mgmt/rdbms/mysql/_version.py --- old/azure-mgmt-rdbms-10.2.0b12/azure/mgmt/rdbms/mysql/_version.py 2023-11-21 03:29:41.000000000 +0100 +++ new/azure-mgmt-rdbms-10.2.0b13/azure/mgmt/rdbms/mysql/_version.py 2023-12-18 04:00:53.000000000 +0100 @@ -6,4 +6,4 @@ # Changes may cause incorrect behavior and will be lost if the code is regenerated. # -------------------------------------------------------------------------- -VERSION = "10.2.0b12" +VERSION = "10.2.0b13" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/azure-mgmt-rdbms-10.2.0b12/azure/mgmt/rdbms/mysql_flexibleservers/_version.py new/azure-mgmt-rdbms-10.2.0b13/azure/mgmt/rdbms/mysql_flexibleservers/_version.py --- old/azure-mgmt-rdbms-10.2.0b12/azure/mgmt/rdbms/mysql_flexibleservers/_version.py 2023-11-21 03:29:41.000000000 +0100 +++ new/azure-mgmt-rdbms-10.2.0b13/azure/mgmt/rdbms/mysql_flexibleservers/_version.py 2023-12-18 04:00:53.000000000 +0100 @@ -6,4 +6,4 @@ # Changes may cause incorrect behavior and will be lost if the code is regenerated. # -------------------------------------------------------------------------- -VERSION = "10.2.0b12" +VERSION = "10.2.0b13" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/azure-mgmt-rdbms-10.2.0b12/azure/mgmt/rdbms/postgresql/_version.py new/azure-mgmt-rdbms-10.2.0b13/azure/mgmt/rdbms/postgresql/_version.py --- old/azure-mgmt-rdbms-10.2.0b12/azure/mgmt/rdbms/postgresql/_version.py 2023-11-21 03:29:41.000000000 +0100 +++ new/azure-mgmt-rdbms-10.2.0b13/azure/mgmt/rdbms/postgresql/_version.py 2023-12-18 04:00:53.000000000 +0100 @@ -6,4 +6,4 @@ # Changes may cause incorrect behavior and will be lost if the code is regenerated. # -------------------------------------------------------------------------- -VERSION = "10.2.0b12" +VERSION = "10.2.0b13" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/azure-mgmt-rdbms-10.2.0b12/azure/mgmt/rdbms/postgresql_flexibleservers/_version.py new/azure-mgmt-rdbms-10.2.0b13/azure/mgmt/rdbms/postgresql_flexibleservers/_version.py --- old/azure-mgmt-rdbms-10.2.0b12/azure/mgmt/rdbms/postgresql_flexibleservers/_version.py 2023-11-21 03:29:41.000000000 +0100 +++ new/azure-mgmt-rdbms-10.2.0b13/azure/mgmt/rdbms/postgresql_flexibleservers/_version.py 2023-12-18 04:00:53.000000000 +0100 @@ -6,4 +6,4 @@ # Changes may cause incorrect behavior and will be lost if the code is regenerated. # -------------------------------------------------------------------------- -VERSION = "10.2.0b12" +VERSION = "10.2.0b13" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/azure-mgmt-rdbms-10.2.0b12/azure/mgmt/rdbms/postgresql_flexibleservers/aio/operations/_server_threat_protection_settings_operations.py new/azure-mgmt-rdbms-10.2.0b13/azure/mgmt/rdbms/postgresql_flexibleservers/aio/operations/_server_threat_protection_settings_operations.py --- old/azure-mgmt-rdbms-10.2.0b12/azure/mgmt/rdbms/postgresql_flexibleservers/aio/operations/_server_threat_protection_settings_operations.py 2023-11-21 03:29:41.000000000 +0100 +++ new/azure-mgmt-rdbms-10.2.0b13/azure/mgmt/rdbms/postgresql_flexibleservers/aio/operations/_server_threat_protection_settings_operations.py 2023-12-18 04:00:53.000000000 +0100 @@ -235,7 +235,7 @@ threat_protection_name: Union[str, _models.ThreatProtectionName], parameters: Union[_models.ServerThreatProtectionSettingsModel, IO], **kwargs: Any - ) -> _models.ServerThreatProtectionSettingsModel: + ) -> Optional[_models.ServerThreatProtectionSettingsModel]: error_map = { 401: ClientAuthenticationError, 404: ResourceNotFoundError, @@ -249,7 +249,7 @@ api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._config.api_version)) content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) - cls: ClsType[_models.ServerThreatProtectionSettingsModel] = kwargs.pop("cls", None) + cls: ClsType[Optional[_models.ServerThreatProtectionSettingsModel]] = kwargs.pop("cls", None) content_type = content_type or "application/json" _json = None @@ -282,21 +282,26 @@ response = pipeline_response.http_response - if response.status_code not in [200, 201]: + if response.status_code not in [200, 201, 202]: map_error(status_code=response.status_code, response=response, error_map=error_map) error = self._deserialize.failsafe_deserialize(_models.ErrorResponse, pipeline_response) raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat) + deserialized = None + response_headers = {} if response.status_code == 200: deserialized = self._deserialize("ServerThreatProtectionSettingsModel", pipeline_response) if response.status_code == 201: deserialized = self._deserialize("ServerThreatProtectionSettingsModel", pipeline_response) + if response.status_code == 202: + response_headers["Location"] = self._deserialize("str", response.headers.get("Location")) + if cls: - return cls(pipeline_response, deserialized, {}) # type: ignore + return cls(pipeline_response, deserialized, response_headers) - return deserialized # type: ignore + return deserialized _create_or_update_initial.metadata = { "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforPostgreSQL/flexibleServers/{serverName}/advancedThreatProtectionSettings/{threatProtectionName}" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/azure-mgmt-rdbms-10.2.0b12/azure/mgmt/rdbms/postgresql_flexibleservers/operations/_server_threat_protection_settings_operations.py new/azure-mgmt-rdbms-10.2.0b13/azure/mgmt/rdbms/postgresql_flexibleservers/operations/_server_threat_protection_settings_operations.py --- old/azure-mgmt-rdbms-10.2.0b12/azure/mgmt/rdbms/postgresql_flexibleservers/operations/_server_threat_protection_settings_operations.py 2023-11-21 03:29:41.000000000 +0100 +++ new/azure-mgmt-rdbms-10.2.0b13/azure/mgmt/rdbms/postgresql_flexibleservers/operations/_server_threat_protection_settings_operations.py 2023-12-18 04:00:53.000000000 +0100 @@ -350,7 +350,7 @@ threat_protection_name: Union[str, _models.ThreatProtectionName], parameters: Union[_models.ServerThreatProtectionSettingsModel, IO], **kwargs: Any - ) -> _models.ServerThreatProtectionSettingsModel: + ) -> Optional[_models.ServerThreatProtectionSettingsModel]: error_map = { 401: ClientAuthenticationError, 404: ResourceNotFoundError, @@ -364,7 +364,7 @@ api_version: str = kwargs.pop("api_version", _params.pop("api-version", self._config.api_version)) content_type: Optional[str] = kwargs.pop("content_type", _headers.pop("Content-Type", None)) - cls: ClsType[_models.ServerThreatProtectionSettingsModel] = kwargs.pop("cls", None) + cls: ClsType[Optional[_models.ServerThreatProtectionSettingsModel]] = kwargs.pop("cls", None) content_type = content_type or "application/json" _json = None @@ -397,21 +397,26 @@ response = pipeline_response.http_response - if response.status_code not in [200, 201]: + if response.status_code not in [200, 201, 202]: map_error(status_code=response.status_code, response=response, error_map=error_map) error = self._deserialize.failsafe_deserialize(_models.ErrorResponse, pipeline_response) raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat) + deserialized = None + response_headers = {} if response.status_code == 200: deserialized = self._deserialize("ServerThreatProtectionSettingsModel", pipeline_response) if response.status_code == 201: deserialized = self._deserialize("ServerThreatProtectionSettingsModel", pipeline_response) + if response.status_code == 202: + response_headers["Location"] = self._deserialize("str", response.headers.get("Location")) + if cls: - return cls(pipeline_response, deserialized, {}) # type: ignore + return cls(pipeline_response, deserialized, response_headers) - return deserialized # type: ignore + return deserialized _create_or_update_initial.metadata = { "url": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforPostgreSQL/flexibleServers/{serverName}/advancedThreatProtectionSettings/{threatProtectionName}" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/azure-mgmt-rdbms-10.2.0b12/azure_mgmt_rdbms.egg-info/PKG-INFO new/azure-mgmt-rdbms-10.2.0b13/azure_mgmt_rdbms.egg-info/PKG-INFO --- old/azure-mgmt-rdbms-10.2.0b12/azure_mgmt_rdbms.egg-info/PKG-INFO 2023-11-21 03:30:24.000000000 +0100 +++ new/azure-mgmt-rdbms-10.2.0b13/azure_mgmt_rdbms.egg-info/PKG-INFO 2023-12-18 04:01:35.000000000 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: azure-mgmt-rdbms -Version: 10.2.0b12 +Version: 10.2.0b13 Summary: Microsoft Azure RDBMS Management Client Library for Python Home-page: https://github.com/Azure/azure-sdk-for-python Author: Microsoft Corporation @@ -90,6 +90,12 @@ # Release History +## 10.2.0b13 (2023-12-18) + +### Other Changes + + - Fix for ServerThreatProtectionSettingsOperations.begin_create_or_update + ## 10.2.0b12 (2023-11-20) ### Features Added