Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -6859,6 +6859,11 @@
"conflictResolutionPolicy": {
"$ref": "#/definitions/ConflictResolutionPolicy",
"description": "The conflict resolution policy for the container."
},
"analyticalStorageTtl": {
"type": "integer",
"format": "int64",
"description": "Analytical TTL."
}
},
"required": [
Expand Down
2 changes: 1 addition & 1 deletion specification/cosmos-db/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ These are the global settings for the Cosmos-DB API.
``` yaml
title: CosmosDBManagementClient
openapi-type: arm
tag: package-2020-06-preview
tag: package-2020-04
```

### Tag: package-2020-06-preview
Expand Down