-
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 #4340 from hashicorp/data/regeneration-from-e88fd9…
…750fc37168c29d646e6afc5c9d82460a1b-rest-api-specs Data: Rest Api Specs - regenerating based on e88fd97
- Loading branch information
Showing
544 changed files
with
22,239 additions
and
2 deletions.
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
96 changes: 96 additions & 0 deletions
96
...Factory/2018-06-01/LinkedServices/Model-AzureTableStorageLinkedServiceTypeProperties.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,96 @@ | ||
{ | ||
"name": "AzureTableStorageLinkedServiceTypeProperties", | ||
"fields": [ | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "accountKey", | ||
"name": "AccountKey", | ||
"objectDefinition": { | ||
"type": "Reference", | ||
"referenceName": "AzureKeyVaultSecretReference" | ||
}, | ||
"optional": true, | ||
"readOnly": false, | ||
"required": false, | ||
"sensitive": false | ||
}, | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "connectionString", | ||
"name": "ConnectionString", | ||
"objectDefinition": { | ||
"type": "String", | ||
"referenceName": null | ||
}, | ||
"optional": true, | ||
"readOnly": false, | ||
"required": false, | ||
"sensitive": false | ||
}, | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "credential", | ||
"name": "Credential", | ||
"objectDefinition": { | ||
"type": "Reference", | ||
"referenceName": "CredentialReference" | ||
}, | ||
"optional": true, | ||
"readOnly": false, | ||
"required": false, | ||
"sensitive": false | ||
}, | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "encryptedCredential", | ||
"name": "EncryptedCredential", | ||
"objectDefinition": { | ||
"type": "String", | ||
"referenceName": null | ||
}, | ||
"optional": true, | ||
"readOnly": false, | ||
"required": false, | ||
"sensitive": false | ||
}, | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "sasToken", | ||
"name": "SasToken", | ||
"objectDefinition": { | ||
"type": "Reference", | ||
"referenceName": "AzureKeyVaultSecretReference" | ||
}, | ||
"optional": true, | ||
"readOnly": false, | ||
"required": false, | ||
"sensitive": false | ||
}, | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "sasUri", | ||
"name": "SasUri", | ||
"objectDefinition": { | ||
"type": "String", | ||
"referenceName": null | ||
}, | ||
"optional": true, | ||
"readOnly": false, | ||
"required": false, | ||
"sensitive": false | ||
}, | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "serviceEndpoint", | ||
"name": "ServiceEndpoint", | ||
"objectDefinition": { | ||
"type": "String", | ||
"referenceName": null | ||
}, | ||
"optional": true, | ||
"readOnly": false, | ||
"required": false, | ||
"sensitive": false | ||
} | ||
] | ||
} |
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
9 changes: 9 additions & 0 deletions
9
api-definitions/resource-manager/HealthBot/2024-02-01/ApiVersionDefinition.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,9 @@ | ||
{ | ||
"apiVersion": "2024-02-01", | ||
"isPreview": false, | ||
"generate": true, | ||
"resources": [ | ||
"Healthbots" | ||
], | ||
"source": "Azure/azure-rest-api-specs" | ||
} |
26 changes: 26 additions & 0 deletions
26
api-definitions/resource-manager/HealthBot/2024-02-01/Healthbots/Constant-SkuName.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": "SkuName", | ||
"type": "String", | ||
"values": [ | ||
{ | ||
"key": "COne", | ||
"value": "C1" | ||
}, | ||
{ | ||
"key": "CZero", | ||
"value": "C0" | ||
}, | ||
{ | ||
"key": "FZero", | ||
"value": "F0" | ||
}, | ||
{ | ||
"key": "PES", | ||
"value": "PES" | ||
}, | ||
{ | ||
"key": "SOne", | ||
"value": "S1" | ||
} | ||
] | ||
} |
Oops, something went wrong.