Skip to content

Commit 5129caa

Browse files
vivsriausamarzavery
authored andcommitted
Remove provider operations, fix subscription locations response (#357)
1 parent 02db555 commit 5129caa

File tree

2 files changed

+2
-71
lines changed

2 files changed

+2
-71
lines changed

arm-resources/resources/2016-02-01/swagger/resources.json

Lines changed: 1 addition & 70 deletions
Original file line numberDiff line numberDiff line change
@@ -1476,50 +1476,6 @@
14761476
"nextLinkName": "nextLink"
14771477
}
14781478
}
1479-
},
1480-
"/providers/{resourceProviderNamespace}/operations": {
1481-
"get": {
1482-
"tags": [
1483-
"ResourceProviderOperationDetails"
1484-
],
1485-
"operationId": "ResourceProviderOperationDetails_List",
1486-
"description": "Gets a list of resource providers.",
1487-
"parameters": [
1488-
{
1489-
"name": "resourceProviderNamespace",
1490-
"in": "path",
1491-
"required": true,
1492-
"type": "string",
1493-
"description": "Resource identity."
1494-
},
1495-
{
1496-
"name": "api-version",
1497-
"in": "query",
1498-
"required": true,
1499-
"type": "string"
1500-
},
1501-
{
1502-
"$ref": "#/parameters/SubscriptionIdParameter"
1503-
}
1504-
],
1505-
"responses": {
1506-
"200": {
1507-
"description": "",
1508-
"schema": {
1509-
"$ref": "#/definitions/ResourceProviderOperationDetailListResult"
1510-
}
1511-
},
1512-
"204": {
1513-
"description": "",
1514-
"schema": {
1515-
"$ref": "#/definitions/ResourceProviderOperationDetailListResult"
1516-
}
1517-
}
1518-
},
1519-
"x-ms-pageable": {
1520-
"nextLinkName": "nextLink"
1521-
}
1522-
}
15231479
}
15241480
},
15251481
"definitions": {
@@ -1925,7 +1881,7 @@
19251881
},
19261882
"allOf": [
19271883
{
1928-
"$ref": "Resource"
1884+
"$ref": "#/definitions/Resource"
19291885
}
19301886
],
19311887
"description": "Resource information."
@@ -2256,31 +2212,6 @@
22562212
},
22572213
"description": "Resource provider operation's display properties."
22582214
},
2259-
"ResourceProviderOperationDefinition": {
2260-
"properties": {
2261-
"name": {
2262-
"type": "string",
2263-
"description": "Gets or sets the provider operation name."
2264-
},
2265-
"display": {
2266-
"$ref": "#/definitions/ResourceProviderOperationDisplayProperties",
2267-
"description": "Gets or sets the display property of the provider operation."
2268-
}
2269-
},
2270-
"description": "Resource provider operation information."
2271-
},
2272-
"ResourceProviderOperationDetailListResult": {
2273-
"properties": {
2274-
"value": {
2275-
"type": "array",
2276-
"items": {
2277-
"$ref": "#/definitions/ResourceProviderOperationDefinition"
2278-
},
2279-
"description": "Gets or sets the list of resource provider operations."
2280-
}
2281-
},
2282-
"description": "List of resource provider operations."
2283-
},
22842215
"Resource": {
22852216
"properties": {
22862217
"id": {

arm-resources/subscriptions/2015-11-01/swagger/subscriptions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
}
6464
},
6565
"x-ms-pageable": {
66-
"nextLinkName": "nextLink"
66+
"nextLinkName": null
6767
}
6868
}
6969
},

0 commit comments

Comments
 (0)