Skip to content

Fix unsupported api-version in Lab 03 client setup#5

Open
anichin wants to merge 1 commit into
MicrosoftLearning:mainfrom
anichin:patch-1
Open

Fix unsupported api-version in Lab 03 client setup#5
anichin wants to merge 1 commit into
MicrosoftLearning:mainfrom
anichin:patch-1

Conversation

@anichin

@anichin anichin commented Jun 10, 2026

Copy link
Copy Markdown

Module: 03

Lab/Demo: 03 - Use your agent in a client application

Fixes #4

Changes proposed in this pull request:

  • Changed default_query api-version from "2025-11-15-preview" to "v1" in Instructions/Labs/03-use-agent.md
  • Following the lab as written, the agent endpoint rejects "2025-11-15-preview" with 400 BadRequest ("API version not supported"). The Foundry Agent Service endpoints use the literal version string "v1" instead of date-based versions (see https://learn.microsoft.com/en-us/azure/foundry/agents/how-to/configure-agent)

The agent endpoint rejects "2025-11-15-preview" with 400 BadRequest
("API version not supported"). The Foundry Agent Service endpoints
use the literal version string "v1" instead of date-based versions.

Changed default_query api-version from "2025-11-15-preview" to "v1".

Fixes MicrosoftLearning#4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Lab 03: api-version "2025-11-15-preview" returns 400 BadRequest — should be "v1"

1 participant