diff --git a/services/sqlserverflex/api_default.go b/services/sqlserverflex/api_default.go index c6ccd6c51..896fa5f5d 100644 --- a/services/sqlserverflex/api_default.go +++ b/services/sqlserverflex/api_default.go @@ -494,6 +494,9 @@ type DefaultApi interface { PartialUpdateInstance Update Instance 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 ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project ID @param instanceId Instance ID @@ -589,6 +592,9 @@ type DefaultApi interface { UpdateInstance Update Instance 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 ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project ID @param instanceId Instance ID @@ -4391,6 +4397,8 @@ PartialUpdateInstance: Update Instance 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 ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project ID @param instanceId Instance ID @@ -5232,6 +5240,8 @@ UpdateInstance: Update Instance 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 ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project ID @param instanceId Instance ID