Skip to content
Closed
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
@@ -1,5 +1,8 @@
## Release (2025-XX-XX)

- `sqlserverflex`: [v1.0.0](services/sqlserverflex/CHANGELOG.md#v100-2025-02-26)
- **Breaking Change:** The region is no longer specified within the client configuration. Instead, the region must be passed as a parameter to any region-specific request.
- **Feature:** Add new methods to manage database project termination: `terminate_project`, `terminate_project_with_http_info`, `terminate_project_without_preload_content`.
- `objectstorage`: [v1.0.1](services/objectstorage/CHANGELOG.md#v101-2025-02-26)
- New value `eu02` in region enum
- `postgresflex`: [v1.0.0](services/postgresflex/CHANGELOG.md#v100-2025-02-27)
Expand Down
5 changes: 5 additions & 0 deletions services/sqlserverflex/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## v1.0.0 (2025-02-26)

- **Breaking Change:** The region is no longer specified within the client configuration. Instead, the region must be passed as a parameter to any region-specific request.
- **Feature:** Add new methods to manage database project termination: `terminate_project`, `terminate_project_with_http_info`, `terminate_project_without_preload_content`.

## v0.3.0 (2025-01-21)

- **Breaking change**: Delete endpoint made private.
Expand Down
2 changes: 1 addition & 1 deletion services/sqlserverflex/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "stackit-sqlserverflex"

[tool.poetry]
name = "stackit-sqlserverflex"
version = "v0.3.0"
version = "v1.0.0"
authors = [
"STACKIT Developer Tools <developer-tools@stackit.cloud>",
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
This is the documentation for the STACKIT MSSQL service
The version of the OpenAPI document: 1.0.0
The version of the OpenAPI document: 2.0.0
Contact: support@stackit.cloud
Generated by OpenAPI Generator (https://openapi-generator.tech)
Expand Down
787 changes: 757 additions & 30 deletions services/sqlserverflex/src/stackit/sqlserverflex/api/default_api.py

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
This is the documentation for the STACKIT MSSQL service
The version of the OpenAPI document: 1.0.0
The version of the OpenAPI document: 2.0.0
Contact: support@stackit.cloud
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 is the documentation for the STACKIT MSSQL service

The version of the OpenAPI document: 1.0.0
The version of the OpenAPI document: 2.0.0
Contact: support@stackit.cloud
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand Down Expand Up @@ -33,7 +33,7 @@ def __init__(
)
"""Constructor
"""
self._base_path = "https://mssql-flex-service.api.eu01.stackit.cloud"
self._base_path = "https://mssql-flex-service.api.stackit.cloud"
"""Default Base url
"""
self.server_index = 0 if server_index is None else server_index
Expand All @@ -57,13 +57,12 @@ def get_host_settings(self):
"""
return [
{
"url": "https://mssql-flex-service.api.{region}stackit.cloud",
"url": "https://mssql-flex-service.api.stackit.cloud",
"description": "No description provided",
"variables": {
"region": {
"description": "No description provided",
"default_value": "eu01.",
"enum_values": ["eu01."],
"default_value": "global",
}
},
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
This is the documentation for the STACKIT MSSQL service
The version of the OpenAPI document: 1.0.0
The version of the OpenAPI document: 2.0.0
Contact: support@stackit.cloud
Generated by OpenAPI Generator (https://openapi-generator.tech)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
This is the documentation for the STACKIT MSSQL service
The version of the OpenAPI document: 1.0.0
The version of the OpenAPI document: 2.0.0
Contact: support@stackit.cloud
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 is the documentation for the STACKIT MSSQL service
The version of the OpenAPI document: 1.0.0
The version of the OpenAPI document: 2.0.0
Contact: support@stackit.cloud
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 is the documentation for the STACKIT MSSQL service
The version of the OpenAPI document: 1.0.0
The version of the OpenAPI document: 2.0.0
Contact: support@stackit.cloud
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 is the documentation for the STACKIT MSSQL service
The version of the OpenAPI document: 1.0.0
The version of the OpenAPI document: 2.0.0
Contact: support@stackit.cloud
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 is the documentation for the STACKIT MSSQL service
The version of the OpenAPI document: 1.0.0
The version of the OpenAPI document: 2.0.0
Contact: support@stackit.cloud
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 is the documentation for the STACKIT MSSQL service
The version of the OpenAPI document: 1.0.0
The version of the OpenAPI document: 2.0.0
Contact: support@stackit.cloud
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 is the documentation for the STACKIT MSSQL service
The version of the OpenAPI document: 1.0.0
The version of the OpenAPI document: 2.0.0
Contact: support@stackit.cloud
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 is the documentation for the STACKIT MSSQL service

The version of the OpenAPI document: 1.0.0
The version of the OpenAPI document: 2.0.0
Contact: support@stackit.cloud
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 is the documentation for the STACKIT MSSQL service
The version of the OpenAPI document: 1.0.0
The version of the OpenAPI document: 2.0.0
Contact: support@stackit.cloud
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 is the documentation for the STACKIT MSSQL service
The version of the OpenAPI document: 1.0.0
The version of the OpenAPI document: 2.0.0
Contact: support@stackit.cloud
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 is the documentation for the STACKIT MSSQL service

The version of the OpenAPI document: 1.0.0
The version of the OpenAPI document: 2.0.0
Contact: support@stackit.cloud
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 is the documentation for the STACKIT MSSQL service
The version of the OpenAPI document: 1.0.0
The version of the OpenAPI document: 2.0.0
Contact: support@stackit.cloud
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 is the documentation for the STACKIT MSSQL service
The version of the OpenAPI document: 1.0.0
The version of the OpenAPI document: 2.0.0
Contact: support@stackit.cloud
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 is the documentation for the STACKIT MSSQL service
The version of the OpenAPI document: 1.0.0
The version of the OpenAPI document: 2.0.0
Contact: support@stackit.cloud
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 is the documentation for the STACKIT MSSQL service

The version of the OpenAPI document: 1.0.0
The version of the OpenAPI document: 2.0.0
Contact: support@stackit.cloud
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand All @@ -27,14 +27,18 @@ class GetBackupResponse(BaseModel):
GetBackupResponse
"""

end_time: Optional[StrictStr] = Field(default=None, description="Backup end time in UTC", alias="endTime")
end_time: Optional[StrictStr] = Field(
default=None, description="Backup end time represents local server time", alias="endTime"
)
error: Optional[StrictStr] = Field(default=None, description="Backup error")
id: Optional[StrictStr] = Field(default=None, description="Backup id")
labels: Optional[List[StrictStr]] = Field(default=None, description="Backup labels")
name: Optional[StrictStr] = Field(default=None, description="Backup name")
options: Optional[Dict[str, StrictStr]] = Field(default=None, description="Backup specific options")
size: Optional[StrictInt] = Field(default=None, description="Backup size in byte")
start_time: Optional[StrictStr] = Field(default=None, description="Backup start time in UTC", alias="startTime")
start_time: Optional[StrictStr] = Field(
default=None, description="Backup start time represents local server time", alias="startTime"
)
__properties: ClassVar[List[str]] = ["endTime", "error", "id", "labels", "name", "options", "size", "startTime"]

model_config = ConfigDict(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

This is the documentation for the STACKIT MSSQL service

The version of the OpenAPI document: 1.0.0
The version of the OpenAPI document: 2.0.0
Contact: support@stackit.cloud
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 is the documentation for the STACKIT MSSQL service
The version of the OpenAPI document: 1.0.0
The version of the OpenAPI document: 2.0.0
Contact: support@stackit.cloud
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 is the documentation for the STACKIT MSSQL service
The version of the OpenAPI document: 1.0.0
The version of the OpenAPI document: 2.0.0
Contact: support@stackit.cloud
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 is the documentation for the STACKIT MSSQL service
The version of the OpenAPI document: 1.0.0
The version of the OpenAPI document: 2.0.0
Contact: support@stackit.cloud
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 is the documentation for the STACKIT MSSQL service
The version of the OpenAPI document: 1.0.0
The version of the OpenAPI document: 2.0.0
Contact: support@stackit.cloud
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 is the documentation for the STACKIT MSSQL service
The version of the OpenAPI document: 1.0.0
The version of the OpenAPI document: 2.0.0
Contact: support@stackit.cloud
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 is the documentation for the STACKIT MSSQL service
The version of the OpenAPI document: 1.0.0
The version of the OpenAPI document: 2.0.0
Contact: support@stackit.cloud
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 is the documentation for the STACKIT MSSQL service
The version of the OpenAPI document: 1.0.0
The version of the OpenAPI document: 2.0.0
Contact: support@stackit.cloud
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 is the documentation for the STACKIT MSSQL service
The version of the OpenAPI document: 1.0.0
The version of the OpenAPI document: 2.0.0
Contact: support@stackit.cloud
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 is the documentation for the STACKIT MSSQL service
The version of the OpenAPI document: 1.0.0
The version of the OpenAPI document: 2.0.0
Contact: support@stackit.cloud
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 is the documentation for the STACKIT MSSQL service
The version of the OpenAPI document: 1.0.0
The version of the OpenAPI document: 2.0.0
Contact: support@stackit.cloud
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 is the documentation for the STACKIT MSSQL service

The version of the OpenAPI document: 1.0.0
The version of the OpenAPI document: 2.0.0
Contact: support@stackit.cloud
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 is the documentation for the STACKIT MSSQL service
The version of the OpenAPI document: 1.0.0
The version of the OpenAPI document: 2.0.0
Contact: support@stackit.cloud
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 is the documentation for the STACKIT MSSQL service

The version of the OpenAPI document: 1.0.0
The version of the OpenAPI document: 2.0.0
Contact: support@stackit.cloud
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 is the documentation for the STACKIT MSSQL service
The version of the OpenAPI document: 1.0.0
The version of the OpenAPI document: 2.0.0
Contact: support@stackit.cloud
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 is the documentation for the STACKIT MSSQL service
The version of the OpenAPI document: 1.0.0
The version of the OpenAPI document: 2.0.0
Contact: support@stackit.cloud
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 is the documentation for the STACKIT MSSQL service

The version of the OpenAPI document: 1.0.0
The version of the OpenAPI document: 2.0.0
Contact: support@stackit.cloud
Generated by OpenAPI Generator (https://openapi-generator.tech)

Expand Down
Loading
Loading