Skip to content

Commit b6f0f20

Browse files
Generator: Update SDK /services/sqlserverflex (#5937)
Co-authored-by: Ruben Hoenle <Ruben.Hoenle@stackit.cloud>
1 parent 9bd39a1 commit b6f0f20

File tree

226 files changed

+5684
-862
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

226 files changed

+5684
-862
lines changed

CHANGELOG.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,18 @@
3535
- `v1api`: New package which can be used for communication with the logs v1 API
3636
- **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 packages for the available API versions instead.
3737
- **Dependencies:** Bump STACKIT SDK core module from `v0.21.1` to `v0.22.0`
38-
- `sqlserverflex`: [v1.5.0](services/sqlserverflex/CHANGELOG.md#v150)
39-
- **Feature:** Introduction of multi API version support for the sqlserverflex SDK module. For more details please see the announcement on GitHub: https://github.com/stackitcloud/stackit-sdk-go/discussions/5062
40-
- `v1api`: New package which can be used for communication with the sqlserverflex v1 API
41-
- `v2api`: New package which can be used for communication with the sqlserverflex v2 API
42-
- `v3alpha1api`: New package which can be used for communication with the sqlserverflex v3 alpha1 API
43-
- `v3beta1api`: New package which can be used for communication with the sqlserverflex v3 beta1 API
44-
- **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 packages for the available API versions instead.
45-
- **Dependencies:** Bump STACKIT SDK core module from `v0.21.1` to `v0.22.0`
38+
- `sqlserverflex`:
39+
- [v1.5.0](services/sqlserverflex/CHANGELOG.md#v150)
40+
- **Feature:** Introduction of multi API version support for the sqlserverflex SDK module. For more details please see the announcement on GitHub: https://github.com/stackitcloud/stackit-sdk-go/discussions/5062
41+
- `v1api`: New package which can be used for communication with the sqlserverflex v1 API
42+
- `v2api`: New package which can be used for communication with the sqlserverflex v2 API
43+
- `v3alpha1api`: New package which can be used for communication with the sqlserverflex v3 alpha1 API
44+
- `v3beta1api`: New package which can be used for communication with the sqlserverflex v3 beta1 API
45+
- **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 packages for the available API versions instead.
46+
- **Dependencies:** Bump STACKIT SDK core module from `v0.21.1` to `v0.22.0`
47+
- [v1.6.0](services/sqlserverflex/CHANGELOG.md#v160)
48+
- **Bugfix:** Disable strict decoding of API responses
49+
- **Feature:** Add `AdditionalProperties` fields to model structs
4650
- `vpn`:
4751
- [v0.1.0](services/vpn/CHANGELOG.md#v010)
4852
- **New:** SDK module for vpn service

services/sqlserverflex/CHANGELOG.md

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

services/sqlserverflex/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.5.0
1+
v1.6.0

services/sqlserverflex/oas_commit

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

services/sqlserverflex/v1api/model_acl.go

Lines changed: 30 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

services/sqlserverflex/v1api/model_backup.go

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

services/sqlserverflex/v1api/model_backup_list_backups_response_grouped.go

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

services/sqlserverflex/v1api/model_create_database_payload.go

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

services/sqlserverflex/v1api/model_create_database_response.go

Lines changed: 30 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

services/sqlserverflex/v1api/model_create_instance_payload.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)