Skip to content
Merged
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 @@
29ed135519d2a7b1b043cd0c8243bb8d423a784b
1a1e006116e3d1246b63402b91590a65c62c3e33
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,10 @@ 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}`.
* `^$|[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.
*
* @return labels
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,10 @@ 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}`.
* `^$|[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.
*
* @return labels
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,10 @@ 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}`.
* `^$|[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.
*
* @return labels
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,10 @@ 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}`.
* `^$|[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.
*
* @return labels
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,10 @@ 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}`.
* `^$|[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.
*
* @return labels
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,10 @@ 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}`.
* `^$|[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.
*
* @return labels
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,10 @@ 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}`.
* `^$|[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.
*
* @return labels
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,10 @@ 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}`.
* `^$|[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.
*
* @return labels
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,10 @@ 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}`.
* `^$|[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.
*
* @return labels
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,10 @@ 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}`.
* `^$|[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.
*
* @return labels
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,10 @@ 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}`.
* `^$|[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.
*
* @return labels
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,10 @@ 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}`.
* `^$|[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.
*
* @return labels
*/
Expand Down