From 12d3c0dbd600c07ff85d1e879ccdf85b1944fd53 Mon Sep 17 00:00:00 2001 From: Fabrizio Leoni Date: Wed, 25 Mar 2026 11:45:35 +0100 Subject: [PATCH] fix(Tagging): Changed query_string pattern in QueryString section Signed-off-by: Fabrizio Leoni --- ibm_platform_services/global_search_v2.py | 4 ++-- ibm_platform_services/global_tagging_v1.py | 2 +- test/unit/test_global_search_v2.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ibm_platform_services/global_search_v2.py b/ibm_platform_services/global_search_v2.py index 793c310..943687e 100644 --- a/ibm_platform_services/global_search_v2.py +++ b/ibm_platform_services/global_search_v2.py @@ -1,6 +1,6 @@ # coding: utf-8 -# (C) Copyright IBM Corp. 2025. +# (C) Copyright IBM Corp. 2026. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# IBM OpenAPI SDK Code Generator Version: 3.100.0-2ad7a784-20250212-162551 +# IBM OpenAPI SDK Code Generator Version: 3.113.1-d76630af-20260320-135953 """ Search for resources with the global and shared resource properties repository that is diff --git a/ibm_platform_services/global_tagging_v1.py b/ibm_platform_services/global_tagging_v1.py index 6b23097..5a7d6f8 100644 --- a/ibm_platform_services/global_tagging_v1.py +++ b/ibm_platform_services/global_tagging_v1.py @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# IBM OpenAPI SDK Code Generator Version: 3.111.0-1bfb72c2-20260206-185521 +# IBM OpenAPI SDK Code Generator Version: 3.113.1-d76630af-20260320-135953 """ Manage your tags with the Tagging API in IBM Cloud. You can attach, detach, delete, or diff --git a/test/unit/test_global_search_v2.py b/test/unit/test_global_search_v2.py index 4493957..8429bea 100644 --- a/test/unit/test_global_search_v2.py +++ b/test/unit/test_global_search_v2.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# (C) Copyright IBM Corp. 2025. +# (C) Copyright IBM Corp. 2026. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.