Skip to content

Commit

Permalink
feat(vpc/v2): deprecate ineffectual vpc.v2.Api.MigrateZonalPrivateNet…
Browse files Browse the repository at this point in the history
…works call (#840)
  • Loading branch information
scaleway-bot authored Jan 30, 2025
1 parent d21823f commit c12529a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions scaleway-async/scaleway_async/vpc/v2/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
::
Expand Down
1 change: 1 addition & 0 deletions scaleway/scaleway/vpc/v2/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
::
Expand Down

0 comments on commit c12529a

Please sign in to comment.