Skip to content

Commit

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

* feature: updated changelog

* Update services/iaas/CHANGELOG.md

---------

Co-authored-by: Rüdiger Schmitz <[email protected]>
Co-authored-by: João Palet <[email protected]>
  • Loading branch information
3 people authored Dec 16, 2024
1 parent 610fcda commit e482b0d
Show file tree
Hide file tree
Showing 86 changed files with 17,098 additions and 3,701 deletions.
11 changes: 11 additions & 0 deletions services/iaas/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## v0.17.0 (2024-12-13)

- **Feature:** Add new methods to manage affinity groups: `CreateAffinityGroup`, `DeleteAffinityGroup`, `GetAffinityGroup`, and `ListAffinityGroup`
- **Feature:** Add new methods to manage backups: `CreateBackup`, `DeleteBackup`, `GetBackup`, `ListBackup`, `RestoreBackup`, `ExecuteBackup`,`UpdateBackup`
- **Feature:** Add new methods to manage images: `CreateImage`, `DeleteImage`, `GetImage`, `ListImage`,`UpdateImage`
- **Feature:** Add new methods to manage imageshares: `DeleteImageShare`, `GetImageShare`, `SetImageShare`,`UpdateImageShare`
- **Feature:** Add new methods to manage imageshare consumers: `DeleteImageShareConsumer`, `GetImageShareConsumer`, `SetImageShare`,`UpdateImageShare`
- **Feature:** Add new methods to manage project NICs: `GetProjectNIC`, `ListProjectNICs`
- **Feature:** Add new methods to manage snapshots: `CreateSnapshot`, `DeleteSnapshot`, `GetSnapshot`, `ListSnapshot`, `UpdateSnapshot`
- **Bugfix:** Correctly handle nullable attributes in model types

## v0.16.0 (2024-11-08)

- **Feature:** Add new methods to manage key pairs: `CreateKeyPair`, `UpdateKeyPair`, `DeleteKeyPair`, `GetKeyPair`, and `ListKeyPairs`
Expand Down
11,367 changes: 8,419 additions & 2,948 deletions services/iaas/api_default.go

Large diffs are not rendered by default.

2,576 changes: 2,055 additions & 521 deletions services/iaas/api_default_test.go

Large diffs are not rendered by default.

214 changes: 214 additions & 0 deletions services/iaas/model_affinity_group.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

111 changes: 111 additions & 0 deletions services/iaas/model_affinity_group_list_response.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions services/iaas/model_area_config.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit e482b0d

Please sign in to comment.