Skip to content

Generator: Update SDK /services/iaas #795

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 24, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
- `secretsmanager`: [v0.2.1](services/secretsmanager/CHANGELOG.md#v021-2025-03-20)
- **Improvement:** Error handling
- **Feature:** Add description to `UpdateUserPayload`
- `iaas`: [v0.5.0](services/iaas/CHANGELOG.md#v050-2025-03-24)
- **Improvement:** Upgrading from IaaS **beta** endpoints to **v1**
- **Feature:** Add new method to filter `ListMachineTypes`: `Filter`

## Release (2025-03-05)

Expand Down
4 changes: 4 additions & 0 deletions services/iaas/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v0.5.0 (2025-03-24)
- **Improvement:** Upgrading from IaaS **beta** endpoints to **v1**
- **Feature:** Add new method to filter `ListMachineTypes`: `Filter`

## v0.4.0 (2025-02-27)

- **Feature:** Add method to list all public ip ranges: `list_public_ip_ranges`
Expand Down
2 changes: 1 addition & 1 deletion services/iaas/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "stackit-iaas"

[tool.poetry]
name = "stackit-iaas"
version = "v0.4.0"
version = "v0.5.0"
authors = [
"STACKIT Developer Tools <[email protected]>",
]
Expand Down
2 changes: 1 addition & 1 deletion services/iaas/src/stackit/iaas/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

This API allows you to create and modify IaaS resources.

The version of the OpenAPI document: 1beta1
The version of the OpenAPI document: 1
Contact: [email protected]
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand Down
310 changes: 171 additions & 139 deletions services/iaas/src/stackit/iaas/api/default_api.py

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion services/iaas/src/stackit/iaas/api_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

This API allows you to create and modify IaaS resources.

The version of the OpenAPI document: 1beta1
The version of the OpenAPI document: 1
Contact: [email protected]
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand Down
2 changes: 1 addition & 1 deletion services/iaas/src/stackit/iaas/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

This API allows you to create and modify IaaS resources.

The version of the OpenAPI document: 1beta1
The version of the OpenAPI document: 1
Contact: [email protected]
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand Down
2 changes: 1 addition & 1 deletion services/iaas/src/stackit/iaas/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

This API allows you to create and modify IaaS resources.

The version of the OpenAPI document: 1beta1
The version of the OpenAPI document: 1
Contact: [email protected]
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand Down
2 changes: 1 addition & 1 deletion services/iaas/src/stackit/iaas/models/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

This API allows you to create and modify IaaS resources.

The version of the OpenAPI document: 1beta1
The version of the OpenAPI document: 1
Contact: [email protected]
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

This API allows you to create and modify IaaS resources.

The version of the OpenAPI document: 1beta1
The version of the OpenAPI document: 1
Contact: [email protected]
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand Down
2 changes: 1 addition & 1 deletion services/iaas/src/stackit/iaas/models/affinity_group.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

This API allows you to create and modify IaaS resources.

The version of the OpenAPI document: 1beta1
The version of the OpenAPI document: 1
Contact: [email protected]
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

This API allows you to create and modify IaaS resources.

The version of the OpenAPI document: 1beta1
The version of the OpenAPI document: 1
Contact: [email protected]
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

This API allows you to create and modify IaaS resources.

The version of the OpenAPI document: 1beta1
The version of the OpenAPI document: 1
Contact: [email protected]
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand Down
2 changes: 1 addition & 1 deletion services/iaas/src/stackit/iaas/models/area.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

This API allows you to create and modify IaaS resources.

The version of the OpenAPI document: 1beta1
The version of the OpenAPI document: 1
Contact: [email protected]
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand Down
2 changes: 1 addition & 1 deletion services/iaas/src/stackit/iaas/models/area_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

This API allows you to create and modify IaaS resources.

The version of the OpenAPI document: 1beta1
The version of the OpenAPI document: 1
Contact: [email protected]
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

This API allows you to create and modify IaaS resources.

The version of the OpenAPI document: 1beta1
The version of the OpenAPI document: 1
Contact: [email protected]
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

This API allows you to create and modify IaaS resources.

The version of the OpenAPI document: 1beta1
The version of the OpenAPI document: 1
Contact: [email protected]
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand Down
2 changes: 1 addition & 1 deletion services/iaas/src/stackit/iaas/models/backup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

This API allows you to create and modify IaaS resources.

The version of the OpenAPI document: 1beta1
The version of the OpenAPI document: 1
Contact: [email protected]
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

This API allows you to create and modify IaaS resources.

The version of the OpenAPI document: 1beta1
The version of the OpenAPI document: 1
Contact: [email protected]
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand Down
2 changes: 1 addition & 1 deletion services/iaas/src/stackit/iaas/models/backup_source.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

This API allows you to create and modify IaaS resources.

The version of the OpenAPI document: 1beta1
The version of the OpenAPI document: 1
Contact: [email protected]
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

This API allows you to create and modify IaaS resources.

The version of the OpenAPI document: 1beta1
The version of the OpenAPI document: 1
Contact: [email protected]
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand Down
2 changes: 1 addition & 1 deletion services/iaas/src/stackit/iaas/models/boot_volume.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

This API allows you to create and modify IaaS resources.

The version of the OpenAPI document: 1beta1
The version of the OpenAPI document: 1
Contact: [email protected]
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

This API allows you to create and modify IaaS resources.

The version of the OpenAPI document: 1beta1
The version of the OpenAPI document: 1
Contact: [email protected]
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

This API allows you to create and modify IaaS resources.

The version of the OpenAPI document: 1beta1
The version of the OpenAPI document: 1
Contact: [email protected]
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

This API allows you to create and modify IaaS resources.

The version of the OpenAPI document: 1beta1
The version of the OpenAPI document: 1
Contact: [email protected]
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

This API allows you to create and modify IaaS resources.

The version of the OpenAPI document: 1beta1
The version of the OpenAPI document: 1
Contact: [email protected]
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

This API allows you to create and modify IaaS resources.

The version of the OpenAPI document: 1beta1
The version of the OpenAPI document: 1
Contact: [email protected]
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

This API allows you to create and modify IaaS resources.

The version of the OpenAPI document: 1beta1
The version of the OpenAPI document: 1
Contact: [email protected]
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

This API allows you to create and modify IaaS resources.

The version of the OpenAPI document: 1beta1
The version of the OpenAPI document: 1
Contact: [email protected]
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

This API allows you to create and modify IaaS resources.

The version of the OpenAPI document: 1beta1
The version of the OpenAPI document: 1
Contact: [email protected]
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

This API allows you to create and modify IaaS resources.

The version of the OpenAPI document: 1beta1
The version of the OpenAPI document: 1
Contact: [email protected]
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

This API allows you to create and modify IaaS resources.

The version of the OpenAPI document: 1beta1
The version of the OpenAPI document: 1
Contact: [email protected]
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

This API allows you to create and modify IaaS resources.

The version of the OpenAPI document: 1beta1
The version of the OpenAPI document: 1
Contact: [email protected]
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

This API allows you to create and modify IaaS resources.

The version of the OpenAPI document: 1beta1
The version of the OpenAPI document: 1
Contact: [email protected]
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

This API allows you to create and modify IaaS resources.

The version of the OpenAPI document: 1beta1
The version of the OpenAPI document: 1
Contact: [email protected]
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

This API allows you to create and modify IaaS resources.

The version of the OpenAPI document: 1beta1
The version of the OpenAPI document: 1
Contact: [email protected]
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

This API allows you to create and modify IaaS resources.

The version of the OpenAPI document: 1beta1
The version of the OpenAPI document: 1
Contact: [email protected]
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand Down
2 changes: 1 addition & 1 deletion services/iaas/src/stackit/iaas/models/create_protocol.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

This API allows you to create and modify IaaS resources.

The version of the OpenAPI document: 1beta1
The version of the OpenAPI document: 1
Contact: [email protected]
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

This API allows you to create and modify IaaS resources.

The version of the OpenAPI document: 1beta1
The version of the OpenAPI document: 1
Contact: [email protected]
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

This API allows you to create and modify IaaS resources.

The version of the OpenAPI document: 1beta1
The version of the OpenAPI document: 1
Contact: [email protected]
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

This API allows you to create and modify IaaS resources.

The version of the OpenAPI document: 1beta1
The version of the OpenAPI document: 1
Contact: [email protected]
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

This API allows you to create and modify IaaS resources.

The version of the OpenAPI document: 1beta1
The version of the OpenAPI document: 1
Contact: [email protected]
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

This API allows you to create and modify IaaS resources.

The version of the OpenAPI document: 1beta1
The version of the OpenAPI document: 1
Contact: [email protected]
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

This API allows you to create and modify IaaS resources.

The version of the OpenAPI document: 1beta1
The version of the OpenAPI document: 1
Contact: [email protected]
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

This API allows you to create and modify IaaS resources.

The version of the OpenAPI document: 1beta1
The version of the OpenAPI document: 1
Contact: [email protected]
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand Down
Loading
Loading