Skip to content

Commit 205e9da

Browse files
Generator: Update SDK /services/loadbalancer (#8820)
* Generate loadbalancer * chore(loadbalancer): add changelogs
1 parent 394929c commit 205e9da

7 files changed

Lines changed: 50 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,12 @@
4545
- **Feature:** Add waiters for VPC region and VPC network ranges
4646
- `kms`: [v1.12.0](services/kms/CHANGELOG.md#v1120)
4747
- **Feature:** Add enum "hsm" for key protection. Only as private preview feature available.
48+
- `loadbalancer`:
49+
- [v1.15.0](services/loadbalancer/CHANGELOG.md#v1150)
50+
- `v2api`:
51+
- **Feature**: Introduce `TYPE_IP_EXHAUSTED`, `TYPE_DNS_NOT_CONFIGURED` and `TYPE_VM_PORT_NOT_CONFIGURED` errors for `LoadBalancerErrorType`
52+
- Deprecated SDK layer in root of the module:
53+
- **Feature**: Introduce `TYPE_IP_EXHAUSTED`, `TYPE_DNS_NOT_CONFIGURED` and `TYPE_VM_PORT_NOT_CONFIGURED` errors for `LoadBalancerErrorType`
4854
- `logme`:
4955
- [v1.0.1](services/logme/CHANGELOG.md#v101)
5056
- `v1api`:

services/loadbalancer/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v1.15.0
2+
- `v2api`
3+
- **Feature**: Introduce `TYPE_IP_EXHAUSTED`, `TYPE_DNS_NOT_CONFIGURED` and `TYPE_VM_PORT_NOT_CONFIGURED` errors for `LoadBalancerErrorType`
4+
- Deprecated SDK layer in root of the module:
5+
- **Feature**: Introduce `TYPE_IP_EXHAUSTED`, `TYPE_DNS_NOT_CONFIGURED` and `TYPE_VM_PORT_NOT_CONFIGURED` errors for `LoadBalancerErrorType`
6+
17
## v1.14.0
28
- **Feature:** Introduce enums for various attributes
39

services/loadbalancer/VERSION

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

services/loadbalancer/model_load_balancer_error.go

Lines changed: 9 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_error_test.go

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

services/loadbalancer/oas_commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
98c11e0ee4834ddaaa474eccc437d234e6276a70
1+
e4d23dc7d62fd23751cce23a8f70967f581bb282

services/loadbalancer/v2api/model_load_balancer_error_type.go

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

0 commit comments

Comments
 (0)