File tree Expand file tree Collapse file tree
specification/search/resource-manager/Microsoft.Search/Search Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -449,7 +449,9 @@ op privateEndpointConnectionsUpdateCustomization(
449449
450450 #suppress "@azure-tools/typespec-azure-core/documentation-required" "FIXME: Update justification, follow aka.ms/tsp/conversion-fix for details"
451451 params ? : `search-management-request-options` ,
452- ): ArmResourceUpdatedResponse <Microsoft .Search .PrivateEndpointConnection > | CloudError ;
452+ ):
453+ | ArmResourceUpdatedResponse <Microsoft .Search .PrivateEndpointConnection >
454+ | CloudError ;
453455
454456/**
455457 * Disconnects the private endpoint connection and deletes it from the search service.
@@ -478,7 +480,10 @@ op privateEndpointConnectionsDeleteCustomization(
478480
479481 #suppress "@azure-tools/typespec-azure-core/documentation-required" "FIXME: Update justification, follow aka.ms/tsp/conversion-fix for details"
480482 params ? : `search-management-request-options` ,
481- ): ArmResponse <Microsoft .Search .PrivateEndpointConnection > | NotFoundResponse | CloudError ;
483+ ):
484+ | ArmResponse <Microsoft .Search .PrivateEndpointConnection >
485+ | NotFoundResponse
486+ | CloudError ;
482487
483488/**
484489 * Gets a list of all supported private link resource types for the given service.
You can’t perform that action at this time.
0 commit comments