Skip to content

Commit

Permalink
[ReleasePR redis] [Hub Generated] [Microsoft.Cache] 2022-05-01 API: A…
Browse files Browse the repository at this point in the history
…dd "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)
  • Loading branch information
msftbot[bot] authored Aug 5, 2022
2 parents a36253f + aabac69 commit 2cb9236
Show file tree
Hide file tree
Showing 4 changed files with 981 additions and 2 deletions.
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

0 comments on commit 2cb9236

Please sign in to comment.