Skip to content

Commit b2fd5a2

Browse files
Generator: Update SDK /services/stackitmarketplace (#1267)
* Generate stackitmarketplace * Add CHANGELOG --------- Co-authored-by: Vicente Pinto <[email protected]>
1 parent 22c2ac9 commit b2fd5a2

29 files changed

+6466
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
- **Bugfix:** `ConfigureRegion` does not return an error if a region is set by an environment variable.
55
- `authorization`: [v0.5.0](services/authorization/CHANGELOG.md#v050-2025-01-09)
66
- **Feature:** Add support for regions in `APIClient`
7+
- `stackitmarketplace`: [v0.1.0](services/stackitmarketplace/CHANGELOG.md#v010-2025-01-10)
8+
- **New**: STACKIT Marketplace module can be used to manage the STACKIT Marketplace.
79

810
## Release (2025-01-07)
911

go.work

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,5 @@ use (
5454
./services/serviceenablement
5555
./services/ske
5656
./services/sqlserverflex
57+
./services/stackitmarketplace
5758
)
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
6.6.0
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## v0.1.0 (2025-01-10)
2+
3+
- **New**: STACKIT Marketplace module can be used to manage the STACKIT Marketplace.

0 commit comments

Comments
 (0)