From c12529a0c2c4b98ada420ed620f23e5ce4c679d9 Mon Sep 17 00:00:00 2001 From: Scaleway Bot Date: Thu, 30 Jan 2025 17:30:58 +0100 Subject: [PATCH] feat(vpc/v2): deprecate ineffectual vpc.v2.Api.MigrateZonalPrivateNetworks call (#840) --- scaleway-async/scaleway_async/vpc/v2/api.py | 1 + scaleway/scaleway/vpc/v2/api.py | 1 + 2 files changed, 2 insertions(+) diff --git a/scaleway-async/scaleway_async/vpc/v2/api.py b/scaleway-async/scaleway_async/vpc/v2/api.py index 5e7325f0..ef974c64 100644 --- a/scaleway-async/scaleway_async/vpc/v2/api.py +++ b/scaleway-async/scaleway_async/vpc/v2/api.py @@ -643,6 +643,7 @@ async def migrate_zonal_private_networks( :param project_id: Project to target. The specified zoned Private Networks within this Project will be migrated to regional. One-Of ('scope'): at most one of 'organization_id', 'project_id' could be set. :param private_network_ids: IDs of the Private Networks to migrate. + :deprecated Usage: :: diff --git a/scaleway/scaleway/vpc/v2/api.py b/scaleway/scaleway/vpc/v2/api.py index 06c9df86..1ab54d2d 100644 --- a/scaleway/scaleway/vpc/v2/api.py +++ b/scaleway/scaleway/vpc/v2/api.py @@ -643,6 +643,7 @@ def migrate_zonal_private_networks( :param project_id: Project to target. The specified zoned Private Networks within this Project will be migrated to regional. One-Of ('scope'): at most one of 'organization_id', 'project_id' could be set. :param private_network_ids: IDs of the Private Networks to migrate. + :deprecated Usage: ::