Skip to content

Commit ee63d01

Browse files
committed
Adds base for updating Microsoft.ApiManagement from version preview/2021-04-01-preview to version 2021-12-01-preview
1 parent 865f085 commit ee63d01

File tree

419 files changed

+46566
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

419 files changed

+46566
-0
lines changed

specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2021-12-01-preview/apimanagement.json

Lines changed: 770 additions & 0 deletions
Large diffs are not rendered by default.

specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2021-12-01-preview/apimapis.json

Lines changed: 4522 additions & 0 deletions
Large diffs are not rendered by default.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,106 @@
1+
{
2+
"swagger": "2.0",
3+
"info": {
4+
"title": "ApiManagementClient",
5+
"description": "Use these REST APIs for performing retrieve a collection of Apis associated with a tag in Azure API Management deployment.",
6+
"version": "2021-04-01-preview"
7+
},
8+
"host": "management.azure.com",
9+
"schemes": [
10+
"https"
11+
],
12+
"consumes": [
13+
"application/json"
14+
],
15+
"produces": [
16+
"application/json"
17+
],
18+
"security": [
19+
{
20+
"azure_auth": [
21+
"user_impersonation"
22+
]
23+
}
24+
],
25+
"securityDefinitions": {
26+
"azure_auth": {
27+
"type": "oauth2",
28+
"authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize",
29+
"flow": "implicit",
30+
"description": "Azure Active Directory OAuth2 Flow.",
31+
"scopes": {
32+
"user_impersonation": "impersonate your user account"
33+
}
34+
}
35+
},
36+
"paths": {
37+
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/apisByTags": {
38+
"get": {
39+
"tags": [
40+
"ApisByTag"
41+
],
42+
"operationId": "Api_ListByTags",
43+
"description": "Lists a collection of apis associated with tags.",
44+
"x-ms-examples": {
45+
"ApiManagementListApisByTags": {
46+
"$ref": "./examples/ApiManagementListApisByTags.json"
47+
}
48+
},
49+
"parameters": [
50+
{
51+
"$ref": "./apimanagement.json#/parameters/ResourceGroupNameParameter"
52+
},
53+
{
54+
"$ref": "./apimanagement.json#/parameters/ServiceNameParameter"
55+
},
56+
{
57+
"name": "$filter",
58+
"in": "query",
59+
"required": false,
60+
"type": "string",
61+
"description": "| Field | Usage | Supported operators | Supported functions |</br>|-------------|-------------|-------------|-------------|</br>| name | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |</br>| displayName | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |</br>| apiRevision | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |</br>| path | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |</br>| description | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |</br>| serviceUrl | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |</br>| isCurrent | filter | eq | |</br>"
62+
},
63+
{
64+
"$ref": "./apimanagement.json#/parameters/TopQueryParameter"
65+
},
66+
{
67+
"$ref": "./apimanagement.json#/parameters/SkipQueryParameter"
68+
},
69+
{
70+
"name": "includeNotTaggedApis",
71+
"in": "query",
72+
"required": false,
73+
"type": "boolean",
74+
"description": "Include not tagged APIs."
75+
},
76+
{
77+
"$ref": "./apimanagement.json#/parameters/ApiVersionParameter"
78+
},
79+
{
80+
"$ref": "./apimanagement.json#/parameters/SubscriptionIdParameter"
81+
}
82+
],
83+
"responses": {
84+
"200": {
85+
"description": "Lists a collection of TagResource entities.",
86+
"schema": {
87+
"$ref": "./definitions.json#/definitions/TagResourceCollection"
88+
}
89+
},
90+
"default": {
91+
"description": "Error response describing why the operation failed.",
92+
"schema": {
93+
"$ref": "./apimanagement.json#/definitions/ErrorResponse"
94+
}
95+
}
96+
},
97+
"x-ms-pageable": {
98+
"nextLinkName": "nextLink"
99+
},
100+
"x-ms-odata": "./definitions.json#/definitions/TagResourceContract"
101+
}
102+
}
103+
},
104+
"definitions": {},
105+
"parameters": {}
106+
}

0 commit comments

Comments
 (0)