Skip to content

Conversation

@xitzhang
Copy link
Member

Description

Please add an informative description that covers that changes made by the pull request and link all relevant issues.

If an SDK is being regenerated based on a new API spec, a link to the pull request containing these API spec changes should be included above.

All SDK Contribution checklist:

  • The pull request does not introduce [breaking changes]
  • CHANGELOG is updated for new features, bug fixes or other significant changes.
  • I have read the contribution guidelines.

General Guidelines and Best Practices

  • Title of the pull request is clear and informative.
  • There are a small number of commits, each of which have an informative message. This means that previously merged commits do not appear in the history of the PR. For more information on cleaning up the commits in your PR, see this page.

Testing Guidelines

  • Pull request includes test coverage for the included changes.

Copilot AI review requested due to automatic review settings January 24, 2026 00:35
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates Azure AI VoiceLive live tests to use a new set of test assets and resource provisioning outputs, aligning the test data layout and several test expectations.

Changes:

  • Switched live-test environment variables to AI_SERVICES_ENDPOINT / AI_SERVICES_KEY.
  • Moved live test audio inputs to a local tests/asset directory and updated tests to reference new audio filenames.
  • Added new media assets and an ARM template (test-resources.json) for provisioning AI Services resources and outputting endpoint/key.

Reviewed changes

Copilot reviewed 5 out of 14 changed files in this pull request and generated 5 comments.

Show a summary per file
File Description
sdk/ai/azure-ai-voicelive/tests/voicelive_preparer.py Updates env var names used to load endpoint/key for live tests.
sdk/ai/azure-ai-voicelive/tests/test_live_realtime_service.py Updates referenced audio files and adjusts some expected counters; adds a skipped test.
sdk/ai/azure-ai-voicelive/tests/conftest.py Changes the test asset directory fixture to a local tests/asset folder.
sdk/ai/azure-ai-voicelive/tests/asset/largest_lake.ulaw Adds a new audio asset for live tests.
sdk/ai/azure-ai-voicelive/tests/asset/largest_lake.alaw Adds a new audio asset for live tests.
sdk/ai/azure-ai-voicelive/tests/asset/largest_lake.8kHz.wav Adds a new audio asset for live tests.
sdk/ai/azure-ai-voicelive/tests/asset/largest_lake.16kHz.wav Adds a new audio asset for live tests.
sdk/ai/azure-ai-voicelive/tests/asset/ask_weather.mp3 Adds a new audio asset for live tests.
sdk/ai/azure-ai-voicelive/sdk/ai/azure-ai-voicelive/tests/asset/4-1.wav Adds a new audio input used by multiple live tests.
sdk/ai/azure-ai-voicelive/tests/asset/ask_weather.wav Adds a new audio input used by live tests.
sdk/ai/azure-ai-voicelive/tests/asset/filler_word_24kHz.wav Adds a new audio input used by live tests.
sdk/ai/azure-ai-voicelive/tests/asset/largest_lake.44kHz.wav Adds a new audio asset for live tests.
sdk/ai/azure-ai-voicelive/tests/asset/largest_lake.wav Adds a new audio asset for live tests.
sdk/ai/azure-ai-voicelive/test-resources.json Adds/updates resource provisioning template and outputs AI_SERVICES_* values.

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants