Skip to content

[Bug]: dab configure --data-source.health.name is missing. #3058

@JerryNixon

Description

@JerryNixon

What happened?

The data-source.health.name property exists in the DAB schema but isn't exposed as a CLI parameter

Target 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

> 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

Metadata

Metadata

Labels

bugSomething isn't workingclitriageissues to be triaged

Type

Projects

Status

Todo

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions