Skip to content

Commit ed7b1f5

Browse files
Generator: Update SDK /services/loadbalancer (#3129)
Co-authored-by: Benjosh95 <[email protected]>
1 parent 6d3dc51 commit ed7b1f5

9 files changed

+340
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
- **Breaking Change:** Renamed `GetInstanceResponse` to `InstanceResponse`. This affects the return type of the `GetInstance` method.
88
- `mongodbflex`: [v1.4.0](services/mongodbflex/CHANGELOG.md#v140)
99
- **Breaking Change:** The region is no longer specified within the client configuration. Instead, the region must be passed as a parameter to any region-specific request.
10+
- `loadbalancer`: [v1.5.0](services/loadbalancer/CHANGELOG.md#v150)
11+
- **Feature:** Add new `LoadBalancerSecurityGroup` field to `CreateLoadBalancerPayload`, `LoadBalancer`, and `UpdateLoadBalancerPayload` models
1012

1113

1214
## Release (2025-07-07)

services/loadbalancer/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## v1.5.0
2+
- **Feature:** Add new `LoadBalancerSecurityGroup` field to `CreateLoadBalancerPayload`, `LoadBalancer`, and `UpdateLoadBalancerPayload` models
3+
14
## v1.4.0 (2025-06-12)
25
- **Feature:** Add new field `DisableTargetSecurityGroupAssignment` in `LoadBalancer` Model
36

services/loadbalancer/VERSION

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

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_load_balancer_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_load_balancer_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_create_load_balancer_payload_target_security_group.go

Lines changed: 1 addition & 1 deletion
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)