Skip to content

Commit 1bf91c0

Browse files
Generator: Update SDK /services/resourcemanager (#2725)
* Generate resourcemanager * Update CHANGELOG.md --------- Co-authored-by: Marcel Jacek <[email protected]>
1 parent 226ffa4 commit 1bf91c0

10 files changed

+1941
-137
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,13 @@
3030
- **Bugfix:** Adjusted `UnmarshalJSON` function to use enum types and added tests for enums
3131
- `redis`: [v0.24.1](services/redis/CHANGELOG.md#v0241-2025-06-04)
3232
- **Bugfix:** Adjusted `UnmarshalJSON` function to use enum types and added tests for enums
33-
- `resourcemanager`: [v0.15.1](services/resourcemanager/CHANGELOG.md#v0151-2025-06-04)
33+
- `resourcemanager`:
34+
- [v0.16.0](services/resourcemanager/CHANGELOG.md#v0160-2025-06-04)
35+
- **Feature:** Delete Organization labels using the new method `DeleteOrganizationLabels`
36+
- **Feature:** Delete Project labels using the new method `DeleteProjectLabels`
37+
- **Feature:** List folders using the new method `ListFolders`
38+
- **Feature:** Partial Update Organization using the new method `PartialUpdateOrganization`
39+
- [v0.15.1](services/resourcemanager/CHANGELOG.md#v0151-2025-06-04)
3440
- **Bugfix:** Adjusted `UnmarshalJSON` function to use enum types and added tests for enums
3541
- `runcommand`: [v1.2.1](services/runcommand/CHANGELOG.md#v121-2025-06-04)
3642
- **Bugfix:** Adjusted `UnmarshalJSON` function to use enum types and added tests for enums

services/resourcemanager/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v0.16.0 (2025-06-04)
2+
- **Feature:** Delete Organization labels using the new method `DeleteOrganizationLabels`
3+
- **Feature:** Delete Project labels using the new method `DeleteProjectLabels`
4+
- **Feature:** List folders using the new method `ListFolders`
5+
- **Feature:** Partial Update Organization using the new method `PartialUpdateOrganization`
6+
17
## v0.15.1 (2025-06-04)
28
- **Bugfix:** Adjusted `UnmarshalJSON` function to use enum types and added tests for enums
39

0 commit comments

Comments
 (0)