Merge branch 'users/chskelt/computedprops' of https://github.com/Azure/cosmos-explorer into users/chskelt/computedprops

This commit is contained in:
Chuck Skelton 2024-02-21 13:31:26 -08:00
commit 25a506e316
1 changed files with 3 additions and 0 deletions

View File

@ -1248,6 +1248,9 @@ export interface SqlContainerResource {
/* Analytical TTL. */
analyticalStorageTtl?: number;
computedProperties?: ComputedProperties;
/* Parameters to indicate the information about the restore */
restoreParameters?: ResourceRestoreParameters;