Support for conflict_resolution_policy
in azurerm_cosmosdb_sql_container
#11517
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fix #11516
changes on gremlin graph:
conflict_resolution_policy
changes from Required to Optional and Computed. All tests have passed.sql container:
=== RUN TestAccCosmosDbSqlContainer_basic
=== PAUSE TestAccCosmosDbSqlContainer_basic
=== CONT TestAccCosmosDbSqlContainer_basic
--- PASS: TestAccCosmosDbSqlContainer_basic (1243.44s)
=== RUN TestAccCosmosDbSqlContainer_basic_serverless
=== PAUSE TestAccCosmosDbSqlContainer_basic_serverless
=== CONT TestAccCosmosDbSqlContainer_basic_serverless
--- PASS: TestAccCosmosDbSqlContainer_basic_serverless (1285.10s)
=== RUN TestAccCosmosDbSqlContainer_complete
=== PAUSE TestAccCosmosDbSqlContainer_complete
=== CONT TestAccCosmosDbSqlContainer_complete
--- PASS: TestAccCosmosDbSqlContainer_complete (1316.33s)
=== RUN TestAccCosmosDbSqlContainer_update
=== PAUSE TestAccCosmosDbSqlContainer_update
=== CONT TestAccCosmosDbSqlContainer_update
--- PASS: TestAccCosmosDbSqlContainer_update (1589.50s)
=== RUN TestAccCosmosDbSqlContainer_autoscale
=== PAUSE TestAccCosmosDbSqlContainer_autoscale
=== CONT TestAccCosmosDbSqlContainer_autoscale
--- PASS: TestAccCosmosDbSqlContainer_autoscale (1915.56s)
=== RUN TestAccCosmosDbSqlContainer_indexing_policy
=== PAUSE TestAccCosmosDbSqlContainer_indexing_policy
=== CONT TestAccCosmosDbSqlContainer_indexing_policy
--- PASS: TestAccCosmosDbSqlContainer_indexing_policy (1883.89s)
=== RUN TestAccCosmosDbSqlContainer_partition_key_version
=== PAUSE TestAccCosmosDbSqlContainer_partition_key_version
=== CONT TestAccCosmosDbSqlContainer_partition_key_version
--- PASS: TestAccCosmosDbSqlContainer_partition_key_version (1335.42s)
=== RUN TestAccCosmosDbSqlContainer_customConflictResolutionPolicy
=== PAUSE TestAccCosmosDbSqlContainer_customConflictResolutionPolicy
=== CONT TestAccCosmosDbSqlContainer_customConflictResolutionPolicy
--- PASS: TestAccCosmosDbSqlContainer_customConflictResolutionPolicy (1364.63s)
gremlin graph:
=== RUN TestAccCosmosDbGremlinGraph_basic
=== PAUSE TestAccCosmosDbGremlinGraph_basic
=== CONT TestAccCosmosDbGremlinGraph_basic
--- PASS: TestAccCosmosDbGremlinGraph_basic (1312.91s)
=== RUN TestAccCosmosDbGremlinGraph_requiresImport
=== PAUSE TestAccCosmosDbGremlinGraph_requiresImport
=== CONT TestAccCosmosDbGremlinGraph_requiresImport
--- PASS: TestAccCosmosDbGremlinGraph_requiresImport (1407.86s)
=== RUN TestAccCosmosDbGremlinGraph_customConflictResolutionPolicy
=== PAUSE TestAccCosmosDbGremlinGraph_customConflictResolutionPolicy
=== CONT TestAccCosmosDbGremlinGraph_customConflictResolutionPolicy
--- PASS: TestAccCosmosDbGremlinGraph_customConflictResolutionPolicy (1325.06s)
=== RUN TestAccCosmosDbGremlinGraph_indexPolicy
=== PAUSE TestAccCosmosDbGremlinGraph_indexPolicy
=== CONT TestAccCosmosDbGremlinGraph_indexPolicy
--- PASS: TestAccCosmosDbGremlinGraph_indexPolicy (1264.18s)
=== RUN TestAccCosmosDbGremlinGraph_update
=== PAUSE TestAccCosmosDbGremlinGraph_update
=== CONT TestAccCosmosDbGremlinGraph_update
--- PASS: TestAccCosmosDbGremlinGraph_update (1738.12s)
=== RUN TestAccCosmosDbGremlinGraph_autoscale
=== PAUSE TestAccCosmosDbGremlinGraph_autoscale
=== CONT TestAccCosmosDbGremlinGraph_autoscale
--- PASS: TestAccCosmosDbGremlinGraph_autoscale (1985.56s)