-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
data: regenerating based on the latest Swagger
- Loading branch information
hc-github-team-tf-azure
committed
Sep 11, 2024
1 parent
ccbbc27
commit 16a34ce
Showing
121 changed files
with
3,596 additions
and
0 deletions.
There are no files selected for viewing
12 changes: 12 additions & 0 deletions
12
...definitions/resource-manager/RedisEnterprise/2024-06-01-preview/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,12 @@ | ||
{ | ||
"apiVersion": "2024-06-01-preview", | ||
"isPreview": true, | ||
"generate": true, | ||
"resources": [ | ||
"Databases", | ||
"PrivateEndpointConnections", | ||
"PrivateLinkResources", | ||
"RedisEnterprise" | ||
], | ||
"source": "Azure/azure-rest-api-specs" | ||
} |
14 changes: 14 additions & 0 deletions
14
...resource-manager/RedisEnterprise/2024-06-01-preview/Databases/Constant-AccessKeyType.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": "AccessKeyType", | ||
"type": "String", | ||
"values": [ | ||
{ | ||
"key": "Primary", | ||
"value": "Primary" | ||
}, | ||
{ | ||
"key": "Secondary", | ||
"value": "Secondary" | ||
} | ||
] | ||
} |
14 changes: 14 additions & 0 deletions
14
.../resource-manager/RedisEnterprise/2024-06-01-preview/Databases/Constant-AofFrequency.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": "AofFrequency", | ||
"type": "String", | ||
"values": [ | ||
{ | ||
"key": "Always", | ||
"value": "always" | ||
}, | ||
{ | ||
"key": "Ones", | ||
"value": "1s" | ||
} | ||
] | ||
} |
14 changes: 14 additions & 0 deletions
14
...ource-manager/RedisEnterprise/2024-06-01-preview/Databases/Constant-ClusteringPolicy.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": "ClusteringPolicy", | ||
"type": "String", | ||
"values": [ | ||
{ | ||
"key": "EnterpriseCluster", | ||
"value": "EnterpriseCluster" | ||
}, | ||
{ | ||
"key": "OSSCluster", | ||
"value": "OSSCluster" | ||
} | ||
] | ||
} |
14 changes: 14 additions & 0 deletions
14
...ce-manager/RedisEnterprise/2024-06-01-preview/Databases/Constant-DeferUpgradeSetting.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": "DeferUpgradeSetting", | ||
"type": "String", | ||
"values": [ | ||
{ | ||
"key": "Deferred", | ||
"value": "Deferred" | ||
}, | ||
{ | ||
"key": "NotDeferred", | ||
"value": "NotDeferred" | ||
} | ||
] | ||
} |
38 changes: 38 additions & 0 deletions
38
...esource-manager/RedisEnterprise/2024-06-01-preview/Databases/Constant-EvictionPolicy.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,38 @@ | ||
{ | ||
"name": "EvictionPolicy", | ||
"type": "String", | ||
"values": [ | ||
{ | ||
"key": "AllKeysLFU", | ||
"value": "AllKeysLFU" | ||
}, | ||
{ | ||
"key": "AllKeysLRU", | ||
"value": "AllKeysLRU" | ||
}, | ||
{ | ||
"key": "AllKeysRandom", | ||
"value": "AllKeysRandom" | ||
}, | ||
{ | ||
"key": "NoEviction", | ||
"value": "NoEviction" | ||
}, | ||
{ | ||
"key": "VolatileLFU", | ||
"value": "VolatileLFU" | ||
}, | ||
{ | ||
"key": "VolatileLRU", | ||
"value": "VolatileLRU" | ||
}, | ||
{ | ||
"key": "VolatileRandom", | ||
"value": "VolatileRandom" | ||
}, | ||
{ | ||
"key": "VolatileTTL", | ||
"value": "VolatileTTL" | ||
} | ||
] | ||
} |
26 changes: 26 additions & 0 deletions
26
...ons/resource-manager/RedisEnterprise/2024-06-01-preview/Databases/Constant-LinkState.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": "LinkState", | ||
"type": "String", | ||
"values": [ | ||
{ | ||
"key": "LinkFailed", | ||
"value": "LinkFailed" | ||
}, | ||
{ | ||
"key": "Linked", | ||
"value": "Linked" | ||
}, | ||
{ | ||
"key": "Linking", | ||
"value": "Linking" | ||
}, | ||
{ | ||
"key": "UnlinkFailed", | ||
"value": "UnlinkFailed" | ||
}, | ||
{ | ||
"key": "Unlinking", | ||
"value": "Unlinking" | ||
} | ||
] | ||
} |
14 changes: 14 additions & 0 deletions
14
...ions/resource-manager/RedisEnterprise/2024-06-01-preview/Databases/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,14 @@ | ||
{ | ||
"name": "Protocol", | ||
"type": "String", | ||
"values": [ | ||
{ | ||
"key": "Encrypted", | ||
"value": "Encrypted" | ||
}, | ||
{ | ||
"key": "Plaintext", | ||
"value": "Plaintext" | ||
} | ||
] | ||
} |
30 changes: 30 additions & 0 deletions
30
...urce-manager/RedisEnterprise/2024-06-01-preview/Databases/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,30 @@ | ||
{ | ||
"name": "ProvisioningState", | ||
"type": "String", | ||
"values": [ | ||
{ | ||
"key": "Canceled", | ||
"value": "Canceled" | ||
}, | ||
{ | ||
"key": "Creating", | ||
"value": "Creating" | ||
}, | ||
{ | ||
"key": "Deleting", | ||
"value": "Deleting" | ||
}, | ||
{ | ||
"key": "Failed", | ||
"value": "Failed" | ||
}, | ||
{ | ||
"key": "Succeeded", | ||
"value": "Succeeded" | ||
}, | ||
{ | ||
"key": "Updating", | ||
"value": "Updating" | ||
} | ||
] | ||
} |
18 changes: 18 additions & 0 deletions
18
.../resource-manager/RedisEnterprise/2024-06-01-preview/Databases/Constant-RdbFrequency.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": "RdbFrequency", | ||
"type": "String", | ||
"values": [ | ||
{ | ||
"key": "OneTwoh", | ||
"value": "12h" | ||
}, | ||
{ | ||
"key": "Oneh", | ||
"value": "1h" | ||
}, | ||
{ | ||
"key": "Sixh", | ||
"value": "6h" | ||
} | ||
] | ||
} |
62 changes: 62 additions & 0 deletions
62
...resource-manager/RedisEnterprise/2024-06-01-preview/Databases/Constant-ResourceState.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,62 @@ | ||
{ | ||
"name": "ResourceState", | ||
"type": "String", | ||
"values": [ | ||
{ | ||
"key": "CreateFailed", | ||
"value": "CreateFailed" | ||
}, | ||
{ | ||
"key": "Creating", | ||
"value": "Creating" | ||
}, | ||
{ | ||
"key": "DeleteFailed", | ||
"value": "DeleteFailed" | ||
}, | ||
{ | ||
"key": "Deleting", | ||
"value": "Deleting" | ||
}, | ||
{ | ||
"key": "DisableFailed", | ||
"value": "DisableFailed" | ||
}, | ||
{ | ||
"key": "Disabled", | ||
"value": "Disabled" | ||
}, | ||
{ | ||
"key": "Disabling", | ||
"value": "Disabling" | ||
}, | ||
{ | ||
"key": "EnableFailed", | ||
"value": "EnableFailed" | ||
}, | ||
{ | ||
"key": "Enabling", | ||
"value": "Enabling" | ||
}, | ||
{ | ||
"key": "Running", | ||
"value": "Running" | ||
}, | ||
{ | ||
"key": "Scaling", | ||
"value": "Scaling" | ||
}, | ||
{ | ||
"key": "ScalingFailed", | ||
"value": "ScalingFailed" | ||
}, | ||
{ | ||
"key": "UpdateFailed", | ||
"value": "UpdateFailed" | ||
}, | ||
{ | ||
"key": "Updating", | ||
"value": "Updating" | ||
} | ||
] | ||
} |
31 changes: 31 additions & 0 deletions
31
...tions/resource-manager/RedisEnterprise/2024-06-01-preview/Databases/Model-AccessKeys.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": "AccessKeys", | ||
"fields": [ | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "primaryKey", | ||
"name": "PrimaryKey", | ||
"objectDefinition": { | ||
"type": "String", | ||
"referenceName": null | ||
}, | ||
"optional": true, | ||
"readOnly": false, | ||
"required": false, | ||
"sensitive": false | ||
}, | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "secondaryKey", | ||
"name": "SecondaryKey", | ||
"objectDefinition": { | ||
"type": "String", | ||
"referenceName": null | ||
}, | ||
"optional": true, | ||
"readOnly": false, | ||
"required": false, | ||
"sensitive": false | ||
} | ||
] | ||
} |
57 changes: 57 additions & 0 deletions
57
...nitions/resource-manager/RedisEnterprise/2024-06-01-preview/Databases/Model-Database.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": "Database", | ||
"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": "DatabaseProperties" | ||
}, | ||
"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 | ||
} | ||
] | ||
} |
Oops, something went wrong.