-
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 pull request #4398 from hashicorp/data/regeneration-from-63ca0b…
…b0ecf23a36f464a07dca1bc5ea21e65039-rest-api-specs Data: Rest Api Specs - regenerating based on 63ca0bb
- Loading branch information
Showing
1,550 changed files
with
61,832 additions
and
1 deletion.
There are no files selected for viewing
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" | ||
} | ||
] | ||
} |
22 changes: 22 additions & 0 deletions
22
api-definitions/resource-manager/ApiManagement/2024-05-01/Api/Constant-Protocol.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,22 @@ | ||
{ | ||
"name": "Protocol", | ||
"type": "String", | ||
"values": [ | ||
{ | ||
"key": "HTTP", | ||
"value": "http" | ||
}, | ||
{ | ||
"key": "HTTPS", | ||
"value": "https" | ||
}, | ||
{ | ||
"key": "Ws", | ||
"value": "ws" | ||
}, | ||
{ | ||
"key": "Wss", | ||
"value": "wss" | ||
} | ||
] | ||
} |
30 changes: 30 additions & 0 deletions
30
api-definitions/resource-manager/ApiManagement/2024-05-01/Api/Constant-SoapApiType.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": "SoapApiType", | ||
"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
...anager/ApiManagement/2024-05-01/Api/Constant-TranslateRequiredQueryParametersConduct.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": "TranslateRequiredQueryParametersConduct", | ||
"type": "String", | ||
"values": [ | ||
{ | ||
"key": "Query", | ||
"value": "query" | ||
}, | ||
{ | ||
"key": "Template", | ||
"value": "template" | ||
} | ||
] | ||
} |
18 changes: 18 additions & 0 deletions
18
api-definitions/resource-manager/ApiManagement/2024-05-01/Api/Constant-VersioningScheme.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": "VersioningScheme", | ||
"type": "String", | ||
"values": [ | ||
{ | ||
"key": "Header", | ||
"value": "Header" | ||
}, | ||
{ | ||
"key": "Query", | ||
"value": "Query" | ||
}, | ||
{ | ||
"key": "Segment", | ||
"value": "Segment" | ||
} | ||
] | ||
} |
Oops, something went wrong.