What happened?
The data-source.health.name property exists in the DAB schema but isn't exposed as a CLI parameter
Target configuration:
Version
Microsoft.DataApiBuilder 1.7.81
What database are you using?
Azure SQL
What hosting model are you using?
Local (including CLI)
Which API approach are you accessing DAB through?
No response
Relevant log output
> dab configure --data-source.health.name my data source -c "dab-config-4.json"
Microsoft.DataApiBuilder 1.7.81-rc+c7927fa9885160ed35bcc9b25b13fd59b88f3133
c Microsoft Corporation. All rights reserved.
ERROR(S):
Option 'data-source.health.name' is unknown.
Code of Conduct
What happened?
The
data-source.health.nameproperty exists in the DAB schema but isn't exposed as a CLI parameterTarget configuration:
{ "$schema": "https://github.com/Azure/data-api-builder/releases/download/v1.7.81/dab.draft.schema.json", "data-source": { "database-type": "mssql", "connection-string": "@env('MSSQL_CONNECTION_STRING')", "health": { "name": "This is the value" // here } } }Version
Microsoft.DataApiBuilder 1.7.81
What database are you using?
Azure SQL
What hosting model are you using?
Local (including CLI)
Which API approach are you accessing DAB through?
No response
Relevant log output
Code of Conduct