Skip to content

Commit c12529a

Browse files
authored
feat(vpc/v2): deprecate ineffectual vpc.v2.Api.MigrateZonalPrivateNetworks call (#840)
1 parent d21823f commit c12529a

File tree

2 files changed

+2
-0
lines changed
  • scaleway-async/scaleway_async/vpc/v2
  • scaleway/scaleway/vpc/v2

2 files changed

+2
-0
lines changed

scaleway-async/scaleway_async/vpc/v2/api.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -643,6 +643,7 @@ async def migrate_zonal_private_networks(
643643
:param project_id: Project to target. The specified zoned Private Networks within this Project will be migrated to regional.
644644
One-Of ('scope'): at most one of 'organization_id', 'project_id' could be set.
645645
:param private_network_ids: IDs of the Private Networks to migrate.
646+
:deprecated
646647
647648
Usage:
648649
::

scaleway/scaleway/vpc/v2/api.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -643,6 +643,7 @@ def migrate_zonal_private_networks(
643643
:param project_id: Project to target. The specified zoned Private Networks within this Project will be migrated to regional.
644644
One-Of ('scope'): at most one of 'organization_id', 'project_id' could be set.
645645
:param private_network_ids: IDs of the Private Networks to migrate.
646+
:deprecated
646647
647648
Usage:
648649
::

0 commit comments

Comments
 (0)