Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion services/resourcemanager/oas_commit
Original file line number Diff line number Diff line change
@@ -1 +1 @@
f5a2c1cbdac2b440d8dc8bfa89af5ca4cd9cc89d
7d3dd28f6339ef619d9cedc551b3b86a15936fe2
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down
Loading