data-api-builder
data-api-builder copied to clipboard
Data API builder provides modern REST and GraphQL endpoints to your Azure Databases and on-prem stores.
## Why make this change? Adds AKV variable replacement and expands our design for doing variable replacements to be more extensible when new variable replacement logic is added. Closes #2708...
1. Add more automated tests for legacy and updated parameter metadata formats. 2. Could we add tests that check if both command parameters serialize properly, as well as test if...
1. We should use the SqlResponseHelper to create a response that MCP endpoint needs to avoid the duplicate serialization and deserialization. (I think this is addressed in your PR` 2....
## Why make this change? Closes #[issue number not provided] Enables configuration-driven automatic entity generation through wildcard pattern matching against database objects. The schema now supports defining entity templates with...
## Why make this change? - #2874 There was a test that needed to be fixed in order to comply with the creation of the new MCP endpoint. The test...
Need to create the new properties from Wildcard inside of the schema. The format is as following: ``` { "autoentities": { "{definition-name}": { "patterns": { "include": "%.%", // default: null....
## Why make this change? This change adds documented instructions on integrating the DAB MCP with AI Foundry using an Azure Container Instance.
To support custom tools, we need to have mcp option property to enable disable them at entity level. This is a pre-requisite to custom tools.
Bumps [dotnet-sdk](https://github.com/dotnet/sdk) from 8.0.415 to 8.0.416. Release notes Sourced from dotnet-sdk's releases. .NET 8.0.22 Release What's Changed Update branding to 8.0.416 by @vseanreesermsft in dotnet/sdk#51150 [release/8.0.4xx] Update dependencies from dotnet/arcade...
When a stored procedure entity defines parameter defaults using non-numeric strings (for example `"default": "number"`), Data API builder fails to start with GraphQL enabled. The service throws a `DataApiBuilderException` during...