-
Notifications
You must be signed in to change notification settings - Fork 3.4k
az cosmosdb sql container update - set TTL to OFF #29205
Copy link
Copy link
Open
Labels
Auto-AssignAuto assign by botAuto assign by botCosmosDBaz cosmosdbaz cosmosdbService AttentionThis issue is responsible by Azure service team.This issue is responsible by Azure service team.act-codegen-extensibility-squadbugThis issue requires a change to an existing behavior in the product in order to be resolved.This issue requires a change to an existing behavior in the product in order to be resolved.customer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.
Metadata
Metadata
Assignees
Labels
Auto-AssignAuto assign by botAuto assign by botCosmosDBaz cosmosdbaz cosmosdbService AttentionThis issue is responsible by Azure service team.This issue is responsible by Azure service team.act-codegen-extensibility-squadbugThis issue requires a change to an existing behavior in the product in order to be resolved.This issue requires a change to an existing behavior in the product in order to be resolved.customer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.
Describe the bug
Is there an cli option or CosmosDB sql container to set the ttl back to
"defaultTtl": nullRelated command
az cosmosdb sql container update --ttl ""
Errors
argument --ttl: invalid int value: ''
Issue script & Debug output
az cosmosdb sql container update -g RgName --account-name AccountName --database-name DbName --name containerName --ttl ""
Expected behavior
if
--ttl ""or--ttl nullset"defaultTtl": nullEnvironment Summary
azure-cli 2.61.0
core 2.61.0
telemetry 1.1.0
Extensions:
application-insights 1.2.1
datafactory 1.0.2
storage-preview 1.0.0b1
Dependencies:
msal 1.28.0
azure-mgmt-resource 23.1.1
Python location '/opt/homebrew/Cellar/azure-cli/2.61.0/libexec/bin/python'
Extensions directory '/Users/adlere1/.azure/cliextensions'
Python (Darwin) 3.11.9 (main, Apr 2 2024, 08:25:04) [Clang 15.0.0 (clang-1500.3.9.4)]
Additional context
No response