Skip to content

Commit 2f17a90

Browse files
solankisamirtadeleshhoonalitymalincristchanglong-liu
authored
Release apimangement 2022-08 01 (#22313)
* Release api management 2022 08 01 (#21169) * add base for 2022-08-01 * updates readme.md * update api-version and examples * resolve Go SDK breaking change * update examples to fix model definition Co-authored-by: Chenjie Shi <[email protected]> * Adding Resolver Entities to documentation (#21352) * merging in resolver entities * adding resolver updates * fixed policy examples that were missing a policyId param * fixed typo that added a nested properties prop * fixed description for API Resolvers List, filter query * fixed error in definitions for resolvers * fixed example that had an incorrect response definition * added missing json file references * fix for linting errors * ref fixes and undoing bad merge overwrites * fix typo * wiki for apis and products (#21595) * wiki for apis and products * prettier; fixed spellchecks * Fixed spelling * Updated path Co-authored-by: changlong-liu <[email protected]> * code review changes; gihub checks fixes * fixed conact name and paths * added properties back * added contract properties objects * fixed lint * changed example to match the definition * prettier * code review changes * added paths and examples for wiki collections * Added x-ms-pageable * removed count Co-authored-by: changlong-liu <[email protected]> * Add ConfirmConsentCode to APIM RP (#22418) * Update apimauthorizationproviders.json Add ConfirmConsentCode endpoint * Update definitions.json * Create ApiManagementPostAuthorizationConfirmConsentCodeRequest.json * Update definitions.json Remove count property * Update apimauthorizationproviders.json * [2022-08-01] Fix Linter Errors (#22537) * linter errors * prettier * v2 * fix error response duplicate schema * type object * prettier * sync data from current ga version * remove duplicate parameter * type object --------- Co-authored-by: Chenjie Shi <[email protected]> Co-authored-by: hoonality <[email protected]> Co-authored-by: malincrist <[email protected]> Co-authored-by: changlong-liu <[email protected]> Co-authored-by: Logan Zipkes <[email protected]>
1 parent 04b5b0f commit 2f17a90

File tree

498 files changed

+54994
-2
lines changed

Some content is hidden

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

498 files changed

+54994
-2
lines changed

specification/apimanagement/resource-manager/Microsoft.ApiManagement/stable/2022-08-01/apimanagement.json

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

specification/apimanagement/resource-manager/Microsoft.ApiManagement/stable/2022-08-01/apimapis.json

Lines changed: 5505 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 106 additions & 0 deletions
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": "2022-08-01"
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": "../../../../../common-types/resource-management/v3/types.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": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter"
78+
},
79+
{
80+
"$ref": "../../../../../common-types/resource-management/v3/types.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)