Skip to content

Commit

Permalink
Remove provider operations, fix subscription locations response (Azur…
Browse files Browse the repository at this point in the history
  • Loading branch information
vivsriaus authored and amarzavery committed Jun 16, 2016
1 parent 02db555 commit 5129caa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 71 deletions.
71 changes: 1 addition & 70 deletions arm-resources/resources/2016-02-01/swagger/resources.json
Original file line number Diff line number Diff line change
Expand Up @@ -1476,50 +1476,6 @@
"nextLinkName": "nextLink"
}
}
},
"/providers/{resourceProviderNamespace}/operations": {
"get": {
"tags": [
"ResourceProviderOperationDetails"
],
"operationId": "ResourceProviderOperationDetails_List",
"description": "Gets a list of resource providers.",
"parameters": [
{
"name": "resourceProviderNamespace",
"in": "path",
"required": true,
"type": "string",
"description": "Resource identity."
},
{
"name": "api-version",
"in": "query",
"required": true,
"type": "string"
},
{
"$ref": "#/parameters/SubscriptionIdParameter"
}
],
"responses": {
"200": {
"description": "",
"schema": {
"$ref": "#/definitions/ResourceProviderOperationDetailListResult"
}
},
"204": {
"description": "",
"schema": {
"$ref": "#/definitions/ResourceProviderOperationDetailListResult"
}
}
},
"x-ms-pageable": {
"nextLinkName": "nextLink"
}
}
}
},
"definitions": {
Expand Down Expand Up @@ -1925,7 +1881,7 @@
},
"allOf": [
{
"$ref": "Resource"
"$ref": "#/definitions/Resource"
}
],
"description": "Resource information."
Expand Down Expand Up @@ -2256,31 +2212,6 @@
},
"description": "Resource provider operation's display properties."
},
"ResourceProviderOperationDefinition": {
"properties": {
"name": {
"type": "string",
"description": "Gets or sets the provider operation name."
},
"display": {
"$ref": "#/definitions/ResourceProviderOperationDisplayProperties",
"description": "Gets or sets the display property of the provider operation."
}
},
"description": "Resource provider operation information."
},
"ResourceProviderOperationDetailListResult": {
"properties": {
"value": {
"type": "array",
"items": {
"$ref": "#/definitions/ResourceProviderOperationDefinition"
},
"description": "Gets or sets the list of resource provider operations."
}
},
"description": "List of resource provider operations."
},
"Resource": {
"properties": {
"id": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
}
},
"x-ms-pageable": {
"nextLinkName": "nextLink"
"nextLinkName": null
}
}
},
Expand Down

0 comments on commit 5129caa

Please sign in to comment.