Skip to content

Commit

Permalink
[Hub Generated] [Microsoft.Cache] 2022-05-01 API: Add "Latest" option…
Browse files Browse the repository at this point in the history
… to "redisVersion" property, async linked server, managed identity changes (Azure#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]>
  • Loading branch information
JeffreyCA and MECHANDR authored Aug 5, 2022
1 parent 6f0c7d5 commit 1dd7fa1
Show file tree
Hide file tree
Showing 44 changed files with 7,050 additions and 55 deletions.

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

0 comments on commit 1dd7fa1

Please sign in to comment.