-
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 #4280 from hashicorp/data/regeneration-from-2cda07…
…9650e44e160f090445c6b26937bc8f7f71-rest-api-specs Data: Rest Api Specs - regenerating based on 2cda079
- Loading branch information
Showing
72 changed files
with
3,218 additions
and
0 deletions.
There are no files selected for viewing
10 changes: 10 additions & 0 deletions
10
api-definitions/resource-manager/Informatica/2024-05-08/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,10 @@ | ||
{ | ||
"apiVersion": "2024-05-08", | ||
"isPreview": false, | ||
"generate": true, | ||
"resources": [ | ||
"Organizations", | ||
"ServerlessRuntimes" | ||
], | ||
"source": "Azure/azure-rest-api-specs" | ||
} |
10 changes: 10 additions & 0 deletions
10
...initions/resource-manager/Informatica/2024-05-08/Organizations/Constant-PlatformType.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,10 @@ | ||
{ | ||
"name": "PlatformType", | ||
"type": "String", | ||
"values": [ | ||
{ | ||
"key": "AZURE", | ||
"value": "AZURE" | ||
} | ||
] | ||
} |
42 changes: 42 additions & 0 deletions
42
...ons/resource-manager/Informatica/2024-05-08/Organizations/Constant-ProvisioningState.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": "ProvisioningState", | ||
"type": "String", | ||
"values": [ | ||
{ | ||
"key": "Accepted", | ||
"value": "Accepted" | ||
}, | ||
{ | ||
"key": "Canceled", | ||
"value": "Canceled" | ||
}, | ||
{ | ||
"key": "Creating", | ||
"value": "Creating" | ||
}, | ||
{ | ||
"key": "Deleted", | ||
"value": "Deleted" | ||
}, | ||
{ | ||
"key": "Deleting", | ||
"value": "Deleting" | ||
}, | ||
{ | ||
"key": "Failed", | ||
"value": "Failed" | ||
}, | ||
{ | ||
"key": "NotSpecified", | ||
"value": "NotSpecified" | ||
}, | ||
{ | ||
"key": "Succeeded", | ||
"value": "Succeeded" | ||
}, | ||
{ | ||
"key": "Updating", | ||
"value": "Updating" | ||
} | ||
] | ||
} |
10 changes: 10 additions & 0 deletions
10
...finitions/resource-manager/Informatica/2024-05-08/Organizations/Constant-RuntimeType.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,10 @@ | ||
{ | ||
"name": "RuntimeType", | ||
"type": "String", | ||
"values": [ | ||
{ | ||
"key": "SERVERLESS", | ||
"value": "SERVERLESS" | ||
} | ||
] | ||
} |
83 changes: 83 additions & 0 deletions
83
...tions/resource-manager/Informatica/2024-05-08/Organizations/Model-ApplicationConfigs.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,83 @@ | ||
{ | ||
"name": "ApplicationConfigs", | ||
"fields": [ | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "customized", | ||
"name": "Customized", | ||
"objectDefinition": { | ||
"type": "String", | ||
"referenceName": null | ||
}, | ||
"optional": false, | ||
"readOnly": false, | ||
"required": true, | ||
"sensitive": false | ||
}, | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "defaultValue", | ||
"name": "DefaultValue", | ||
"objectDefinition": { | ||
"type": "String", | ||
"referenceName": null | ||
}, | ||
"optional": false, | ||
"readOnly": false, | ||
"required": true, | ||
"sensitive": false | ||
}, | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "name", | ||
"name": "Name", | ||
"objectDefinition": { | ||
"type": "String", | ||
"referenceName": null | ||
}, | ||
"optional": false, | ||
"readOnly": false, | ||
"required": true, | ||
"sensitive": false | ||
}, | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "platform", | ||
"name": "Platform", | ||
"objectDefinition": { | ||
"type": "String", | ||
"referenceName": null | ||
}, | ||
"optional": false, | ||
"readOnly": false, | ||
"required": true, | ||
"sensitive": false | ||
}, | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "type", | ||
"name": "Type", | ||
"objectDefinition": { | ||
"type": "String", | ||
"referenceName": null | ||
}, | ||
"optional": false, | ||
"readOnly": false, | ||
"required": true, | ||
"sensitive": false | ||
}, | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "value", | ||
"name": "Value", | ||
"objectDefinition": { | ||
"type": "String", | ||
"referenceName": null | ||
}, | ||
"optional": false, | ||
"readOnly": false, | ||
"required": true, | ||
"sensitive": false | ||
} | ||
] | ||
} |
31 changes: 31 additions & 0 deletions
31
.../resource-manager/Informatica/2024-05-08/Organizations/Model-ApplicationTypeMetadata.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": "ApplicationTypeMetadata", | ||
"fields": [ | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "name", | ||
"name": "Name", | ||
"objectDefinition": { | ||
"type": "String", | ||
"referenceName": null | ||
}, | ||
"optional": true, | ||
"readOnly": false, | ||
"required": false, | ||
"sensitive": false | ||
}, | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "value", | ||
"name": "Value", | ||
"objectDefinition": { | ||
"type": "String", | ||
"referenceName": null | ||
}, | ||
"optional": true, | ||
"readOnly": false, | ||
"required": false, | ||
"sensitive": false | ||
} | ||
] | ||
} |
48 changes: 48 additions & 0 deletions
48
...finitions/resource-manager/Informatica/2024-05-08/Organizations/Model-CdiConfigProps.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,48 @@ | ||
{ | ||
"name": "CdiConfigProps", | ||
"fields": [ | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "applicationConfigs", | ||
"name": "ApplicationConfigs", | ||
"objectDefinition": { | ||
"type": "List", | ||
"referenceName": null, | ||
"nestedItem": { | ||
"type": "Reference", | ||
"referenceName": "ApplicationConfigs" | ||
} | ||
}, | ||
"optional": false, | ||
"readOnly": false, | ||
"required": true, | ||
"sensitive": false | ||
}, | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "engineName", | ||
"name": "EngineName", | ||
"objectDefinition": { | ||
"type": "String", | ||
"referenceName": null | ||
}, | ||
"optional": false, | ||
"readOnly": false, | ||
"required": true, | ||
"sensitive": false | ||
}, | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "engineVersion", | ||
"name": "EngineVersion", | ||
"objectDefinition": { | ||
"type": "String", | ||
"referenceName": null | ||
}, | ||
"optional": false, | ||
"readOnly": false, | ||
"required": true, | ||
"sensitive": false | ||
} | ||
] | ||
} |
83 changes: 83 additions & 0 deletions
83
...finitions/resource-manager/Informatica/2024-05-08/Organizations/Model-CompanyDetails.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,83 @@ | ||
{ | ||
"name": "CompanyDetails", | ||
"fields": [ | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "business", | ||
"name": "Business", | ||
"objectDefinition": { | ||
"type": "String", | ||
"referenceName": null | ||
}, | ||
"optional": true, | ||
"readOnly": false, | ||
"required": false, | ||
"sensitive": false | ||
}, | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "companyName", | ||
"name": "CompanyName", | ||
"objectDefinition": { | ||
"type": "String", | ||
"referenceName": null | ||
}, | ||
"optional": true, | ||
"readOnly": false, | ||
"required": false, | ||
"sensitive": false | ||
}, | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "country", | ||
"name": "Country", | ||
"objectDefinition": { | ||
"type": "String", | ||
"referenceName": null | ||
}, | ||
"optional": true, | ||
"readOnly": false, | ||
"required": false, | ||
"sensitive": false | ||
}, | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "domain", | ||
"name": "Domain", | ||
"objectDefinition": { | ||
"type": "String", | ||
"referenceName": null | ||
}, | ||
"optional": true, | ||
"readOnly": false, | ||
"required": false, | ||
"sensitive": false | ||
}, | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "numberOfEmployees", | ||
"name": "NumberOfEmployees", | ||
"objectDefinition": { | ||
"type": "Integer", | ||
"referenceName": null | ||
}, | ||
"optional": true, | ||
"readOnly": false, | ||
"required": false, | ||
"sensitive": false | ||
}, | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "officeAddress", | ||
"name": "OfficeAddress", | ||
"objectDefinition": { | ||
"type": "String", | ||
"referenceName": null | ||
}, | ||
"optional": true, | ||
"readOnly": false, | ||
"required": false, | ||
"sensitive": false | ||
} | ||
] | ||
} |
Oops, something went wrong.