Skip to content

Commit 1dd7fa1

Browse files
JeffreyCAMECHANDR
andauthored
[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 6f0c7d5 commit 1dd7fa1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+7050
-55
lines changed

specification/redis/resource-manager/Microsoft.Cache/stable/2020-06-01/examples/RedisCacheOperations.json

Lines changed: 643 additions & 0 deletions
Large diffs are not rendered by default.

specification/redis/resource-manager/Microsoft.Cache/stable/2020-06-01/redis.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,11 @@
4141
],
4242
"description": "Lists all of the available REST API operations of the Microsoft.Cache provider.",
4343
"operationId": "Operations_List",
44+
"x-ms-examples": {
45+
"RedisCacheOperations": {
46+
"$ref": "./examples/RedisCacheOperations.json"
47+
}
48+
},
4449
"parameters": [
4550
{
4651
"$ref": "#/parameters/ApiVersionParameter"
@@ -1380,7 +1385,7 @@
13801385
],
13811386
"responses": {
13821387
"200": {
1383-
"description": "The redis cache was successfully deleted."
1388+
"description": "Linked server was successfully deleted."
13841389
},
13851390
"204": {
13861391
"description": "Linked server was successfully deleted."

specification/redis/resource-manager/Microsoft.Cache/stable/2020-12-01/examples/RedisCacheOperations.json

Lines changed: 643 additions & 0 deletions
Large diffs are not rendered by default.

specification/redis/resource-manager/Microsoft.Cache/stable/2020-12-01/examples/RedisOperations_List.json

Lines changed: 0 additions & 22 deletions
This file was deleted.

specification/redis/resource-manager/Microsoft.Cache/stable/2020-12-01/redis.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
"description": "Lists all of the available REST API operations of the Microsoft.Cache provider.",
4343
"operationId": "Operations_List",
4444
"x-ms-examples": {
45-
"RedisOperationsList": {
46-
"$ref": "./examples/RedisOperations_List.json"
45+
"RedisCacheOperations": {
46+
"$ref": "./examples/RedisCacheOperations.json"
4747
}
4848
},
4949
"parameters": [
@@ -1388,7 +1388,7 @@
13881388
],
13891389
"responses": {
13901390
"200": {
1391-
"description": "The redis cache was successfully deleted."
1391+
"description": "Linked server was successfully deleted."
13921392
},
13931393
"204": {
13941394
"description": "Linked server was successfully deleted."
@@ -1897,7 +1897,7 @@
18971897
},
18981898
"redisVersion": {
18991899
"type": "string",
1900-
"description": "Redis version. Only major version will be used in PUT/PATCH request with current valid values: (4, 6)"
1900+
"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."
19011901
},
19021902
"enableNonSslPort": {
19031903
"type": "boolean",

0 commit comments

Comments
 (0)