Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
67 changes: 62 additions & 5 deletions schemas/2020-06-01/Microsoft.Cache.json
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,67 @@
},
"description": "A collection of information about the state of the connection between service consumer and provider."
},
"RedisCommonPropertiesRedisConfiguration": {
"type": "object",
"properties": {
"additionalProperties": {
"oneOf": [
{
"type": "object",
"additionalProperties": {
"type": "string"
},
"properties": {}
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Unmatched properties from the message are deserialized this collection"
},
"aof-storage-connection-string-0": {
"type": "string",
"description": "First storage account connection string"
},
"aof-storage-connection-string-1": {
"type": "string",
"description": "First storage account connection string"
},
"maxfragmentationmemory-reserved": {
"type": "string",
"description": "Value in megabytes reserved for fragmentation per shard"
},
"maxmemory-delta": {
"type": "string",
"description": "Value in megabytes reserved for non-cache usage per shard e.g. failover."
},
"maxmemory-policy": {
"type": "string",
"description": "The eviction strategy used when your data won't fit within its memory limit."
},
"maxmemory-reserved": {
"type": "string",
"description": "Value in megabytes reserved for non-cache usage per shard e.g. failover."
},
"rdb-backup-enabled": {
"type": "string",
"description": "Specifies whether the rdb backup is enabled"
},
"rdb-backup-frequency": {
"type": "string",
"description": "Specifies the frequency for creating rdb backup"
},
"rdb-backup-max-snapshot-count": {
"type": "string",
"description": "Specifies the maximum number of snapshots for rdb backup"
},
"rdb-storage-connection-string": {
"type": "string",
"description": "The storage account connection string for storing rdb file"
}
},
"description": "All Redis Settings. Few possible keys: rdb-backup-enabled,rdb-storage-connection-string,rdb-backup-frequency,maxmemory-delta,maxmemory-policy,notify-keyspace-events,maxmemory-samples,slowlog-log-slower-than,slowlog-max-len,list-max-ziplist-entries,list-max-ziplist-value,hash-max-ziplist-entries,hash-max-ziplist-value,set-max-intset-entries,zset-max-ziplist-entries,zset-max-ziplist-value etc."
},
"RedisCreateProperties": {
"type": "object",
"properties": {
Expand Down Expand Up @@ -393,11 +454,7 @@
"redisConfiguration": {
"oneOf": [
{
"type": "object",
"additionalProperties": {
"type": "string"
},
"properties": {}
"$ref": "#/definitions/RedisCommonPropertiesRedisConfiguration"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
Expand Down
67 changes: 62 additions & 5 deletions schemas/2020-12-01/Microsoft.Cache.json
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,67 @@
},
"description": "A collection of information about the state of the connection between service consumer and provider."
},
"RedisCommonPropertiesRedisConfiguration": {
"type": "object",
"properties": {
"additionalProperties": {
"oneOf": [
{
"type": "object",
"additionalProperties": {
"type": "string"
},
"properties": {}
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Unmatched properties from the message are deserialized this collection"
},
"aof-storage-connection-string-0": {
"type": "string",
"description": "First storage account connection string"
},
"aof-storage-connection-string-1": {
"type": "string",
"description": "First storage account connection string"
},
"maxfragmentationmemory-reserved": {
"type": "string",
"description": "Value in megabytes reserved for fragmentation per shard"
},
"maxmemory-delta": {
"type": "string",
"description": "Value in megabytes reserved for non-cache usage per shard e.g. failover."
},
"maxmemory-policy": {
"type": "string",
"description": "The eviction strategy used when your data won't fit within its memory limit."
},
"maxmemory-reserved": {
"type": "string",
"description": "Value in megabytes reserved for non-cache usage per shard e.g. failover."
},
"rdb-backup-enabled": {
"type": "string",
"description": "Specifies whether the rdb backup is enabled"
},
"rdb-backup-frequency": {
"type": "string",
"description": "Specifies the frequency for creating rdb backup"
},
"rdb-backup-max-snapshot-count": {
"type": "string",
"description": "Specifies the maximum number of snapshots for rdb backup"
},
"rdb-storage-connection-string": {
"type": "string",
"description": "The storage account connection string for storing rdb file"
}
},
"description": "All Redis Settings. Few possible keys: rdb-backup-enabled,rdb-storage-connection-string,rdb-backup-frequency,maxmemory-delta,maxmemory-policy,notify-keyspace-events,maxmemory-samples,slowlog-log-slower-than,slowlog-max-len,list-max-ziplist-entries,list-max-ziplist-value,hash-max-ziplist-entries,hash-max-ziplist-value,set-max-intset-entries,zset-max-ziplist-entries,zset-max-ziplist-value etc."
},
"RedisCreateProperties": {
"type": "object",
"properties": {
Expand Down Expand Up @@ -393,11 +454,7 @@
"redisConfiguration": {
"oneOf": [
{
"type": "object",
"additionalProperties": {
"type": "string"
},
"properties": {}
"$ref": "#/definitions/RedisCommonPropertiesRedisConfiguration"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
Expand Down