From 6672345ec9e423243bfd689f0a782e2309944062 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 12 Feb 2026 01:17:35 +0000 Subject: [PATCH 1/3] Initial plan From 208acc4bb46cf854ff13eeef2c1fad35cb2f1159 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 12 Feb 2026 01:21:35 +0000 Subject: [PATCH 2/3] Update DAB version to 2.0 in Directory.Build.props and documentation Co-authored-by: Aniruddh25 <3513779+Aniruddh25@users.noreply.github.com> --- docs/testing-guide/ai-foundry-integration.md | 6 +++--- samples/aspire/dab-config.json | 2 +- src/Directory.Build.props | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/testing-guide/ai-foundry-integration.md b/docs/testing-guide/ai-foundry-integration.md index 0165b725f6..4016f0710e 100644 --- a/docs/testing-guide/ai-foundry-integration.md +++ b/docs/testing-guide/ai-foundry-integration.md @@ -24,7 +24,7 @@ This document provides an end‑to‑end guide to stand up a **SQL MCP Server** - Azure Subscription with permissions for Resource Groups, Storage, ACI, and Azure SQL. - Azure SQL Database provisioned and reachable from ACI. - Azure CLI (`az`) and .NET SDK installed locally. -- DAB CLI version **1.7.81 or later**. +- DAB CLI version **2.0.0 or later**. - Outbound network access from ACI to your Azure SQL server. @@ -62,7 +62,7 @@ END; ## 4. Install DAB CLI and Bootstrap Configuration ``` -dotnet tool install --global Microsoft.DataApiBuilder --version 1.7.81 +dotnet tool install --global Microsoft.DataApiBuilder --version 2.0.0 export DATABASE_CONNECTION_STRING="Server=.database.windows.net;Database=;User ID=;Password=;Encrypt=True;" dab init \ @@ -223,7 +223,7 @@ Use the value of `key1` or `key2` as `` in the next step. az container create \ --resource-group \ --name dab-mcp-demo \ - --image mcr.microsoft.com/azure-databases/data-api-builder:1.7.81-rc \ + --image mcr.microsoft.com/azure-databases/data-api-builder:2.0.0-rc \ --dns-name-label \ --ports 5000 \ --location \ diff --git a/samples/aspire/dab-config.json b/samples/aspire/dab-config.json index 0d3ea6f48b..2a3912419c 100644 --- a/samples/aspire/dab-config.json +++ b/samples/aspire/dab-config.json @@ -1,5 +1,5 @@ { - "$schema": "https://github.com/Azure/data-api-builder/releases/download/v1.7.81/dab.draft.schema.json", + "$schema": "https://github.com/Azure/data-api-builder/releases/download/v2.0.0/dab.draft.schema.json", "data-source": { "database-type": "mssql", "connection-string": "@env('MSSQL_CONNECTION_STRING')", diff --git a/src/Directory.Build.props b/src/Directory.Build.props index 26ad392ae8..c09275c61b 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -2,7 +2,7 @@ enable ..\out - 1.7 + 2.0 From 9449e328b6d1f11e48479569af37269acdf4598e Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 12 Feb 2026 05:41:09 +0000 Subject: [PATCH 3/3] Revert docs and samples version references to 1.7.81 Co-authored-by: Aniruddh25 <3513779+Aniruddh25@users.noreply.github.com> --- docs/testing-guide/ai-foundry-integration.md | 6 +++--- samples/aspire/dab-config.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/testing-guide/ai-foundry-integration.md b/docs/testing-guide/ai-foundry-integration.md index 4016f0710e..0165b725f6 100644 --- a/docs/testing-guide/ai-foundry-integration.md +++ b/docs/testing-guide/ai-foundry-integration.md @@ -24,7 +24,7 @@ This document provides an end‑to‑end guide to stand up a **SQL MCP Server** - Azure Subscription with permissions for Resource Groups, Storage, ACI, and Azure SQL. - Azure SQL Database provisioned and reachable from ACI. - Azure CLI (`az`) and .NET SDK installed locally. -- DAB CLI version **2.0.0 or later**. +- DAB CLI version **1.7.81 or later**. - Outbound network access from ACI to your Azure SQL server. @@ -62,7 +62,7 @@ END; ## 4. Install DAB CLI and Bootstrap Configuration ``` -dotnet tool install --global Microsoft.DataApiBuilder --version 2.0.0 +dotnet tool install --global Microsoft.DataApiBuilder --version 1.7.81 export DATABASE_CONNECTION_STRING="Server=.database.windows.net;Database=;User ID=;Password=;Encrypt=True;" dab init \ @@ -223,7 +223,7 @@ Use the value of `key1` or `key2` as `` in the next step. az container create \ --resource-group \ --name dab-mcp-demo \ - --image mcr.microsoft.com/azure-databases/data-api-builder:2.0.0-rc \ + --image mcr.microsoft.com/azure-databases/data-api-builder:1.7.81-rc \ --dns-name-label \ --ports 5000 \ --location \ diff --git a/samples/aspire/dab-config.json b/samples/aspire/dab-config.json index 2a3912419c..0d3ea6f48b 100644 --- a/samples/aspire/dab-config.json +++ b/samples/aspire/dab-config.json @@ -1,5 +1,5 @@ { - "$schema": "https://github.com/Azure/data-api-builder/releases/download/v2.0.0/dab.draft.schema.json", + "$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')",