Skip to content

Commit aabac69

Browse files
SDKAutoMECHANDR
andcommitted
CodeGen from PR 19506 in Azure/azure-rest-api-specs
[Hub Generated] [Microsoft.Cache] 2022-05-01 API: Add "Latest" option to "redisVersion" property, async linked server, managed identity changes (#19506) * Adds base for updating Microsoft.Cache from version stable/2021-06-01 to version 2022-05-01 * Updates readme * Updates API version in new specs and examples * Add 2022-05-01 API version with "redisVersion" default changes and update older API version descriptions * Sync changes * Update examples * Update example * Add Managed identity support for Import, Export and Persistence. (#1) * Update LinkedServer_Delete response code * Add x-ms-long-running-operation * Fix example and descriptions * Fix warnings Co-authored-by: MECHANDR <[email protected]>
1 parent a36253f commit aabac69

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)