Skip to content

Commit d872b81

Browse files
Generator: Update SDK /services/loadbalancer (#2778)
* Generate loadbalancer * Update CHANGELOG.md --------- Co-authored-by: Marcel Jacek <[email protected]>
1 parent e8dfc3c commit d872b81

10 files changed

+541
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,10 @@
1313
- **Bugfix:** Adjusted `UnmarshalJSON` function to use enum types and added tests for enums
1414
- `git`: [v0.5.1](services/git/CHANGELOG.md#v051-2025-06-04)
1515
- **Bugfix:** Adjusted `UnmarshalJSON` function to use enum types and added tests for enums
16-
- `loadbalancer`: [v1.2.1](services/loadbalancer/CHANGELOG.md#v121-2025-06-04)
16+
- `loadbalancer`:
17+
- [v1.3.0](services/loadbalancer/CHANGELOG.md#v130-2025-06-10)
18+
- **Feature:** Add new field `TargetSecurityGroup` in `LoadBalancer` Model
19+
- [v1.2.1](services/loadbalancer/CHANGELOG.md#v121-2025-06-04)
1720
- **Bugfix:** Adjusted `UnmarshalJSON` function to use enum types and added tests for enums
1821
- `logme`: [v0.24.1](services/logme/CHANGELOG.md#v0241-2025-06-04)
1922
- **Bugfix:** Adjusted `UnmarshalJSON` function to use enum types and added tests for enums

services/loadbalancer/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## v1.3.0 (2025-06-10)
2+
- **Feature:** Add new field `TargetSecurityGroup` in `LoadBalancer` Model
3+
14
## v1.2.1 (2025-06-04)
25
- **Bugfix:** Adjusted `UnmarshalJSON` function to use enum types and added tests for enums
36

services/loadbalancer/model_create_load_balancer_payload.go

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

services/loadbalancer/model_create_load_balancer_payload_target_security_group.go

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

services/loadbalancer/model_create_load_balancer_payload_target_security_group_test.go

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

services/loadbalancer/model_load_balancer.go

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

0 commit comments

Comments
 (0)