Skip to content

Commit 492092e

Browse files
Generator: Update SDK /services/iaas (#741)
* Generate iaas * update iaas changelog * update main changelog --------- Co-authored-by: Gökçe Gök Klingel <goekce.goek_klingel@mail.schwarz> Co-authored-by: GokceGK <161626272+GokceGK@users.noreply.github.com>
1 parent 331e56e commit 492092e

35 files changed

Lines changed: 8 additions & 5263 deletions

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
## Release (2024-XX-XX)
2+
- `iaas`: [v0.7.0](services/iaas/CHANGELOG.md#v070-2024-08-16)
3+
- **Breaking change**: Rename types:
4+
- `CreateNetworkIPv4` renamed to **`CreateNetworkIPv4Body`**
5+
- `V1CreateNetworkIPv6` renamed to **`CreateNetworkIPv6Body`**
6+
- `UpdateNetworkIPv4` renamed to **`UpdateNetworkIPv4Body`**
7+
- `V1UpdateNetworkIPv6` renamed to **`UpdateNetworkIPv6Body`**
8+
- **Feature:** `CreateNetworkPayload`, `PartialUpdateNetworkPayload` and `Network` have a new field: `Routed`
29
- `secretsmanager`: [v0.9.0](services/secretsmanager/CHANGELOG.md#v090-2024-08-16)
310
- **Feature**: New API method `UpdateInstance` to update an instance
411
- `sqlserverflex`: [v0.5.0](services/sqlserverflex/CHANGELOG.md#v050-2024-08-16)

services/iaas/CHANGELOG.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
1-
## v0.6.1 (2024-08-09)
1+
## v0.7.0 (2024-08-16)
22
- **Breaking change**: Rename types:
33
- `CreateNetworkIPv4` renamed to **`CreateNetworkIPv4Body`**
44
- `V1CreateNetworkIPv6` renamed to **`CreateNetworkIPv6Body`**
55
- `UpdateNetworkIPv4` renamed to **`UpdateNetworkIPv4Body`**
66
- `V1UpdateNetworkIPv6` renamed to **`UpdateNetworkIPv6Body`**
7-
- **Feature:** `CreateNetworkIPv4Body`, `CreateNetworkIPv6Body`, `UpdateNetworkIPv4Body`, `UpdateNetworkIPv6Body` and `Network` have a new field: `Gateway`
87
- **Feature:** `CreateNetworkPayload`, `PartialUpdateNetworkPayload` and `Network` have a new field: `Routed`
9-
- **Feature:** Add support for nullable fields
108

119
## v0.6.0 (2024-08-05)
1210
- **Breaking change:** Use network ID instead of request ID in the waiter: `CreateNetworkWaitHandler`

services/iaas/model_area.go

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

0 commit comments

Comments
 (0)