Skip to content

Commit 117d59e

Browse files
Generator: Update SDK /services/cost (#6047)
Co-authored-by: Marcel Jacek <Marcel.Jacek@digits.schwarz>
1 parent 0282cdc commit 117d59e

File tree

8 files changed

+561
-231
lines changed

8 files changed

+561
-231
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,11 @@
3636
- **Feature:** Add new method `GetQuota` to get the quota for TLS certificates in a project
3737
- `v2betaapi`:
3838
- **Deprecation:** The `v2beta2api` is deprecated and will be removed in the future. Migrate to `v2api`
39-
- `cost`: [v0.1.0](services/cost/CHANGELOG.md#v010)
40-
- **New:** STACKIT Cost module can be used to retrieve STACKIT cost information
39+
- `cost`:
40+
- [v0.1.0](services/cost/CHANGELOG.md#v010)
41+
- **New:** STACKIT Cost module can be used to retrieve STACKIT cost information
42+
- [v0.2.0](services/cost/CHANGELOG.md#v020)
43+
- **Improvement:** Introduce new more specific error models `AuthErrorResponse` and `ErrorResponse`
4144
- `edge`:
4245
- [v0.8.0](services/edge/CHANGELOG.md#v080)
4346
- `v1beta1api`: Removal of deprecated API client method `ListPlansGlobal`

services/cost/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1+
## v0.2.0
2+
- **Improvement:** Introduce new more specific error models `AuthErrorResponse` and `ErrorResponse`
3+
14
## v0.1.0
25
- **New**: STACKIT Cost module can be used to retrieve STACKIT cost information

services/cost/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.1.0
1+
v0.2.0

services/cost/oas_commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1580d22d7dd90cfd56802bdda4a61795d1cb9813
1+
95de5cba3201a683657cb472d5fa30aa768f19cc

services/cost/v3api/api_default.go

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

0 commit comments

Comments
 (0)