Skip to content

Commit bedc1f3

Browse files
Generator: Update SDK alb/resourcemanager/sqlserverflex/stackitmarketplace (#2213)
* Generate alb * Generate sqlserverflex * Generate stackitmarketplace * Update CHANGELOG.md --------- Co-authored-by: Marcel Jacek <[email protected]>
1 parent 0e2bfa4 commit bedc1f3

16 files changed

+1427
-4
lines changed

CHANGELOG.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
## Release (2025-xx-xx)
2-
- `alb`: [v0.3.0](services/alb/CHANGELOG.md#v030-2025-05-14)
3-
- **Breaking change:** Introduce typed enum constants for status attributes
2+
- `alb`:
3+
- [v0.3.1](services/alb/CHANGELOG.md#v031-2025-05-15)
4+
- **Feature:** New field `Path` for `Rule`
5+
- [v0.3.0](services/alb/CHANGELOG.md#v030-2025-05-14)
6+
- **Breaking change:** Introduce typed enum constants for status attributes
47
- `cdn`: [v1.1.0](services/cdn/CHANGELOG.md#v110-2025-05-14)
58
- **Breaking change:** Introduce typed enum constants for status attributes
69
- `dns`: [v0.14.0](services/dns/CHANGELOG.md#v0140-2025-05-14)
@@ -11,6 +14,7 @@
1114
- **Breaking change:** Introduce typed enum constants for status attributes
1215
- `lbapplication`: [v0.4.0](services/lbapplication/CHANGELOG.md#v040-2025-05-14)
1316
- **Breaking change:** Introduce typed enum constants for status attributes
17+
- **Deprecated:** `lbapplication` service is deprecated and no longer maintained. Use the `alb` service instead
1418
- `loadbalancer`: [v1.1.0](services/loadbalancer/CHANGELOG.md#v110-2025-05-14)
1519
- **Breaking change:** Introduce typed enum constants for status attributes
1620
- `logme`: [v0.23.0](services/logme/CHANGELOG.md#v0230-2025-05-14)
@@ -31,6 +35,7 @@
3135
- **Breaking change:** Introduce typed enum constants for status attributes
3236
- `resourcemanager`: [v0.14.0](services/resourcemanager/CHANGELOG.md#v0140-2025-05-14)
3337
- **Breaking change:** Introduce typed enum constants for status attributes
38+
- **Breaking change:** Fields `ContainerParentId` and `ParentId` are no longer required
3439
- `runcommand`: [v1.1.0](services/runcommand/CHANGELOG.md#v110-2025-05-14)
3540
- **Breaking change:** Introduce typed enum constants for status attributes
3641
- `serverbackup`: [v1.1.0](services/serverbackup/CHANGELOG.md#v110-2025-05-14)
@@ -44,7 +49,11 @@
4449
- **Breaking change:** Introduce typed enum constants for status attributes
4550
- [v0.22.4](services/ske/CHANGELOG.md#v0224-2025-05-13)
4651
- **Feature:** Added `ClusterError`
47-
- `stackitmarketplace`:
52+
- `sqlserverflex`: [v1.1.0](services/sqlserverflex/CHANGELOG.md#v110-2025-05-14)
53+
- **Features**: Added new method `ListMetrics`
54+
- `stackitmarketplace`:
55+
- [v1.2.1](services/stackitmarketplace/CHANGELOG.md#v121-2025-05-15)
56+
- **Feature:** Added new method `VendorsSubscriptionsReject`
4857
- [v1.2.0](services/stackitmarketplace/CHANGELOG.md#v120-2025-05-14)
4958
- **Breaking change:** Introduce typed enum constants for status attributes
5059
- [v1.1.0](services/stackitmarketplace/CHANGELOG.md#v110-2025-05-13)

services/alb/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## v0.3.1 (2025-05-15)
2+
- **Feature:** New field `Path` for `Rule`
3+
14
## v0.3.0 (2025-05-14)
25
- **Breaking change:** Introduce typed enum constants for status attributes
36

services/alb/model_path.go

Lines changed: 178 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

services/alb/model_rule.go

Lines changed: 48 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

services/lbapplication/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
## v0.4.0 (2025-05-14)
22
- **Breaking change:** Introduce typed enum constants for status attributes
3+
- **Deprecated:** `lbapplication` service is deprecated and no longer maintained. Use the `alb` service instead
34

45
## v0.3.0 (2025-02-21)
56
- **New:** Minimal go version is now Go 1.21

services/resourcemanager/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
## v0.14.0 (2025-05-14)
22
- **Breaking change:** Introduce typed enum constants for status attributes
3+
- **Breaking change:** Fields `ContainerParentId` and `ParentId` are no longer required
34

45
## v0.13.3 (2025-05-09)
56
- **Feature:** Update user-agent header

services/sqlserverflex/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## v1.0.4 (2025-05-14)
2+
- **Features**: Added new method `ListMetrics`
3+
14
## v1.0.3 (2025-05-09)
25
- **Feature:** Update user-agent header
36

0 commit comments

Comments
 (0)