Skip to content

Commit

Permalink
Generator: Update SDK /services/iaas (#934)
Browse files Browse the repository at this point in the history
* Generate iaas

* Add CHANGELOG

* Update date

* Update CHANGELOG.md

Co-authored-by: GokceGK <[email protected]>

* Update changelog

---------

Co-authored-by: Vicente Pinto <[email protected]>
Co-authored-by: GokceGK <[email protected]>
  • Loading branch information
3 people authored Oct 18, 2024
1 parent 683a7cf commit a992e8f
Show file tree
Hide file tree
Showing 61 changed files with 27,707 additions and 1,446 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## Release (2024-10-18)

- `iaas`: [v0.13.0](services/iaas/CHANGELOG.md#v0130-2024-10-18)
- **Feature:** Add support for managing following resources
- `Volume`
- `Server`
- `NetworkInterface`
- `PublicIP`
- `SecurityGroup`
- `SecurityGroupRule`
- **Breaking change**: Remove `V1NetworkGateway` data model
- **Bugfix**: Network response JSON decoding

## Release (2024-10-14)

- `sqlserverflex`: [v0.7.0](services/sqlserverflex/CHANGELOG.md#v070-2024-09-25)
Expand Down
12 changes: 12 additions & 0 deletions services/iaas/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## v0.13.0 (2024-10-18)

- **Feature:** Add support for managing following resources
- `Volume`
- `Server`
- `NetworkInterface`
- `PublicIP`
- `SecurityGroup`
- `SecurityGroupRule`
- **Breaking change**: Remove `V1NetworkGateway` data model
- **Bugfix**: Network response json decoding

## v0.12.0 (2024-10-14)

- **Feature:** Add support for nullable models
Expand Down
Loading

0 comments on commit a992e8f

Please sign in to comment.