From a929984861b99607400052ae2e3c679074b347b2 Mon Sep 17 00:00:00 2001 From: Jeffrey Robinson Date: Fri, 22 Sep 2017 12:22:48 -0700 Subject: [PATCH] AzureStack: Fixed incorrect return type and set to long running operation (#1720) * IpPool creation should be long running operation * Fixed return type of IpPool to correct type. --- .../Microsoft.Fabric.Admin/2016-05-01/IpPool.json | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/IpPool.json b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/IpPool.json index 143b98ec967c..d765e6ac9a5d 100644 --- a/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/IpPool.json +++ b/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/2016-05-01/IpPool.json @@ -83,10 +83,17 @@ "200": { "description": "OK", "schema": { - "$ref": "#/definitions/IpPool" + "$ref": "Operations.json#/definitions/OperationStatus" + } + }, + "202": { + "description": "OK", + "schema": { + "$ref": "Operations.json#/definitions/OperationStatus" } } - } + }, + "x-ms-long-running-operation": true } }, "/subscriptions/{subscriptionId}/resourceGroups/System.{location}/providers/Microsoft.Fabric.Admin/fabricLocations/{location}/ipPools": {