-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into refactor/importer-rest-api-specs-iv
- Loading branch information
Showing
5,690 changed files
with
225,268 additions
and
1,626 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
18 changes: 18 additions & 0 deletions
18
...resource-manager/ApiManagement/2024-05-01/AllPolicies/Constant-PolicyComplianceState.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"name": "PolicyComplianceState", | ||
"type": "String", | ||
"values": [ | ||
{ | ||
"key": "Compliant", | ||
"value": "Compliant" | ||
}, | ||
{ | ||
"key": "NonCompliant", | ||
"value": "NonCompliant" | ||
}, | ||
{ | ||
"key": "Pending", | ||
"value": "Pending" | ||
} | ||
] | ||
} |
57 changes: 57 additions & 0 deletions
57
...ions/resource-manager/ApiManagement/2024-05-01/AllPolicies/Model-AllPoliciesContract.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
{ | ||
"name": "AllPoliciesContract", | ||
"fields": [ | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "id", | ||
"name": "Id", | ||
"objectDefinition": { | ||
"type": "String", | ||
"referenceName": null | ||
}, | ||
"optional": true, | ||
"readOnly": false, | ||
"required": false, | ||
"sensitive": false | ||
}, | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "name", | ||
"name": "Name", | ||
"objectDefinition": { | ||
"type": "String", | ||
"referenceName": null | ||
}, | ||
"optional": true, | ||
"readOnly": false, | ||
"required": false, | ||
"sensitive": false | ||
}, | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "properties", | ||
"name": "Properties", | ||
"objectDefinition": { | ||
"type": "Reference", | ||
"referenceName": "AllPoliciesContractProperties" | ||
}, | ||
"optional": true, | ||
"readOnly": false, | ||
"required": false, | ||
"sensitive": false | ||
}, | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "type", | ||
"name": "Type", | ||
"objectDefinition": { | ||
"type": "String", | ||
"referenceName": null | ||
}, | ||
"optional": true, | ||
"readOnly": false, | ||
"required": false, | ||
"sensitive": false | ||
} | ||
] | ||
} |
31 changes: 31 additions & 0 deletions
31
...rce-manager/ApiManagement/2024-05-01/AllPolicies/Model-AllPoliciesContractProperties.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
{ | ||
"name": "AllPoliciesContractProperties", | ||
"fields": [ | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "complianceState", | ||
"name": "ComplianceState", | ||
"objectDefinition": { | ||
"type": "Reference", | ||
"referenceName": "PolicyComplianceState" | ||
}, | ||
"optional": true, | ||
"readOnly": false, | ||
"required": false, | ||
"sensitive": false | ||
}, | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "referencePolicyId", | ||
"name": "ReferencePolicyId", | ||
"objectDefinition": { | ||
"type": "String", | ||
"referenceName": null | ||
}, | ||
"optional": true, | ||
"readOnly": false, | ||
"required": false, | ||
"sensitive": false | ||
} | ||
] | ||
} |
16 changes: 16 additions & 0 deletions
16
...itions/resource-manager/ApiManagement/2024-05-01/AllPolicies/Operation-ListByService.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"name": "ListByService", | ||
"contentType": "application/json; charset=utf-8", | ||
"expectedStatusCodes": [ | ||
200 | ||
], | ||
"fieldContainingPaginationDetails": "nextLink", | ||
"longRunning": false, | ||
"httpMethod": "GET", | ||
"resourceIdName": "ServiceId", | ||
"responseObject": { | ||
"type": "Reference", | ||
"referenceName": "AllPoliciesContract" | ||
}, | ||
"uriSuffix": "/allPolicies" | ||
} |
43 changes: 43 additions & 0 deletions
43
...finitions/resource-manager/ApiManagement/2024-05-01/AllPolicies/ResourceId-ServiceId.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
{ | ||
"name": "ServiceId", | ||
"id": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}", | ||
"segments": [ | ||
{ | ||
"name": "staticSubscriptions", | ||
"type": "Static", | ||
"value": "subscriptions" | ||
}, | ||
{ | ||
"name": "subscriptionId", | ||
"type": "SubscriptionId" | ||
}, | ||
{ | ||
"name": "staticResourceGroups", | ||
"type": "Static", | ||
"value": "resourceGroups" | ||
}, | ||
{ | ||
"name": "resourceGroupName", | ||
"type": "ResourceGroup" | ||
}, | ||
{ | ||
"name": "staticProviders", | ||
"type": "Static", | ||
"value": "providers" | ||
}, | ||
{ | ||
"name": "staticMicrosoftApiManagement", | ||
"type": "ResourceProvider", | ||
"value": "Microsoft.ApiManagement" | ||
}, | ||
{ | ||
"name": "staticService", | ||
"type": "Static", | ||
"value": "service" | ||
}, | ||
{ | ||
"name": "serviceName", | ||
"type": "UserSpecified" | ||
} | ||
] | ||
} |
30 changes: 30 additions & 0 deletions
30
api-definitions/resource-manager/ApiManagement/2024-05-01/Api/Constant-ApiType.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
{ | ||
"name": "ApiType", | ||
"type": "String", | ||
"values": [ | ||
{ | ||
"key": "Graphql", | ||
"value": "graphql" | ||
}, | ||
{ | ||
"key": "Grpc", | ||
"value": "grpc" | ||
}, | ||
{ | ||
"key": "HTTP", | ||
"value": "http" | ||
}, | ||
{ | ||
"key": "Odata", | ||
"value": "odata" | ||
}, | ||
{ | ||
"key": "Soap", | ||
"value": "soap" | ||
}, | ||
{ | ||
"key": "Websocket", | ||
"value": "websocket" | ||
} | ||
] | ||
} |
14 changes: 14 additions & 0 deletions
14
...ons/resource-manager/ApiManagement/2024-05-01/Api/Constant-BearerTokenSendingMethods.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"name": "BearerTokenSendingMethods", | ||
"type": "String", | ||
"values": [ | ||
{ | ||
"key": "AuthorizationHeader", | ||
"value": "authorizationHeader" | ||
}, | ||
{ | ||
"key": "Query", | ||
"value": "query" | ||
} | ||
] | ||
} |
66 changes: 66 additions & 0 deletions
66
api-definitions/resource-manager/ApiManagement/2024-05-01/Api/Constant-ContentFormat.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,66 @@ | ||
{ | ||
"name": "ContentFormat", | ||
"type": "String", | ||
"values": [ | ||
{ | ||
"key": "GraphqlNegativelink", | ||
"value": "graphql-link" | ||
}, | ||
{ | ||
"key": "Grpc", | ||
"value": "grpc" | ||
}, | ||
{ | ||
"key": "GrpcNegativelink", | ||
"value": "grpc-link" | ||
}, | ||
{ | ||
"key": "Odata", | ||
"value": "odata" | ||
}, | ||
{ | ||
"key": "OdataNegativelink", | ||
"value": "odata-link" | ||
}, | ||
{ | ||
"key": "Openapi", | ||
"value": "openapi" | ||
}, | ||
{ | ||
"key": "OpenapiNegativelink", | ||
"value": "openapi-link" | ||
}, | ||
{ | ||
"key": "OpenapiPositivejson", | ||
"value": "openapi+json" | ||
}, | ||
{ | ||
"key": "OpenapiPositivejsonNegativelink", | ||
"value": "openapi+json-link" | ||
}, | ||
{ | ||
"key": "SwaggerNegativejson", | ||
"value": "swagger-json" | ||
}, | ||
{ | ||
"key": "SwaggerNegativelinkNegativejson", | ||
"value": "swagger-link-json" | ||
}, | ||
{ | ||
"key": "WadlNegativelinkNegativejson", | ||
"value": "wadl-link-json" | ||
}, | ||
{ | ||
"key": "WadlNegativexml", | ||
"value": "wadl-xml" | ||
}, | ||
{ | ||
"key": "Wsdl", | ||
"value": "wsdl" | ||
}, | ||
{ | ||
"key": "WsdlNegativelink", | ||
"value": "wsdl-link" | ||
} | ||
] | ||
} |
Oops, something went wrong.