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 92f198ab1e48..7436cef1459d 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..3469b1f2c66f 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: e1a6a2ad18f633965a70844d961e93364f698a99 repo: Azure/azure-rest-api-specs +additionalDirectories: