From 43124d89cbfdbcc4dfdbdb08924eb11b8167ed2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Erbrech?= Date: Wed, 2 Aug 2023 06:28:09 +0000 Subject: [PATCH] fix operationid warnings --- specification/containerservice/Fleet.Management/fleet.tsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/containerservice/Fleet.Management/fleet.tsp b/specification/containerservice/Fleet.Management/fleet.tsp index 2006064cf47e..ebfe43774106 100644 --- a/specification/containerservice/Fleet.Management/fleet.tsp +++ b/specification/containerservice/Fleet.Management/fleet.tsp @@ -160,6 +160,7 @@ interface Fleets { get is ArmResourceRead; @doc("Creates or updates a Fleet.") + #suppress "@azure-tools/typespec-azure-core/no-operation-id" "changing the operation-id on an existing operation is an SDK breaking change" @operationId("Fleets_CreateOrUpdate") create is ArmResourceCreateOrUpdateAsync< Fleet, @@ -182,7 +183,6 @@ interface Fleets { @doc("Lists fleets in the specified subscription and resource group.") listByResourceGroup is ArmResourceListByParent; - @operationId("Fleets_ListBySubscription") @doc("Lists fleets in the specified subscription.") listBySubscription is ArmListBySubscription;