From 814db6f041ab6f09db0c3e302070d236a717f15c Mon Sep 17 00:00:00 2001 From: Scaleway Bot Date: Thu, 30 Jan 2025 17:26:21 +0100 Subject: [PATCH] doc(instance): deprecate policy_respected in Server (#838) --- scaleway-async/scaleway_async/instance/v1/types.py | 3 ++- scaleway/scaleway/instance/v1/types.py | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/scaleway-async/scaleway_async/instance/v1/types.py b/scaleway-async/scaleway_async/instance/v1/types.py index f06dabea..f4770f9e 100644 --- a/scaleway-async/scaleway_async/instance/v1/types.py +++ b/scaleway-async/scaleway_async/instance/v1/types.py @@ -516,7 +516,8 @@ class PlacementGroup: policy_respected: bool """ - Returns true if the policy is respected, false otherwise. + In the server endpoints the value is always false as it is deprecated. +In the placement group endpoints the value is correct. """ zone: ScwZone diff --git a/scaleway/scaleway/instance/v1/types.py b/scaleway/scaleway/instance/v1/types.py index f06dabea..f4770f9e 100644 --- a/scaleway/scaleway/instance/v1/types.py +++ b/scaleway/scaleway/instance/v1/types.py @@ -516,7 +516,8 @@ class PlacementGroup: policy_respected: bool """ - Returns true if the policy is respected, false otherwise. + In the server endpoints the value is always false as it is deprecated. +In the placement group endpoints the value is correct. """ zone: ScwZone