Skip to content

Commit 2cb9236

Browse files
author
msftbot[bot]
authored
[ReleasePR redis] [Hub Generated] [Microsoft.Cache] 2022-05-01 API: Add "Latest" option to "redisVersion" property, async linked server, managed identity changes (#2510)
Create to sync Azure/azure-rest-api-specs#19506 [ReCreate this PR](https://github.com/azure-resource-manager-schemas/compare/main...azure-sdk:sdkAuto/redis?expand=1)
2 parents a36253f + aabac69 commit 2cb9236

File tree

4 files changed

+981
-2
lines changed

4 files changed

+981
-2
lines changed

schemas/2020-12-01/Microsoft.Cache.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@
473473
},
474474
"redisVersion": {
475475
"type": "string",
476-
"description": "Redis version. Only major version will be used in PUT/PATCH request with current valid values: (4, 6)"
476+
"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."
477477
},
478478
"replicasPerMaster": {
479479
"oneOf": [

schemas/2021-06-01/Microsoft.Cache.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,7 @@
525525
},
526526
"redisVersion": {
527527
"type": "string",
528-
"description": "Redis version. Only major version will be used in PUT/PATCH request with current valid values: (4, 6)"
528+
"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."
529529
},
530530
"replicasPerMaster": {
531531
"oneOf": [

0 commit comments

Comments
 (0)