-
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 #4409 from hashicorp/data/regeneration-from-37fc5f…
…d5e515f792d8c5922a0b1d733f474ed77a-rest-api-specs Data: Rest Api Specs - regenerating based on 37fc5fd
- Loading branch information
Showing
668 changed files
with
24,268 additions
and
0 deletions.
There are no files selected for viewing
18 changes: 18 additions & 0 deletions
18
...nitions/resource-manager/CDN/2024-02-01/AFDCustomDomains/Constant-AfdCertificateType.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": "AfdCertificateType", | ||
"type": "String", | ||
"values": [ | ||
{ | ||
"key": "AzureFirstPartyManagedCertificate", | ||
"value": "AzureFirstPartyManagedCertificate" | ||
}, | ||
{ | ||
"key": "CustomerCertificate", | ||
"value": "CustomerCertificate" | ||
}, | ||
{ | ||
"key": "ManagedCertificate", | ||
"value": "ManagedCertificate" | ||
} | ||
] | ||
} |
14 changes: 14 additions & 0 deletions
14
...tions/resource-manager/CDN/2024-02-01/AFDCustomDomains/Constant-AfdMinimumTlsVersion.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": "AfdMinimumTlsVersion", | ||
"type": "String", | ||
"values": [ | ||
{ | ||
"key": "TLSOneTwo", | ||
"value": "TLS12" | ||
}, | ||
{ | ||
"key": "TLSOneZero", | ||
"value": "TLS10" | ||
} | ||
] | ||
} |
26 changes: 26 additions & 0 deletions
26
...tions/resource-manager/CDN/2024-02-01/AFDCustomDomains/Constant-AfdProvisioningState.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,26 @@ | ||
{ | ||
"name": "AfdProvisioningState", | ||
"type": "String", | ||
"values": [ | ||
{ | ||
"key": "Creating", | ||
"value": "Creating" | ||
}, | ||
{ | ||
"key": "Deleting", | ||
"value": "Deleting" | ||
}, | ||
{ | ||
"key": "Failed", | ||
"value": "Failed" | ||
}, | ||
{ | ||
"key": "Succeeded", | ||
"value": "Succeeded" | ||
}, | ||
{ | ||
"key": "Updating", | ||
"value": "Updating" | ||
} | ||
] | ||
} |
22 changes: 22 additions & 0 deletions
22
...finitions/resource-manager/CDN/2024-02-01/AFDCustomDomains/Constant-DeploymentStatus.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": "DeploymentStatus", | ||
"type": "String", | ||
"values": [ | ||
{ | ||
"key": "Failed", | ||
"value": "Failed" | ||
}, | ||
{ | ||
"key": "InProgress", | ||
"value": "InProgress" | ||
}, | ||
{ | ||
"key": "NotStarted", | ||
"value": "NotStarted" | ||
}, | ||
{ | ||
"key": "Succeeded", | ||
"value": "Succeeded" | ||
} | ||
] | ||
} |
42 changes: 42 additions & 0 deletions
42
...ions/resource-manager/CDN/2024-02-01/AFDCustomDomains/Constant-DomainValidationState.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,42 @@ | ||
{ | ||
"name": "DomainValidationState", | ||
"type": "String", | ||
"values": [ | ||
{ | ||
"key": "Approved", | ||
"value": "Approved" | ||
}, | ||
{ | ||
"key": "InternalError", | ||
"value": "InternalError" | ||
}, | ||
{ | ||
"key": "Pending", | ||
"value": "Pending" | ||
}, | ||
{ | ||
"key": "PendingRevalidation", | ||
"value": "PendingRevalidation" | ||
}, | ||
{ | ||
"key": "RefreshingValidationToken", | ||
"value": "RefreshingValidationToken" | ||
}, | ||
{ | ||
"key": "Rejected", | ||
"value": "Rejected" | ||
}, | ||
{ | ||
"key": "Submitting", | ||
"value": "Submitting" | ||
}, | ||
{ | ||
"key": "TimedOut", | ||
"value": "TimedOut" | ||
}, | ||
{ | ||
"key": "Unknown", | ||
"value": "Unknown" | ||
} | ||
] | ||
} |
70 changes: 70 additions & 0 deletions
70
api-definitions/resource-manager/CDN/2024-02-01/AFDCustomDomains/Model-AFDDomain.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,70 @@ | ||
{ | ||
"name": "AFDDomain", | ||
"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": "AFDDomainProperties" | ||
}, | ||
"optional": true, | ||
"readOnly": false, | ||
"required": false, | ||
"sensitive": false | ||
}, | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "systemData", | ||
"name": "SystemData", | ||
"objectDefinition": { | ||
"type": "SystemData", | ||
"referenceName": null | ||
}, | ||
"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 | ||
} | ||
] | ||
} |
44 changes: 44 additions & 0 deletions
44
...ions/resource-manager/CDN/2024-02-01/AFDCustomDomains/Model-AFDDomainHTTPSParameters.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,44 @@ | ||
{ | ||
"name": "AFDDomainHTTPSParameters", | ||
"fields": [ | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "certificateType", | ||
"name": "CertificateType", | ||
"objectDefinition": { | ||
"type": "Reference", | ||
"referenceName": "AfdCertificateType" | ||
}, | ||
"optional": false, | ||
"readOnly": false, | ||
"required": true, | ||
"sensitive": false | ||
}, | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "minimumTlsVersion", | ||
"name": "MinimumTlsVersion", | ||
"objectDefinition": { | ||
"type": "Reference", | ||
"referenceName": "AfdMinimumTlsVersion" | ||
}, | ||
"optional": true, | ||
"readOnly": false, | ||
"required": false, | ||
"sensitive": false | ||
}, | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "secret", | ||
"name": "Secret", | ||
"objectDefinition": { | ||
"type": "Reference", | ||
"referenceName": "ResourceReference" | ||
}, | ||
"optional": true, | ||
"readOnly": false, | ||
"required": false, | ||
"sensitive": false | ||
} | ||
] | ||
} |
139 changes: 139 additions & 0 deletions
139
...finitions/resource-manager/CDN/2024-02-01/AFDCustomDomains/Model-AFDDomainProperties.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,139 @@ | ||
{ | ||
"name": "AFDDomainProperties", | ||
"fields": [ | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "azureDnsZone", | ||
"name": "AzureDnsZone", | ||
"objectDefinition": { | ||
"type": "Reference", | ||
"referenceName": "ResourceReference" | ||
}, | ||
"optional": true, | ||
"readOnly": false, | ||
"required": false, | ||
"sensitive": false | ||
}, | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "deploymentStatus", | ||
"name": "DeploymentStatus", | ||
"objectDefinition": { | ||
"type": "Reference", | ||
"referenceName": "DeploymentStatus" | ||
}, | ||
"optional": true, | ||
"readOnly": false, | ||
"required": false, | ||
"sensitive": false | ||
}, | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "domainValidationState", | ||
"name": "DomainValidationState", | ||
"objectDefinition": { | ||
"type": "Reference", | ||
"referenceName": "DomainValidationState" | ||
}, | ||
"optional": true, | ||
"readOnly": false, | ||
"required": false, | ||
"sensitive": false | ||
}, | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "extendedProperties", | ||
"name": "ExtendedProperties", | ||
"objectDefinition": { | ||
"type": "Dictionary", | ||
"referenceName": null, | ||
"nestedItem": { | ||
"type": "String", | ||
"referenceName": null | ||
} | ||
}, | ||
"optional": true, | ||
"readOnly": false, | ||
"required": false, | ||
"sensitive": false | ||
}, | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "hostName", | ||
"name": "HostName", | ||
"objectDefinition": { | ||
"type": "String", | ||
"referenceName": null | ||
}, | ||
"optional": false, | ||
"readOnly": false, | ||
"required": true, | ||
"sensitive": false | ||
}, | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "preValidatedCustomDomainResourceId", | ||
"name": "PreValidatedCustomDomainResourceId", | ||
"objectDefinition": { | ||
"type": "Reference", | ||
"referenceName": "ResourceReference" | ||
}, | ||
"optional": true, | ||
"readOnly": false, | ||
"required": false, | ||
"sensitive": false | ||
}, | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "profileName", | ||
"name": "ProfileName", | ||
"objectDefinition": { | ||
"type": "String", | ||
"referenceName": null | ||
}, | ||
"optional": true, | ||
"readOnly": false, | ||
"required": false, | ||
"sensitive": false | ||
}, | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "provisioningState", | ||
"name": "ProvisioningState", | ||
"objectDefinition": { | ||
"type": "Reference", | ||
"referenceName": "AfdProvisioningState" | ||
}, | ||
"optional": true, | ||
"readOnly": false, | ||
"required": false, | ||
"sensitive": false | ||
}, | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "tlsSettings", | ||
"name": "TlsSettings", | ||
"objectDefinition": { | ||
"type": "Reference", | ||
"referenceName": "AFDDomainHTTPSParameters" | ||
}, | ||
"optional": true, | ||
"readOnly": false, | ||
"required": false, | ||
"sensitive": false | ||
}, | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "validationProperties", | ||
"name": "ValidationProperties", | ||
"objectDefinition": { | ||
"type": "Reference", | ||
"referenceName": "DomainValidationProperties" | ||
}, | ||
"optional": true, | ||
"readOnly": false, | ||
"required": false, | ||
"sensitive": false | ||
} | ||
] | ||
} |
Oops, something went wrong.