-
Notifications
You must be signed in to change notification settings - Fork 299
Labels
Description
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
- I agree to follow this project's Code of Conduct
Copilot
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Todo
{ "$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 } } }