From f21a0394e996c06be5c0982e896030c9bd8a37d1 Mon Sep 17 00:00:00 2001 From: scaleway-bot Date: Mon, 3 Nov 2025 10:13:43 +0000 Subject: [PATCH] feat: update generated APIs --- scaleway-async/scaleway_async/cockpit/v1/api.py | 8 ++++---- scaleway/scaleway/cockpit/v1/api.py | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/scaleway-async/scaleway_async/cockpit/v1/api.py b/scaleway-async/scaleway_async/cockpit/v1/api.py index 3c40c7763..62fee501f 100644 --- a/scaleway-async/scaleway_async/cockpit/v1/api.py +++ b/scaleway-async/scaleway_async/cockpit/v1/api.py @@ -461,7 +461,7 @@ async def list_plans( """ List plan types. Retrieve a list of available pricing plan types. - Deprecated: retention is now managed at the data source level. + Deprecated due to retention now being managed at the data source level. :param page: Page number. :param page_size: Page size. :param order_by: @@ -497,7 +497,7 @@ async def list_plans_all( """ List plan types. Retrieve a list of available pricing plan types. - Deprecated: retention is now managed at the data source level. + Deprecated due to retention now being managed at the data source level. :param page: Page number. :param page_size: Page size. :param order_by: @@ -530,7 +530,7 @@ async def select_plan( """ Apply a pricing plan. Apply a pricing plan on a given Project. You must specify the ID of the pricing plan type. Note that you will be billed for the plan you apply. - Deprecated: retention is now managed at the data source level. + Deprecated due to retention now being managed at the data source level. :param project_id: ID of the Project. :param plan_name: Name of the pricing plan. :return: :class:`Plan ` @@ -565,7 +565,7 @@ async def get_current_plan( """ Get current plan. Retrieve a pricing plan for the given Project, specified by the ID of the Project. - Deprecated: retention is now managed at the data source level. + Deprecated due to retention now being managed at the data source level. :param project_id: ID of the Project. :return: :class:`Plan ` :deprecated diff --git a/scaleway/scaleway/cockpit/v1/api.py b/scaleway/scaleway/cockpit/v1/api.py index 4441617f6..be36cae2c 100644 --- a/scaleway/scaleway/cockpit/v1/api.py +++ b/scaleway/scaleway/cockpit/v1/api.py @@ -461,7 +461,7 @@ def list_plans( """ List plan types. Retrieve a list of available pricing plan types. - Deprecated: retention is now managed at the data source level. + Deprecated due to retention now being managed at the data source level. :param page: Page number. :param page_size: Page size. :param order_by: @@ -497,7 +497,7 @@ def list_plans_all( """ List plan types. Retrieve a list of available pricing plan types. - Deprecated: retention is now managed at the data source level. + Deprecated due to retention now being managed at the data source level. :param page: Page number. :param page_size: Page size. :param order_by: @@ -530,7 +530,7 @@ def select_plan( """ Apply a pricing plan. Apply a pricing plan on a given Project. You must specify the ID of the pricing plan type. Note that you will be billed for the plan you apply. - Deprecated: retention is now managed at the data source level. + Deprecated due to retention now being managed at the data source level. :param project_id: ID of the Project. :param plan_name: Name of the pricing plan. :return: :class:`Plan ` @@ -565,7 +565,7 @@ def get_current_plan( """ Get current plan. Retrieve a pricing plan for the given Project, specified by the ID of the Project. - Deprecated: retention is now managed at the data source level. + Deprecated due to retention now being managed at the data source level. :param project_id: ID of the Project. :return: :class:`Plan ` :deprecated