From c9e273d0d939c097ab0e388115703512dbecfd2e Mon Sep 17 00:00:00 2001 From: SDK Generator Bot Date: Fri, 14 Aug 2026 06:54:45 +0000 Subject: [PATCH] Generate resourcemanager --- services/resourcemanager/oas_commit | 2 +- .../v0api/model/PartialUpdateFolderPayload.java | 9 +++++---- .../v0api/model/PartialUpdateOrganizationPayload.java | 9 +++++---- .../v0api/model/PartialUpdateProjectPayload.java | 9 +++++---- 4 files changed, 16 insertions(+), 13 deletions(-) diff --git a/services/resourcemanager/oas_commit b/services/resourcemanager/oas_commit index 7742eb62..96856837 100644 --- a/services/resourcemanager/oas_commit +++ b/services/resourcemanager/oas_commit @@ -1 +1 @@ -f5a2c1cbdac2b440d8dc8bfa89af5ca4cd9cc89d +9ff2efb2c9614ebfffa878f0a99f82ee15fd4b9d diff --git a/services/resourcemanager/src/main/java/cloud/stackit/sdk/resourcemanager/v0api/model/PartialUpdateFolderPayload.java b/services/resourcemanager/src/main/java/cloud/stackit/sdk/resourcemanager/v0api/model/PartialUpdateFolderPayload.java index e34c5fa9..5222b994 100644 --- a/services/resourcemanager/src/main/java/cloud/stackit/sdk/resourcemanager/v0api/model/PartialUpdateFolderPayload.java +++ b/services/resourcemanager/src/main/java/cloud/stackit/sdk/resourcemanager/v0api/model/PartialUpdateFolderPayload.java @@ -86,10 +86,11 @@ public PartialUpdateFolderPayload putLabelsItem(String key, String labelsItem) { /** * Key-value string pairs attached to an existing resource container. Certain labels may be - * enforced via organizational policies. * **Key:** Must match the regex - * `[A-ZÄÜÖa-zäüöß0-9_-]{1,64}` * **Value:** Must match the regex - * `^$|[A-ZÄÜÖa-zäüöß0-9_-]{1,64}` > Note: Additional naming restrictions may apply - * depending on your specific organization.* + * enforced via organizational policies. Setting an individual label's value to + * `null` removes/deletes that label from the resource. * **Key:** Must match the + * regex `[A-ZÄÜÖa-zäüöß0-9_-]{1,64}` * **Value:** Must match the regex + * `^$|[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`, or be `null` to delete the label > + * Note: Additional naming restrictions may apply depending on your specific organization.* * * @return labels */ diff --git a/services/resourcemanager/src/main/java/cloud/stackit/sdk/resourcemanager/v0api/model/PartialUpdateOrganizationPayload.java b/services/resourcemanager/src/main/java/cloud/stackit/sdk/resourcemanager/v0api/model/PartialUpdateOrganizationPayload.java index 16fd3d26..ec383dda 100644 --- a/services/resourcemanager/src/main/java/cloud/stackit/sdk/resourcemanager/v0api/model/PartialUpdateOrganizationPayload.java +++ b/services/resourcemanager/src/main/java/cloud/stackit/sdk/resourcemanager/v0api/model/PartialUpdateOrganizationPayload.java @@ -61,10 +61,11 @@ public PartialUpdateOrganizationPayload putLabelsItem(String key, String labelsI /** * Key-value string pairs attached to an existing resource container. Certain labels may be - * enforced via organizational policies. * **Key:** Must match the regex - * `[A-ZÄÜÖa-zäüöß0-9_-]{1,64}` * **Value:** Must match the regex - * `^$|[A-ZÄÜÖa-zäüöß0-9_-]{1,64}` > Note: Additional naming restrictions may apply - * depending on your specific organization.* + * enforced via organizational policies. Setting an individual label's value to + * `null` removes/deletes that label from the resource. * **Key:** Must match the + * regex `[A-ZÄÜÖa-zäüöß0-9_-]{1,64}` * **Value:** Must match the regex + * `^$|[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`, or be `null` to delete the label > + * Note: Additional naming restrictions may apply depending on your specific organization.* * * @return labels */ diff --git a/services/resourcemanager/src/main/java/cloud/stackit/sdk/resourcemanager/v0api/model/PartialUpdateProjectPayload.java b/services/resourcemanager/src/main/java/cloud/stackit/sdk/resourcemanager/v0api/model/PartialUpdateProjectPayload.java index eb6c7404..4993b647 100644 --- a/services/resourcemanager/src/main/java/cloud/stackit/sdk/resourcemanager/v0api/model/PartialUpdateProjectPayload.java +++ b/services/resourcemanager/src/main/java/cloud/stackit/sdk/resourcemanager/v0api/model/PartialUpdateProjectPayload.java @@ -86,10 +86,11 @@ public PartialUpdateProjectPayload putLabelsItem(String key, String labelsItem) /** * Key-value string pairs attached to an existing resource container. Certain labels may be - * enforced via organizational policies. * **Key:** Must match the regex - * `[A-ZÄÜÖa-zäüöß0-9_-]{1,64}` * **Value:** Must match the regex - * `^$|[A-ZÄÜÖa-zäüöß0-9_-]{1,64}` > Note: Additional naming restrictions may apply - * depending on your specific organization.* + * enforced via organizational policies. Setting an individual label's value to + * `null` removes/deletes that label from the resource. * **Key:** Must match the + * regex `[A-ZÄÜÖa-zäüöß0-9_-]{1,64}` * **Value:** Must match the regex + * `^$|[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`, or be `null` to delete the label > + * Note: Additional naming restrictions may apply depending on your specific organization.* * * @return labels */