Skip to content
Merged

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@
],
"description": "Lists all of the available REST API operations of the Microsoft.Cache provider.",
"operationId": "Operations_List",
"x-ms-examples": {
"RedisCacheOperations": {
"$ref": "./examples/RedisCacheOperations.json"
}
},
"parameters": [
{
"$ref": "#/parameters/ApiVersionParameter"
Expand Down Expand Up @@ -1380,7 +1385,7 @@
],
"responses": {
"200": {
"description": "The redis cache was successfully deleted."
"description": "Linked server was successfully deleted."
},
"204": {
"description": "Linked server was successfully deleted."
Expand Down

Large diffs are not rendered by default.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
"description": "Lists all of the available REST API operations of the Microsoft.Cache provider.",
"operationId": "Operations_List",
"x-ms-examples": {
"RedisOperationsList": {
"$ref": "./examples/RedisOperations_List.json"
"RedisCacheOperations": {
"$ref": "./examples/RedisCacheOperations.json"
}
},
"parameters": [
Expand Down Expand Up @@ -1388,7 +1388,7 @@
],
"responses": {
"200": {
"description": "The redis cache was successfully deleted."
"description": "Linked server was successfully deleted."
},
"204": {
"description": "Linked server was successfully deleted."
Expand Down Expand Up @@ -1897,7 +1897,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."
},
"enableNonSslPort": {
"type": "boolean",
Expand Down
Loading