From 5ee7c6b051dbfa20475a292c241dbfc96ba1f14c Mon Sep 17 00:00:00 2001 From: scaleway-bot Date: Fri, 24 Jan 2025 15:26:25 +0000 Subject: [PATCH] feat: update generated APIs --- api/instance/v1/instance_sdk.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/api/instance/v1/instance_sdk.go b/api/instance/v1/instance_sdk.go index aecc228e..0f7a0798 100644 --- a/api/instance/v1/instance_sdk.go +++ b/api/instance/v1/instance_sdk.go @@ -1367,7 +1367,8 @@ type PlacementGroup struct { // Default value: max_availability PolicyType PlacementGroupPolicyType `json:"policy_type"` - // PolicyRespected: returns true if the policy is respected, false otherwise. + // PolicyRespected: in the server endpoints the value is always false as it is deprecated. + // In the placement group endpoints the value is correct. PolicyRespected bool `json:"policy_respected"` // Zone: zone in which the placement group is located.