Skip to content

Commit b1e80e6

Browse files
format
1 parent 8dd6a3a commit b1e80e6

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

  • specification/search/resource-manager/Microsoft.Search/Search

specification/search/resource-manager/Microsoft.Search/Search/client.tsp

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)