From cc1a0063c3689f5fab99461633fa8d57c5ee65ac Mon Sep 17 00:00:00 2001 From: scaleway-bot Date: Fri, 18 Jul 2025 12:43:15 +0000 Subject: [PATCH 1/2] feat: update generated APIs --- scaleway-async/scaleway_async/applesilicon/v1alpha1/api.py | 2 +- scaleway-async/scaleway_async/k8s/v1/types.py | 2 +- scaleway/scaleway/applesilicon/v1alpha1/api.py | 2 +- scaleway/scaleway/k8s/v1/types.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/scaleway-async/scaleway_async/applesilicon/v1alpha1/api.py b/scaleway-async/scaleway_async/applesilicon/v1alpha1/api.py index a9656ddc2..d72627a9a 100644 --- a/scaleway-async/scaleway_async/applesilicon/v1alpha1/api.py +++ b/scaleway-async/scaleway_async/applesilicon/v1alpha1/api.py @@ -205,7 +205,7 @@ async def batch_create_servers( ) -> BatchCreateServersResponse: """ Create multiple servers atomically. - Create multiple servers in the targeted zone specifying their configurations. If the request cannot entirely be fullfilled, no servers are created. + Create multiple servers in the targeted zone specifying their configurations. If the request cannot entirely be fulfilled, no servers are created. :param type_: Create servers of the given type. :param enable_vpc: Activate the Private Network feature for these servers. This feature is configured through the Apple Silicon - Private Networks API. :param public_bandwidth_bps: Public bandwidth to configure for these servers. This defaults to the minimum bandwidth for the corresponding server type. For compatible server types, the bandwidth can be increased which incurs additional costs. diff --git a/scaleway-async/scaleway_async/k8s/v1/types.py b/scaleway-async/scaleway_async/k8s/v1/types.py index 2bd6c51b9..3fd4adef2 100644 --- a/scaleway-async/scaleway_async/k8s/v1/types.py +++ b/scaleway-async/scaleway_async/k8s/v1/types.py @@ -1886,7 +1886,7 @@ class NodeMetadata: repo_uri: str - installer_tags: str + installer_tags: List[str] updater_bin_url: str diff --git a/scaleway/scaleway/applesilicon/v1alpha1/api.py b/scaleway/scaleway/applesilicon/v1alpha1/api.py index 01bbf985b..4eb2b67a5 100644 --- a/scaleway/scaleway/applesilicon/v1alpha1/api.py +++ b/scaleway/scaleway/applesilicon/v1alpha1/api.py @@ -205,7 +205,7 @@ def batch_create_servers( ) -> BatchCreateServersResponse: """ Create multiple servers atomically. - Create multiple servers in the targeted zone specifying their configurations. If the request cannot entirely be fullfilled, no servers are created. + Create multiple servers in the targeted zone specifying their configurations. If the request cannot entirely be fulfilled, no servers are created. :param type_: Create servers of the given type. :param enable_vpc: Activate the Private Network feature for these servers. This feature is configured through the Apple Silicon - Private Networks API. :param public_bandwidth_bps: Public bandwidth to configure for these servers. This defaults to the minimum bandwidth for the corresponding server type. For compatible server types, the bandwidth can be increased which incurs additional costs. diff --git a/scaleway/scaleway/k8s/v1/types.py b/scaleway/scaleway/k8s/v1/types.py index 2bd6c51b9..3fd4adef2 100644 --- a/scaleway/scaleway/k8s/v1/types.py +++ b/scaleway/scaleway/k8s/v1/types.py @@ -1886,7 +1886,7 @@ class NodeMetadata: repo_uri: str - installer_tags: str + installer_tags: List[str] updater_bin_url: str From c5fa18873aa931736f2e52f9bab1e28944b1c9b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my=20L=C3=A9one?= Date: Fri, 18 Jul 2025 14:46:33 +0200 Subject: [PATCH 2/2] Fix --- scaleway-async/scaleway_async/applesilicon/v1alpha1/api.py | 2 +- scaleway/scaleway/applesilicon/v1alpha1/api.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scaleway-async/scaleway_async/applesilicon/v1alpha1/api.py b/scaleway-async/scaleway_async/applesilicon/v1alpha1/api.py index d72627a9a..a9656ddc2 100644 --- a/scaleway-async/scaleway_async/applesilicon/v1alpha1/api.py +++ b/scaleway-async/scaleway_async/applesilicon/v1alpha1/api.py @@ -205,7 +205,7 @@ async def batch_create_servers( ) -> BatchCreateServersResponse: """ Create multiple servers atomically. - Create multiple servers in the targeted zone specifying their configurations. If the request cannot entirely be fulfilled, no servers are created. + Create multiple servers in the targeted zone specifying their configurations. If the request cannot entirely be fullfilled, no servers are created. :param type_: Create servers of the given type. :param enable_vpc: Activate the Private Network feature for these servers. This feature is configured through the Apple Silicon - Private Networks API. :param public_bandwidth_bps: Public bandwidth to configure for these servers. This defaults to the minimum bandwidth for the corresponding server type. For compatible server types, the bandwidth can be increased which incurs additional costs. diff --git a/scaleway/scaleway/applesilicon/v1alpha1/api.py b/scaleway/scaleway/applesilicon/v1alpha1/api.py index 4eb2b67a5..01bbf985b 100644 --- a/scaleway/scaleway/applesilicon/v1alpha1/api.py +++ b/scaleway/scaleway/applesilicon/v1alpha1/api.py @@ -205,7 +205,7 @@ def batch_create_servers( ) -> BatchCreateServersResponse: """ Create multiple servers atomically. - Create multiple servers in the targeted zone specifying their configurations. If the request cannot entirely be fulfilled, no servers are created. + Create multiple servers in the targeted zone specifying their configurations. If the request cannot entirely be fullfilled, no servers are created. :param type_: Create servers of the given type. :param enable_vpc: Activate the Private Network feature for these servers. This feature is configured through the Apple Silicon - Private Networks API. :param public_bandwidth_bps: Public bandwidth to configure for these servers. This defaults to the minimum bandwidth for the corresponding server type. For compatible server types, the bandwidth can be increased which incurs additional costs.