diff --git a/scaleway-async/scaleway_async/cockpit/v1/api.py b/scaleway-async/scaleway_async/cockpit/v1/api.py index 61c8fb4b0..4d98ca28d 100644 --- a/scaleway-async/scaleway_async/cockpit/v1/api.py +++ b/scaleway-async/scaleway_async/cockpit/v1/api.py @@ -94,7 +94,7 @@ class CockpitV1GlobalAPI(API): """ - The Cockpit Global API allows you to manage your Cockpit's Grafana and plans. + The Cockpit Global API allows you to manage your Cockpit's Grafana. """ async def get_grafana( @@ -454,7 +454,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: retention is now managed at the data source level. :param page: Page number. :param page_size: Page size. :param order_by: @@ -490,7 +490,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: retention is now managed at the data source level. :param page: Page number. :param page_size: Page size. :param order_by: @@ -523,7 +523,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: retention is now managed at the data source level. :param project_id: ID of the Project. :param plan_name: Name of the pricing plan. :return: :class:`Plan ` @@ -558,7 +558,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: retention is now 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 0e522b8cd..091284f5b 100644 --- a/scaleway/scaleway/cockpit/v1/api.py +++ b/scaleway/scaleway/cockpit/v1/api.py @@ -94,7 +94,7 @@ class CockpitV1GlobalAPI(API): """ - The Cockpit Global API allows you to manage your Cockpit's Grafana and plans. + The Cockpit Global API allows you to manage your Cockpit's Grafana. """ def get_grafana( @@ -454,7 +454,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: retention is now managed at the data source level. :param page: Page number. :param page_size: Page size. :param order_by: @@ -490,7 +490,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: retention is now managed at the data source level. :param page: Page number. :param page_size: Page size. :param order_by: @@ -523,7 +523,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: retention is now managed at the data source level. :param project_id: ID of the Project. :param plan_name: Name of the pricing plan. :return: :class:`Plan ` @@ -558,7 +558,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: retention is now managed at the data source level. :param project_id: ID of the Project. :return: :class:`Plan ` :deprecated