Skip to content

Commit 856ead7

Browse files
Generate sqlserverflex
1 parent 8c1bbd4 commit 856ead7

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+823
-93
lines changed

services/sqlserverflex/src/stackit/sqlserverflex/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
88
This is the documentation for the STACKIT MSSQL service
99
10-
The version of the OpenAPI document: 1.0.0
10+
The version of the OpenAPI document: 2.0.0
1111
Contact: support@stackit.cloud
1212
Generated by OpenAPI Generator (https://openapi-generator.tech)
1313

services/sqlserverflex/src/stackit/sqlserverflex/api/default_api.py

Lines changed: 757 additions & 30 deletions
Large diffs are not rendered by default.

services/sqlserverflex/src/stackit/sqlserverflex/api_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
This is the documentation for the STACKIT MSSQL service
77
8-
The version of the OpenAPI document: 1.0.0
8+
The version of the OpenAPI document: 2.0.0
99
Contact: support@stackit.cloud
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

services/sqlserverflex/src/stackit/sqlserverflex/configuration.py

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
This is the documentation for the STACKIT MSSQL service
77
8-
The version of the OpenAPI document: 1.0.0
8+
The version of the OpenAPI document: 2.0.0
99
Contact: support@stackit.cloud
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111
@@ -33,7 +33,7 @@ def __init__(
3333
)
3434
"""Constructor
3535
"""
36-
self._base_path = "https://mssql-flex-service.api.eu01.stackit.cloud"
36+
self._base_path = "https://mssql-flex-service.api.stackit.cloud"
3737
"""Default Base url
3838
"""
3939
self.server_index = 0 if server_index is None else server_index
@@ -57,13 +57,12 @@ def get_host_settings(self):
5757
"""
5858
return [
5959
{
60-
"url": "https://mssql-flex-service.api.{region}stackit.cloud",
60+
"url": "https://mssql-flex-service.api.stackit.cloud",
6161
"description": "No description provided",
6262
"variables": {
6363
"region": {
6464
"description": "No description provided",
65-
"default_value": "eu01.",
66-
"enum_values": ["eu01."],
65+
"default_value": "global",
6766
}
6867
},
6968
}

services/sqlserverflex/src/stackit/sqlserverflex/exceptions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
This is the documentation for the STACKIT MSSQL service
77
8-
The version of the OpenAPI document: 1.0.0
8+
The version of the OpenAPI document: 2.0.0
99
Contact: support@stackit.cloud
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

services/sqlserverflex/src/stackit/sqlserverflex/models/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
77
This is the documentation for the STACKIT MSSQL service
88
9-
The version of the OpenAPI document: 1.0.0
9+
The version of the OpenAPI document: 2.0.0
1010
Contact: support@stackit.cloud
1111
Generated by OpenAPI Generator (https://openapi-generator.tech)
1212

services/sqlserverflex/src/stackit/sqlserverflex/models/acl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
This is the documentation for the STACKIT MSSQL service
77
8-
The version of the OpenAPI document: 1.0.0
8+
The version of the OpenAPI document: 2.0.0
99
Contact: support@stackit.cloud
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

services/sqlserverflex/src/stackit/sqlserverflex/models/backup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
This is the documentation for the STACKIT MSSQL service
77
8-
The version of the OpenAPI document: 1.0.0
8+
The version of the OpenAPI document: 2.0.0
99
Contact: support@stackit.cloud
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

services/sqlserverflex/src/stackit/sqlserverflex/models/backup_list_backups_response_grouped.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
This is the documentation for the STACKIT MSSQL service
77
8-
The version of the OpenAPI document: 1.0.0
8+
The version of the OpenAPI document: 2.0.0
99
Contact: support@stackit.cloud
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

services/sqlserverflex/src/stackit/sqlserverflex/models/create_database_payload.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
This is the documentation for the STACKIT MSSQL service
77
8-
The version of the OpenAPI document: 1.0.0
8+
The version of the OpenAPI document: 2.0.0
99
Contact: support@stackit.cloud
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

0 commit comments

Comments
 (0)