Skip to content

feat(routines): use the Routines GA API - #9632

Draft
Hui Miao (huimiu) wants to merge 1 commit into
mainfrom
hui/update-azd-routines-api
Draft

feat(routines): use the Routines GA API#9632
Hui Miao (huimiu) wants to merge 1 commit into
mainfrom
hui/update-azd-routines-api

Conversation

@huimiu

Copy link
Copy Markdown
Member

Why

The Routines service is graduating from preview, but azd still sends Foundry-Features: Routines=V1Preview on every data-plane request. The GA API should not receive that preview opt-in header.

What changed

  • Removed the preview header constants, helper, and call sites from the Routines client.
  • Updated the client regression test to assert that the preview header is absent.
  • Preserved the existing api-version=v1 routes and extension Preview/Beta metadata.

Testing

  • go test ./... -count=1 from cli/azd/extensions/azure.ai.routines

Fixes #9536

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines:
Successfully started running 1 pipeline(s).
19 pipeline(s) were filtered out due to trigger conditions.
There may be pipelines that require an authorized user to comment /azp run to run.

@huimiu Hui Miao (huimiu) changed the title fix: use the Routines GA API feat(routines): use the Routines GA API Aug 19, 2026
@github-actions github-actions Bot added the ext-routines azure.ai.routines extension label Aug 19, 2026
@azure-sdk-automation

Copy link
Copy Markdown
Contributor

azure.ai.routines PR build

Note

This is an unsigned development build. Install it only if you trust this PR.

Install the extension:

azd ext install "https://azuresdkartifacts.z5.web.core.windows.net/azd/extensions/pr/9632/azure-ai-routines.zip"
  • Version: 1.0.0-beta.4.pr.9632.6718329
  • Merge commit: 18b78fb

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

Labels

ext-routines azure.ai.routines extension

Projects

None yet

Development

Successfully merging this pull request may close these issues.

update azd to use Routines GA API

1 participant