Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -60,57 +60,6 @@
}
},
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/availabilitySets/{availabilitySetName}": {
"put": {
"tags": [
"AvailabilitySets"
],
"operationId": "AvailabilitySets_CreateOrUpdate",
"description": "Create or update an availability set.",
"parameters": [
{
"name": "resourceGroupName",
"in": "path",
"required": true,
"type": "string",
"description": "The name of the resource group."
},
{
"name": "availabilitySetName",
"in": "path",
"required": true,
"type": "string",
"description": "The name of the availability set."
},
{
"name": "parameters",
"in": "body",
"required": true,
"schema": {
"$ref": "#/definitions/AvailabilitySet"
},
"description": "Parameters supplied to the Create Availability Set operation."
},
{
"$ref": "#/parameters/ApiVersionParameter"
},
{
"$ref": "#/parameters/SubscriptionIdParameter"
}
],
"responses": {
"200": {
"description": "OK",
"schema": {
"$ref": "#/definitions/AvailabilitySet"
}
}
},
"x-ms-examples": {
"Create an availability set.": {
"$ref": "./examples/compute/CreateAnAvailabilitySet.json"
}
}
},
"patch": {
"tags": [
"AvailabilitySets"
Expand Down