Skip to content

Commit

Permalink
AzureStack: Fixed incorrect return type and set to long running opera…
Browse files Browse the repository at this point in the history
…tion (#1720)

* IpPool creation should be long running operation

* Fixed return type of IpPool to correct type.
  • Loading branch information
deathly809 authored and jhendrixMSFT committed Sep 22, 2017
1 parent 5a2e2ed commit a929984
Showing 1 changed file with 9 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit a929984

Please sign in to comment.