-
Notifications
You must be signed in to change notification settings - Fork 5.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding cassandra connector properties for cosmos db C* account - #6550
Conversation
enableCassandraConnector - This property, if set to true, will trigger the creation of the cassandra connector CCX pipeline which relicates data from native cassandra nodes to cosmos db C* account connectorOffer - This property specifies the type of connector offer which will vary based on the data size of the native cassandra cluster Validations - Validated cosmos-db.json with autorest from https://github.com/Azure/azure-rest-api-specs/tree/master/specification/cosmos-db/resource-manager Validated using the online schema validator - https://json-schema-validator.herokuapp.com
SDK Automation [Logs] (Generated from 77190f2)
|
Automation for azure-sdk-for-pythonThe initial PR has been merged into your service PR: |
Automation for azure-sdk-for-javaThe initial PR has been merged into your service PR: |
Automation for azure-sdk-for-goThe initial PR has been merged into your service PR: |
Can one of the admins verify this patch? |
@@ -4343,6 +4343,14 @@ | |||
"enableMultipleWriteLocations": { | |||
"description": "Enables the account to write in multiple locations", | |||
"type": "boolean" | |||
}, | |||
"enableCassandraConnector": { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This involves adding a mutable property to an existing API version, which is considered a form of breaking change as it breaks the "GET->PUT pipeline." However, in this case, I think it is fairly safe.
…re#6550) enableCassandraConnector - This property, if set to true, will trigger the creation of the cassandra connector CCX pipeline which relicates data from native cassandra nodes to cosmos db C* account connectorOffer - This property specifies the type of connector offer which will vary based on the data size of the native cassandra cluster Validations - Validated cosmos-db.json with autorest from https://github.com/Azure/azure-rest-api-specs/tree/master/specification/cosmos-db/resource-manager Validated using the online schema validator - https://json-schema-validator.herokuapp.com
enableCassandraConnector - This property, if set to true, will trigger the creation of the cassandra connector CCX pipeline which relicates data from native cassandra nodes to cosmos db C* account
connectorOffer - This property specifies the type of connector offer which will vary based on the data size of the native cassandra cluster
Validations -
Validated cosmos-db.json with autorest from https://github.com/Azure/azure-rest-api-specs/tree/master/specification/cosmos-db/resource-manager
Validated using the online schema validator - https://json-schema-validator.herokuapp.com
Latest improvements:
MSFT employees can try out our new experience at OpenAPI Hub - one location for using our validation tools and finding your workflow.
Contribution checklist:
ARM API Review Checklist
Failure to comply may result in delays for manifest application. Note this does not apply to data plane APIs.
Please follow the link to find more details on API review process.