From 34712603fded73006dd41a2e2cedae6e362b3e7c Mon Sep 17 00:00:00 2001 From: SDKAuto Date: Tue, 22 Oct 2024 06:48:00 +0000 Subject: [PATCH] CodeGen from PR 31143 in Azure/azure-rest-api-specs Merge f150659989febd129e7e6f4aa66d0398a2179733 into c120171b3684d88562fa26ae7db5d22b7bfa95d8 --- .../RestOperations/FabricCapacitiesRestOperations.cs | 4 ++++ sdk/fabric/Azure.ResourceManager.Fabric/tsp-location.yaml | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/sdk/fabric/Azure.ResourceManager.Fabric/src/Generated/RestOperations/FabricCapacitiesRestOperations.cs b/sdk/fabric/Azure.ResourceManager.Fabric/src/Generated/RestOperations/FabricCapacitiesRestOperations.cs index d1d4d7df75cd..ef7cef577e54 100644 --- a/sdk/fabric/Azure.ResourceManager.Fabric/src/Generated/RestOperations/FabricCapacitiesRestOperations.cs +++ b/sdk/fabric/Azure.ResourceManager.Fabric/src/Generated/RestOperations/FabricCapacitiesRestOperations.cs @@ -618,6 +618,7 @@ public async Task ResumeAsync(string subscriptionId, string resourceGr switch (message.Response.Status) { case 202: + case 200: return message.Response; default: throw new RequestFailedException(message.Response); @@ -642,6 +643,7 @@ public Response Resume(string subscriptionId, string resourceGroupName, string c switch (message.Response.Status) { case 202: + case 200: return message.Response; default: throw new RequestFailedException(message.Response); @@ -702,6 +704,7 @@ public async Task SuspendAsync(string subscriptionId, string resourceG switch (message.Response.Status) { case 202: + case 200: return message.Response; default: throw new RequestFailedException(message.Response); @@ -726,6 +729,7 @@ public Response Suspend(string subscriptionId, string resourceGroupName, string switch (message.Response.Status) { case 202: + case 200: return message.Response; default: throw new RequestFailedException(message.Response); diff --git a/sdk/fabric/Azure.ResourceManager.Fabric/tsp-location.yaml b/sdk/fabric/Azure.ResourceManager.Fabric/tsp-location.yaml index 0544d66822a9..c5d165b88433 100644 --- a/sdk/fabric/Azure.ResourceManager.Fabric/tsp-location.yaml +++ b/sdk/fabric/Azure.ResourceManager.Fabric/tsp-location.yaml @@ -1,3 +1,4 @@ directory: specification/fabric/Microsoft.Fabric.Management -commit: 2812cf7809bf4ebb00edcbba09a2af1d74ad7d76 +commit: 128ec8a98b2080a6473d7c4b8f19dc36fdbc3ab7 repo: Azure/azure-rest-api-specs +additionalDirectories: