Skip to content
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -6236,7 +6236,7 @@ def partial_update_instance(
) -> UpdateInstanceResponse:
"""Update Instance

Update available instance of a mssql database.
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.**

:param project_id: Project ID (required)
:type project_id: str
Expand Down Expand Up @@ -6312,7 +6312,7 @@ def partial_update_instance_with_http_info(
) -> ApiResponse[UpdateInstanceResponse]:
"""Update Instance

Update available instance of a mssql database.
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.**

:param project_id: Project ID (required)
:type project_id: str
Expand Down Expand Up @@ -6388,7 +6388,7 @@ def partial_update_instance_without_preload_content(
) -> RESTResponseType:
"""Update Instance

Update available instance of a mssql database.
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.**

:param project_id: Project ID (required)
:type project_id: str
Expand Down Expand Up @@ -7661,7 +7661,7 @@ def update_instance(
) -> UpdateInstanceResponse:
"""Update Instance

Update available instance of a mssql database.
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.**

:param project_id: Project ID (required)
:type project_id: str
Expand Down Expand Up @@ -7737,7 +7737,7 @@ def update_instance_with_http_info(
) -> ApiResponse[UpdateInstanceResponse]:
"""Update Instance

Update available instance of a mssql database.
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.**

:param project_id: Project ID (required)
:type project_id: str
Expand Down Expand Up @@ -7813,7 +7813,7 @@ def update_instance_without_preload_content(
) -> RESTResponseType:
"""Update Instance

Update available instance of a mssql database.
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.**

:param project_id: Project ID (required)
:type project_id: str
Expand Down
Loading