Skip to content

Commit 90ff228

Browse files
Generator: Update SDK /services/resourcemanager (#5927)
Co-authored-by: Ruben Hoenle <Ruben.Hoenle@stackit.cloud>
1 parent 9df7e9e commit 90ff228

24 files changed

+441
-96
lines changed

CHANGELOG.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,16 @@
2828
- [v1.10.0](services/loadbalancer/CHANGELOG.md#v1100)
2929
- **Bugfix:** Disable strict decoding of API responses
3030
- **Feature:** Add `AdditionalProperties` fields to model structs
31-
- `resourcemanager`: [v0.19.0](services/resourcemanager/CHANGELOG.md#v0190)
32-
- **Feature:** Introduction of multi API version support for the resourcemanager SDK module. For more details please see the announcement on GitHub: https://github.com/stackitcloud/stackit-sdk-go/discussions/5062
33-
- `v0api`: New package which should be used for communication with the STACKIT Resourcemanager API in the future
34-
- **Deprecation:** The contents in the root of this SDK module including the `wait` package are marked as deprecated and will be removed after 2026-09-30. Switch to the new `v0api` package instead.
35-
- **Dependencies:** Bump STACKIT SDK core module from `v0.21.1` to `v0.22.0`
36-
- **Breaking Change:** Removal of deprecated constants `ActiveState` and `CreatingState` in `wait` package
31+
- `resourcemanager`:
32+
- [v0.19.0](services/resourcemanager/CHANGELOG.md#v0190)
33+
- **Feature:** Introduction of multi API version support for the resourcemanager SDK module. For more details please see the announcement on GitHub: https://github.com/stackitcloud/stackit-sdk-go/discussions/5062
34+
- `v0api`: New package which should be used for communication with the STACKIT Resourcemanager API in the future
35+
- **Deprecation:** The contents in the root of this SDK module including the `wait` package are marked as deprecated and will be removed after 2026-09-30. Switch to the new `v0api` package instead.
36+
- **Dependencies:** Bump STACKIT SDK core module from `v0.21.1` to `v0.22.0`
37+
- **Breaking Change:** Removal of deprecated constants `ActiveState` and `CreatingState` in `wait` package
38+
- [v0.20.0](services/resourcemanager/CHANGELOG.md#v0200)
39+
- **Bugfix:** Disable strict decoding of API responses
40+
- **Feature:** Add `AdditionalProperties` fields to model structs
3741
- `logs`:
3842
- [v0.6.0](services/logs/CHANGELOG.md#v060)
3943
- **Feature:** Introduction of multi API version support for the logs SDK module. For more details please see the announcement on GitHub: https://github.com/stackitcloud/stackit-sdk-go/discussions/5062

services/resourcemanager/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v0.20.0
2+
- **Bugfix:** Disable strict decoding of API responses
3+
- **Feature:** Add `AdditionalProperties` fields to model structs
4+
15
## v0.19.0
26
- **Feature:** Introduction of multi API version support for the resourcemanager SDK module. For more details please see the announcement on GitHub: https://github.com/stackitcloud/stackit-sdk-go/discussions/5062
37
- `v0api`: New package which should be used for communication with the STACKIT Resourcemanager API in the future

services/resourcemanager/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.19.0
1+
v0.20.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
335aa32af4d6c0d2a036b8567773da2f051f7efb
1+
0e64886dd0847341800d7191ed193b75413be998

services/resourcemanager/v0api/model_container_search_result.go

Lines changed: 20 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

services/resourcemanager/v0api/model_create_folder_payload.go

Lines changed: 18 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

services/resourcemanager/v0api/model_create_project_payload.go

Lines changed: 18 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

services/resourcemanager/v0api/model_error_response.go

Lines changed: 19 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

services/resourcemanager/v0api/model_folder_response.go

Lines changed: 21 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

services/resourcemanager/v0api/model_get_folder_details_response.go

Lines changed: 22 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)