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
2 changes: 1 addition & 1 deletion schemas/2020-12-01/Microsoft.Cache.json
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@
},
"redisVersion": {
"type": "string",
"description": "Redis version. Only major version will be used in PUT/PATCH request with current valid values: (4, 6)"
"description": "Redis version. This should be in the form 'major[.minor[.build]]' (only 'major' is required) or the value 'latest' which refers to the latest stable Redis version that is available. Only the major and minor version are used in a PUT/PATCH request. Supported versions: 4.0, 6.0."
},
"replicasPerMaster": {
"oneOf": [
Expand Down
2 changes: 1 addition & 1 deletion schemas/2021-06-01/Microsoft.Cache.json
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@
},
"redisVersion": {
"type": "string",
"description": "Redis version. Only major version will be used in PUT/PATCH request with current valid values: (4, 6)"
"description": "Redis version. This should be in the form 'major[.minor[.build]]' (only 'major' is required) or the value 'latest' which refers to the latest stable Redis version that is available. Only the major and minor version are used in a PUT/PATCH request. Supported versions: 4.0, 6.0."
},
"replicasPerMaster": {
"oneOf": [
Expand Down
Loading