Summary
Parent tracking issue for all missing CLI options in dab configure, dab add, and dab update commands. These are CLI coverage gaps where config properties exist in the schema but have no corresponding CLI option.
RCA:
New config properties (pagination, health, user-delegated-auth, etc.) were added to the schema and C# object model but the corresponding CLI options in ConfigureOptions.cs, EntityOptions.cs, and ConfigGenerator.cs were never created. A naming mismatch (cache.ttl vs cache.ttl-seconds, object-description vs description) also went unnoticed.
Child Issues
Fix PR
Summary
Parent tracking issue for all missing CLI options in
dab configure,dab add, anddab updatecommands. These are CLI coverage gaps where config properties exist in the schema but have no corresponding CLI option.RCA:
New config properties (pagination, health, user-delegated-auth, etc.) were added to the schema and C# object model but the corresponding CLI options in ConfigureOptions.cs, EntityOptions.cs, and ConfigGenerator.cs were never created. A naming mismatch (cache.ttl vs cache.ttl-seconds, object-description vs description) also went unnoticed.
Child Issues
runtime.pagination.max-page-sizeruntime.pagination.default-page-sizeruntime.pagination.next-link-relativeruntime.host.max-response-size-mbruntime.health.*(enabled, cache-ttl-seconds, max-query-parallelism, roles)data-source-filesruntime.telemetry.log-level--cache.ttlshould be--cache.ttl-secondsdata-source.user-delegated-auth.providerdata-source.health.threshold-msdata-source.health.enabledruntime.pagination.next-link-relative)runtime.host.max-response-size-mb)health.enabledcache.levelsource.object-descriptionshould besource.descriptioncosmosdb_postgresqlmissing from--database-typehelp textFix PR