Skip to content

Commit

Permalink
[Hub Generated] Review request for Microsoft.Cache to add version pre…
Browse files Browse the repository at this point in the history
…view/2020-10-01-preview (#11683)

* New Readme Config File

* New Go Language Readme Config File

* New Typescript Language Readme Config File

* New Python Language Readme Config File

* New C# Language Readme Config File

* New Ruby Language Readme Config File

* New Swagger Spec File

* New Swagger Example Spec File

* Initial updates for public preview

* Add default error response. Add integer format.

* Add 200 response to delete operations.

* Add custom words for Redis Enterprise.

* Update whitespace for prettier.

* Update whitespace for prettier.

* Update whitespace for prettier.

* Revert "Update whitespace for prettier."

This reverts commit 4f04b1bfbf35407c783a3249e783ba4b34590ea9.

* Revert "Update whitespace for prettier."

This reverts commit ccca6d5e636f2e3aa38f80c735638e8445a6c42e.

* Revert "Update whitespace for prettier."

This reverts commit 3d72e6bed67117d7a407ba5fd467673f0f12d16b.

* Update whitespace for prettier.

* Update Go settings

* Including .NET SDK in list of SDKs automatically generated.

* Update csharp settings.

* Fix typo.

* Updates addressing comments from reviewer.

* Fix provisioningState errors.

* Update clusteringPolicy description and related examples.

* Remove Enterprise_E1 SKU.

* Updates per comments from reviewer.

* Remove illegal terminal states from provisioningState. Add new resourceState.

* Utilize common properties from updated v2 types.json

* Add 'Deleting' state to ProvisioningState enum.

* Make operationIds of Database operations consistent.
  • Loading branch information
greenms authored Nov 17, 2020
1 parent 8a1b32a commit 150da63
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -412,8 +412,8 @@
"operationId": "Databases_ListByCluster",
"description": "Gets all databases in the specified RedisEnterprise cluster.",
"x-ms-examples": {
"RedisEnterpriseDatabasesList": {
"$ref": "./examples/RedisEnterpriseDatabasesList.json"
"RedisEnterpriseDatabasesListByCluster": {
"$ref": "./examples/RedisEnterpriseDatabasesListByCluster.json"
}
},
"parameters": [
Expand Down Expand Up @@ -462,7 +462,7 @@
"final-state-via": "original-uri"
},
"x-ms-examples": {
"RedisEnterpriseDatabaseCreate": {
"RedisEnterpriseDatabasesCreate": {
"$ref": "./examples/RedisEnterpriseDatabasesCreate.json"
}
},
Expand Down Expand Up @@ -675,10 +675,10 @@
"RedisEnterprise",
"Databases"
],
"operationId": "RedisEnterpriseDatabase_ListKeys",
"operationId": "Databases_ListKeys",
"x-ms-examples": {
"RedisEnterpriseDatabaseListKeys": {
"$ref": "./examples/RedisEnterpriseDatabaseListKeys.json"
"RedisEnterpriseDatabasesListKeys": {
"$ref": "./examples/RedisEnterpriseDatabasesListKeys.json"
}
},
"description": "Retrieves the access keys for the RedisEnterprise database.",
Expand Down Expand Up @@ -721,14 +721,14 @@
"RedisEnterprise",
"Databases"
],
"operationId": "RedisEnterpriseDatabase_RegenerateKey",
"operationId": "Databases_RegenerateKey",
"x-ms-long-running-operation": true,
"x-ms-long-running-operation-options": {
"final-state-via": "azure-async-operation"
},
"x-ms-examples": {
"RedisEnterpriseDatabaseRegenerateKey": {
"$ref": "./examples/RedisEnterpriseDatabaseRegenerateKey.json"
"RedisEnterpriseDatabasesRegenerateKey": {
"$ref": "./examples/RedisEnterpriseDatabasesRegenerateKey.json"
}
},
"description": "Regenerates the RedisEnterprise database's access keys.",
Expand Down Expand Up @@ -783,14 +783,14 @@
"RedisEnterprise",
"Databases"
],
"operationId": "RedisEnterpriseDatabase_Import",
"operationId": "Databases_Import",
"x-ms-long-running-operation": true,
"x-ms-long-running-operation-options": {
"final-state-via": "azure-async-operation"
},
"x-ms-examples": {
"RedisEnterpriseImportCluster": {
"$ref": "./examples/RedisEnterpriseImportCluster.json"
"RedisEnterpriseDatabasesImport": {
"$ref": "./examples/RedisEnterpriseDatabasesImport.json"
}
},
"description": "Imports a database file to target database.",
Expand Down Expand Up @@ -842,14 +842,14 @@
"RedisEnterprise",
"Databases"
],
"operationId": "RedisEnterpriseDatabase_Export",
"operationId": "Databases_Export",
"x-ms-long-running-operation": true,
"x-ms-long-running-operation-options": {
"final-state-via": "azure-async-operation"
},
"x-ms-examples": {
"RedisEnterpriseExportCluster": {
"$ref": "./examples/RedisEnterpriseExportCluster.json"
"RedisEnterpriseDatabasesExport": {
"$ref": "./examples/RedisEnterpriseDatabasesExport.json"
}
},
"description": "Exports a database file from target database.",
Expand Down

0 comments on commit 150da63

Please sign in to comment.