Skip to content

Commit 150da63

Browse files
authored
[Hub Generated] Review request for Microsoft.Cache to add version preview/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 4f04b1b. * Revert "Update whitespace for prettier." This reverts commit ccca6d5. * Revert "Update whitespace for prettier." This reverts commit 3d72e6b. * 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.
1 parent 8a1b32a commit 150da63

File tree

6 files changed

+15
-15
lines changed

6 files changed

+15
-15
lines changed

specification/redisenterprise/resource-manager/Microsoft.Cache/preview/2020-10-01-preview/examples/RedisEnterpriseExportCluster.json renamed to specification/redisenterprise/resource-manager/Microsoft.Cache/preview/2020-10-01-preview/examples/RedisEnterpriseDatabasesExport.json

File renamed without changes.

specification/redisenterprise/resource-manager/Microsoft.Cache/preview/2020-10-01-preview/examples/RedisEnterpriseImportCluster.json renamed to specification/redisenterprise/resource-manager/Microsoft.Cache/preview/2020-10-01-preview/examples/RedisEnterpriseDatabasesImport.json

File renamed without changes.

specification/redisenterprise/resource-manager/Microsoft.Cache/preview/2020-10-01-preview/examples/RedisEnterpriseDatabasesList.json renamed to specification/redisenterprise/resource-manager/Microsoft.Cache/preview/2020-10-01-preview/examples/RedisEnterpriseDatabasesListByCluster.json

File renamed without changes.

specification/redisenterprise/resource-manager/Microsoft.Cache/preview/2020-10-01-preview/examples/RedisEnterpriseDatabaseListKeys.json renamed to specification/redisenterprise/resource-manager/Microsoft.Cache/preview/2020-10-01-preview/examples/RedisEnterpriseDatabasesListKeys.json

File renamed without changes.

specification/redisenterprise/resource-manager/Microsoft.Cache/preview/2020-10-01-preview/examples/RedisEnterpriseDatabaseRegenerateKey.json renamed to specification/redisenterprise/resource-manager/Microsoft.Cache/preview/2020-10-01-preview/examples/RedisEnterpriseDatabasesRegenerateKey.json

File renamed without changes.

specification/redisenterprise/resource-manager/Microsoft.Cache/preview/2020-10-01-preview/redisenterprise.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -412,8 +412,8 @@
412412
"operationId": "Databases_ListByCluster",
413413
"description": "Gets all databases in the specified RedisEnterprise cluster.",
414414
"x-ms-examples": {
415-
"RedisEnterpriseDatabasesList": {
416-
"$ref": "./examples/RedisEnterpriseDatabasesList.json"
415+
"RedisEnterpriseDatabasesListByCluster": {
416+
"$ref": "./examples/RedisEnterpriseDatabasesListByCluster.json"
417417
}
418418
},
419419
"parameters": [
@@ -462,7 +462,7 @@
462462
"final-state-via": "original-uri"
463463
},
464464
"x-ms-examples": {
465-
"RedisEnterpriseDatabaseCreate": {
465+
"RedisEnterpriseDatabasesCreate": {
466466
"$ref": "./examples/RedisEnterpriseDatabasesCreate.json"
467467
}
468468
},
@@ -675,10 +675,10 @@
675675
"RedisEnterprise",
676676
"Databases"
677677
],
678-
"operationId": "RedisEnterpriseDatabase_ListKeys",
678+
"operationId": "Databases_ListKeys",
679679
"x-ms-examples": {
680-
"RedisEnterpriseDatabaseListKeys": {
681-
"$ref": "./examples/RedisEnterpriseDatabaseListKeys.json"
680+
"RedisEnterpriseDatabasesListKeys": {
681+
"$ref": "./examples/RedisEnterpriseDatabasesListKeys.json"
682682
}
683683
},
684684
"description": "Retrieves the access keys for the RedisEnterprise database.",
@@ -721,14 +721,14 @@
721721
"RedisEnterprise",
722722
"Databases"
723723
],
724-
"operationId": "RedisEnterpriseDatabase_RegenerateKey",
724+
"operationId": "Databases_RegenerateKey",
725725
"x-ms-long-running-operation": true,
726726
"x-ms-long-running-operation-options": {
727727
"final-state-via": "azure-async-operation"
728728
},
729729
"x-ms-examples": {
730-
"RedisEnterpriseDatabaseRegenerateKey": {
731-
"$ref": "./examples/RedisEnterpriseDatabaseRegenerateKey.json"
730+
"RedisEnterpriseDatabasesRegenerateKey": {
731+
"$ref": "./examples/RedisEnterpriseDatabasesRegenerateKey.json"
732732
}
733733
},
734734
"description": "Regenerates the RedisEnterprise database's access keys.",
@@ -783,14 +783,14 @@
783783
"RedisEnterprise",
784784
"Databases"
785785
],
786-
"operationId": "RedisEnterpriseDatabase_Import",
786+
"operationId": "Databases_Import",
787787
"x-ms-long-running-operation": true,
788788
"x-ms-long-running-operation-options": {
789789
"final-state-via": "azure-async-operation"
790790
},
791791
"x-ms-examples": {
792-
"RedisEnterpriseImportCluster": {
793-
"$ref": "./examples/RedisEnterpriseImportCluster.json"
792+
"RedisEnterpriseDatabasesImport": {
793+
"$ref": "./examples/RedisEnterpriseDatabasesImport.json"
794794
}
795795
},
796796
"description": "Imports a database file to target database.",
@@ -842,14 +842,14 @@
842842
"RedisEnterprise",
843843
"Databases"
844844
],
845-
"operationId": "RedisEnterpriseDatabase_Export",
845+
"operationId": "Databases_Export",
846846
"x-ms-long-running-operation": true,
847847
"x-ms-long-running-operation-options": {
848848
"final-state-via": "azure-async-operation"
849849
},
850850
"x-ms-examples": {
851-
"RedisEnterpriseExportCluster": {
852-
"$ref": "./examples/RedisEnterpriseExportCluster.json"
851+
"RedisEnterpriseDatabasesExport": {
852+
"$ref": "./examples/RedisEnterpriseDatabasesExport.json"
853853
}
854854
},
855855
"description": "Exports a database file from target database.",

0 commit comments

Comments
 (0)