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 @@
1a1e006116e3d1246b63402b91590a65c62c3e33
1b60c8c31bf54c6160da7979afc673ffc6865e48
Original file line number Diff line number Diff line change
Expand Up @@ -97,13 +97,11 @@ public CreateFolderPayload putLabelsItem(String key, String labelsItem) {
}

/**
* Labels are key-value string pairs that can be attached to a resource container. Some labels
* may be enforced via policies. - A label key must match the regex
* `[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. - A label value must match the regex
* `^$|[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. - To create a project within a STACKIT Network
* Area, setting the label `\"networkArea\":
* \"<networkAreaID>\"` is required. This can not be changed after project
* creation.
* 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.*
*
* @return labels
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,13 +98,15 @@ public CreateProjectPayload putLabelsItem(String key, String labelsItem) {
}

/**
* Labels are key-value string pairs that can be attached to a resource container. Some labels
* may be enforced via policies. - A label key must match the regex
* `[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. - A label value must match the regex
* `^$|[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. - To create a project within a STACKIT Network
* Area, setting the label `\"networkArea\":
* \"<networkAreaID>\"` is required. This can not be changed after project
* creation.
* Key-value string pairs attached to a resource container during creation. 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}` * Either a `\"scope\":
* \"PUBLIC\"` label or a valid `networkArea` label must be provided
* for project creation. * To create a project within a STACKIT Network Area, you must set the
* label `\"networkArea\": \"<networkAreaID>\"`. >
* **Important:** The `networkArea` label is immutable and **cannot be changed** after
* project creation.
*
* @return labels
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -151,13 +151,11 @@ public FolderResponse putLabelsItem(String key, String labelsItem) {
}

/**
* Labels are key-value string pairs that can be attached to a resource container. Some labels
* may be enforced via policies. - A label key must match the regex
* `[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. - A label value must match the regex
* `^$|[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. - To create a project within a STACKIT Network
* Area, setting the label `\"networkArea\":
* \"<networkAreaID>\"` is required. This can not be changed after project
* creation.
* 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.*
*
* @return labels
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -159,13 +159,11 @@ public GetFolderDetailsResponse putLabelsItem(String key, String labelsItem) {
}

/**
* Labels are key-value string pairs that can be attached to a resource container. Some labels
* may be enforced via policies. - A label key must match the regex
* `[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. - A label value must match the regex
* `^$|[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. - To create a project within a STACKIT Network
* Area, setting the label `\"networkArea\":
* \"<networkAreaID>\"` is required. This can not be changed after project
* creation.
* 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.*
*
* @return labels
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -145,13 +145,11 @@ public GetProjectResponse putLabelsItem(String key, String labelsItem) {
}

/**
* Labels are key-value string pairs that can be attached to a resource container. Some labels
* may be enforced via policies. - A label key must match the regex
* `[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. - A label value must match the regex
* `^$|[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. - To create a project within a STACKIT Network
* Area, setting the label `\"networkArea\":
* \"<networkAreaID>\"` is required. This can not be changed after project
* creation.
* 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.*
*
* @return labels
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -153,13 +153,11 @@ public ListFoldersResponseItemsInner putLabelsItem(String key, String labelsItem
}

/**
* Labels are key-value string pairs that can be attached to a resource container. Some labels
* may be enforced via policies. - A label key must match the regex
* `[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. - A label value must match the regex
* `^$|[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. - To create a project within a STACKIT Network
* Area, setting the label `\"networkArea\":
* \"<networkAreaID>\"` is required. This can not be changed after project
* creation.
* 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.*
*
* @return labels
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -135,13 +135,11 @@ public ListOrganizationsResponseItemsInner putLabelsItem(String key, String labe
}

/**
* Labels are key-value string pairs that can be attached to a resource container. Some labels
* may be enforced via policies. - A label key must match the regex
* `[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. - A label value must match the regex
* `^$|[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. - To create a project within a STACKIT Network
* Area, setting the label `\"networkArea\":
* \"<networkAreaID>\"` is required. This can not be changed after project
* creation.
* 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.*
*
* @return labels
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -133,13 +133,11 @@ public OrganizationResponse putLabelsItem(String key, String labelsItem) {
}

/**
* Labels are key-value string pairs that can be attached to a resource container. Some labels
* may be enforced via policies. - A label key must match the regex
* `[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. - A label value must match the regex
* `^$|[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. - To create a project within a STACKIT Network
* Area, setting the label `\"networkArea\":
* \"<networkAreaID>\"` is required. This can not be changed after project
* creation.
* 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.*
*
* @return labels
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,13 +87,11 @@ public PartialUpdateFolderPayload putLabelsItem(String key, String labelsItem) {
}

/**
* Labels are key-value string pairs that can be attached to a resource container. Some labels
* may be enforced via policies. - A label key must match the regex
* `[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. - A label value must match the regex
* `^$|[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. - To create a project within a STACKIT Network
* Area, setting the label `\"networkArea\":
* \"<networkAreaID>\"` is required. This can not be changed after project
* creation.
* 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.*
*
* @return labels
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,11 @@ public PartialUpdateOrganizationPayload putLabelsItem(String key, String labelsI
}

/**
* Labels are key-value string pairs that can be attached to a resource container. Some labels
* may be enforced via policies. - A label key must match the regex
* `[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. - A label value must match the regex
* `^$|[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. - To create a project within a STACKIT Network
* Area, setting the label `\"networkArea\":
* \"<networkAreaID>\"` is required. This can not be changed after project
* creation.
* 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.*
*
* @return labels
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,13 +87,11 @@ public PartialUpdateProjectPayload putLabelsItem(String key, String labelsItem)
}

/**
* Labels are key-value string pairs that can be attached to a resource container. Some labels
* may be enforced via policies. - A label key must match the regex
* `[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. - A label value must match the regex
* `^$|[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. - To create a project within a STACKIT Network
* Area, setting the label `\"networkArea\":
* \"<networkAreaID>\"` is required. This can not be changed after project
* creation.
* 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.*
*
* @return labels
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -138,13 +138,11 @@ public Project putLabelsItem(String key, String labelsItem) {
}

/**
* Labels are key-value string pairs that can be attached to a resource container. Some labels
* may be enforced via policies. - A label key must match the regex
* `[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. - A label value must match the regex
* `^$|[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. - To create a project within a STACKIT Network
* Area, setting the label `\"networkArea\":
* \"<networkAreaID>\"` is required. This can not be changed after project
* creation.
* 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.*
*
* @return labels
*/
Expand Down
Loading