Skip to content

Commit 7ee91b8

Browse files
seandkimmarkcowlannaji-msft
authored
API Management Authorization Endpoints (#19615)
* Add blockchain to latest profile * Add additional types * add authorizations definitions * authorizations operations * add examples * update readme * fix examples * fix linter delete errors * address CI validation errors * prettier fix * update to 2022-04 * fix readme * Update specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2022-04-01-preview/apimauthorizationproviders.json Co-authored-by: Sean Kim <[email protected]> * update versions * Apply suggestions from code review Co-authored-by: Mark Cowlishaw <[email protected]> Co-authored-by: Annaji Sharma Ganti <[email protected]> Co-authored-by: Annaji Sharma Ganti <[email protected]>
1 parent 5010cc0 commit 7ee91b8

23 files changed

+1776
-0
lines changed

custom-words.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ ACCELCONTAINER
1414
acceptors
1515
accesskey
1616
accesspoint
17+
accesspolicies
1718
accountid
1819
accountname
1920
accuracytests

specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2022-04-01-preview/apimanagement.json

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,39 @@
238238
"pattern": "^[^*#&+:<>?]+$",
239239
"x-ms-parameter-location": "method"
240240
},
241+
"AuthorizationProviderIdParameter": {
242+
"name": "authorizationProviderId",
243+
"in": "path",
244+
"required": true,
245+
"type": "string",
246+
"description": "Identifier of the authorization provider.",
247+
"minLength": 1,
248+
"maxLength": 256,
249+
"pattern": "^[^*#&+:<>?]+$",
250+
"x-ms-parameter-location": "method"
251+
},
252+
"AuthorizationIdParameter": {
253+
"name": "authorizationId",
254+
"in": "path",
255+
"required": true,
256+
"type": "string",
257+
"description": "Identifier of the authorization.",
258+
"minLength": 1,
259+
"maxLength": 256,
260+
"pattern": "^[^*#&+:<>?]+$",
261+
"x-ms-parameter-location": "method"
262+
},
263+
"AuthorizationAccessPolicyIdParameter": {
264+
"name": "authorizationAccessPolicyId",
265+
"in": "path",
266+
"required": true,
267+
"type": "string",
268+
"description": "Identifier of the authorization access policy.",
269+
"minLength": 1,
270+
"maxLength": 256,
271+
"pattern": "^[^*#&+:<>?]+$",
272+
"x-ms-parameter-location": "method"
273+
},
241274
"AuthenticationServerIdParameter": {
242275
"name": "authsid",
243276
"in": "path",

0 commit comments

Comments
 (0)