Skip to content

Commit b500c1f

Browse files
Generate sqlserverflex (#1351)
1 parent c7340e3 commit b500c1f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6236,7 +6236,7 @@ def partial_update_instance(
62366236
) -> UpdateInstanceResponse:
62376237
"""Update Instance
62386238
6239-
Update available instance of a mssql database.
6239+
Update available instance of a mssql database. **Please note that any changes applied via PUT or PATCH requests will initiate a reboot of the SQL Server Flex Instance.**
62406240
62416241
:param project_id: Project ID (required)
62426242
:type project_id: str
@@ -6312,7 +6312,7 @@ def partial_update_instance_with_http_info(
63126312
) -> ApiResponse[UpdateInstanceResponse]:
63136313
"""Update Instance
63146314
6315-
Update available instance of a mssql database.
6315+
Update available instance of a mssql database. **Please note that any changes applied via PUT or PATCH requests will initiate a reboot of the SQL Server Flex Instance.**
63166316
63176317
:param project_id: Project ID (required)
63186318
:type project_id: str
@@ -6388,7 +6388,7 @@ def partial_update_instance_without_preload_content(
63886388
) -> RESTResponseType:
63896389
"""Update Instance
63906390
6391-
Update available instance of a mssql database.
6391+
Update available instance of a mssql database. **Please note that any changes applied via PUT or PATCH requests will initiate a reboot of the SQL Server Flex Instance.**
63926392
63936393
:param project_id: Project ID (required)
63946394
:type project_id: str
@@ -7661,7 +7661,7 @@ def update_instance(
76617661
) -> UpdateInstanceResponse:
76627662
"""Update Instance
76637663
7664-
Update available instance of a mssql database.
7664+
Update available instance of a mssql database. **Please note that any changes applied via PUT or PATCH requests will initiate a reboot of the SQL Server Flex Instance.**
76657665
76667666
:param project_id: Project ID (required)
76677667
:type project_id: str
@@ -7737,7 +7737,7 @@ def update_instance_with_http_info(
77377737
) -> ApiResponse[UpdateInstanceResponse]:
77387738
"""Update Instance
77397739
7740-
Update available instance of a mssql database.
7740+
Update available instance of a mssql database. **Please note that any changes applied via PUT or PATCH requests will initiate a reboot of the SQL Server Flex Instance.**
77417741
77427742
:param project_id: Project ID (required)
77437743
:type project_id: str
@@ -7813,7 +7813,7 @@ def update_instance_without_preload_content(
78137813
) -> RESTResponseType:
78147814
"""Update Instance
78157815
7816-
Update available instance of a mssql database.
7816+
Update available instance of a mssql database. **Please note that any changes applied via PUT or PATCH requests will initiate a reboot of the SQL Server Flex Instance.**
78177817
78187818
:param project_id: Project ID (required)
78197819
:type project_id: str

0 commit comments

Comments
 (0)