Skip to content

Commit cb22602

Browse files
Generator: Update SDK /services/resourcemanager (#943)
* Generate resourcemanager * Update changelog --------- Co-authored-by: Vicente Pinto <[email protected]>
1 parent 7cbcd79 commit cb22602

9 files changed

+1292
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
- `iaas`: [v0.14.0](services/iaas/CHANGELOG.md#v0140-2024-10-18)
44
- **Feature:** Add waiter methods for `Volume`, `Server` and `AttachedVolume`
5+
- `resourcemanager`: [v0.11.0](services/iaas/CHANGELOG.md#v0110-2024-10-21)
6+
- **Feature:** Get containers of a folder using the new method `BffGetContainersOfAFolder`
7+
- **Feature:** Get containers of an organization using the new method `BffGetContainersOfAnOrganization`
58
- `iaas`: [v0.15.0](services/iaas/CHANGELOG.md#v0150-2024-10-21)
69
- **Feature:** Filter network area routes by labels using the new `LabelSelector` method on `ApiListNetworkAreaRoutesRequest`
710
- **Feature:** Update network area route using the new method `UpdateNetworkAreaRoute`

services/resourcemanager/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v0.11.0 (2024-10-21)
2+
- **Feature:** Get containers of a folder using the new method `BffGetContainersOfAFolder`
3+
- **Feature:** Get containers of an organization using the new method `BffGetContainersOfAnOrganization`
4+
15
## v0.10.0 (2024-10-14)
26

37
- **Feature:** Add support for nullable models

services/resourcemanager/api_default.go

Lines changed: 337 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)