Skip to content

Bump the nuget-minor-patch group with 6 updates#288

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/csharp/voice-live-quickstarts/ModelQuickstart/nuget-minor-patch-5a98f18d41
Closed

Bump the nuget-minor-patch group with 6 updates#288
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/csharp/voice-live-quickstarts/ModelQuickstart/nuget-minor-patch-5a98f18d41

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 26, 2026

Copy link
Copy Markdown
Contributor

Updated Azure.AI.VoiceLive from 1.0.0 to 1.1.0.

Release notes

Sourced from Azure.AI.VoiceLive's releases.

1.1.0

1.1.0 (2026-06-03)

Features Added

  • Added support for built-in tool calling scenarios, including file search and web search.
  • Added lifecycle status tracking for tool calls, including Searching, InProgress, and Completed states.
  • Added streaming server events for tool execution, transcript annotations, and video output updates.
  • Added avatar voice synchronization support via AzureAvatarSyncVoice with configurable voice parameters.
  • Added phrase-level transcription support, including word-level timing, confidence, and phrase grouping.
  • Added new personal voice models: PersonalVoiceModels.MaiVoice1 and PersonalVoiceModels.DragonHDOmniLatestNeural.
  • Added new turn-detection options, including semantic VAD variants (AzureSemanticVadTurnDetection, AzureSemanticVadTurnDetectionEn, and AzureSemanticVadTurnDetectionMultilingual).

Breaking Changes

  • Updated transcription completion APIs to include additional metadata (logprobs and phrases).
  • Updated OutputTokenDetails constructors to support reasoning tokens.
  • Updated VoiceLiveSessionOptions to include new properties such as Include and Metadata.
  • Renamed MCPApprovalType to McpApprovalKind.
  • Renamed AvatarConfiguration.Type to AvatarConfiguration.AvatarKind.
  • Renamed CustomLexiconUrl to CustomLexiconUri and CustomTextNormalizationUrl to CustomTextNormalizationUri on AzureAvatarSyncVoice, AzurePersonalVoice, AzureCustomVoice, and AzureStandardVoice. The property type changed from string to System.Uri.
  • Renamed RequestImageContentPart.Url to RequestImageContentPart.Uri (typed as System.Uri).
  • Renamed PhotoAvatarBaseModes to PhotoAvatarBaseMode (singular). AvatarConfiguration.Model was renamed to AvatarConfiguration.BaseMode and now uses the new type.
  • Renamed AvatarConfiguration.OutputAuditAudio to AvatarConfiguration.AuditOutputAudio.
  • Renamed ReasoningEffort.Xhigh to ReasoningEffort.ExtraHigh.

Bugs Fixed

  • Telemetry: gen_ai.event.content on .done and related response events now correctly respects the content recording opt-in (OTEL_INSTRUMENTATION_GENAI_CAPTURE_MESSAGE_CONTENT or AZURE_TRACING_GEN_AI_CONTENT_RECORDING_ENABLED). Previously these events emitted message content (transcripts, function-call arguments, response bodies) unconditionally. To restore the previous behavior, set one of those environment variables to true.

Other Changes

  • Runnable sample applications moved from sdk/voicelive/Azure.AI.VoiceLive/samples/ to top-level samples/voicelive/. Existing sample folders were renamed to kebab-case (BasicVoiceAssistantbasic-voice-assistant, CustomerServiceBotcustomer-service-bot), and each sample's entry point was renamed from SampleProgram.cs to Program.cs.
  • Added new samples:
    • samples/voicelive/agent-voice-assistant — Foundry agent integration sample.
    • samples/voicelive/mcp-voice-assistant — MCP server integration sample.
    • samples/voicelive/telemetry-tracing — end-to-end OpenTelemetry tracing and metrics walkthrough for the SDK telemetry shipped in 1.1.0-beta.4.
  • Added --show-traces flag and console-tracing wiring to basic-voice-assistant, mcp-voice-assistant, agent-voice-assistant, and customer-service-bot.

1.1.0-beta.7

1.1.0-beta.7 (2026-06-09)

Features Added

  • Make Azure.ResourceManager.SelfHelp AOT-compatible.

1.1.0-beta.2

1.1.0-beta.2 (2026-06-18)

Features Added

  • Upgraded api-version to 2026-04-01-preview.
  • Added VmNamePrefix property to ComputeFleetProperties for specifying a virtual machine name prefix; only valid when Mode is Launch.
  • Added ComputeFleetVmOperationStatus.Launching enum value.

Breaking Changes

  • Renamed ComputeFleetMode.Instance to ComputeFleetMode.Launch to align with the updated service terminology.
  • Removed ComputeFleetVmOperationStatus.Canceled and ComputeFleetVmOperationStatus.CancelFailedStatusUnknown enum values.
  • Removed Cancel and CancelAsync operations from ComputeFleetResource.

1.1.0-beta.1

1.1.0-beta.1 (2026-06-06)

Other Changes

  • Upgraded dependent Azure.Core to 1.58.0.
  • Upgraded dependent Azure.ResourceManager to 1.14.0.

1.0.3-beta.6467200

1.0.3-beta.6467200 (2026-06-22)

Features Added

  • Added WidgetAnalyticsClientSettings to support creating a WidgetAnalyticsClient from IConfiguration, including configuration-based credential resolution and dependency injection registration.

1.0.3-beta.6425531

1.0.3-beta.6425531 (2026-06-11)

Features Added

  • Added WidgetAnalyticsClientSettings to support creating a WidgetAnalyticsClient from IConfiguration, including configuration-based credential resolution and dependency injection registration.

1.0.3-beta.6424804

1.0.3-beta.6424804 (2026-06-11)

Features Added

  • Added WidgetAnalyticsClientSettings to support creating a WidgetAnalyticsClient from IConfiguration, including configuration-based credential resolution and dependency injection registration.

1.0.1

1.0.1 (2026-06-03)

Other Changes

  • Upgraded dependent Azure.Core to 1.57.0.
  • Upgraded dependent Azure.ResourceManager to 1.14.0.

Commits viewable in compare view.

Updated Azure.Identity from 1.17.0 to 1.21.0.

Release notes

Sourced from Azure.Identity's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Microsoft.Extensions.Configuration.EnvironmentVariables from 9.0.10 to 9.0.17.

Release notes

Sourced from Microsoft.Extensions.Configuration.EnvironmentVariables's releases.

9.0.17

Release

What's Changed

Full Changelog: dotnet/runtime@v9.0.16...v9.0.17

9.0.16

Release

9.0.15

Release

9.0.14

Release

9.0.13

Release

What's Changed

Full Changelog: dotnet/runtime@v9.0.12...v9.0.13

9.0.12

Release

9.0.11

Release

What's Changed

Full Changelog: dotnet/runtime@v9.0.10...v9.0.11

Commits viewable in compare view.

Updated Microsoft.Extensions.Configuration.Json from 9.0.10 to 9.0.17.

Release notes

Sourced from Microsoft.Extensions.Configuration.Json's releases.

9.0.17

Release

What's Changed

Full Changelog: dotnet/runtime@v9.0.16...v9.0.17

9.0.16

Release

9.0.15

Release

9.0.14

Release

9.0.13

Release

What's Changed

Full Changelog: dotnet/runtime@v9.0.12...v9.0.13

9.0.12

Release

9.0.11

Release

What's Changed

Full Changelog: dotnet/runtime@v9.0.10...v9.0.11

Commits viewable in compare view.

Updated Microsoft.Extensions.Logging.Console from 9.0.10 to 9.0.17.

Release notes

Sourced from Microsoft.Extensions.Logging.Console's releases.

9.0.17

Release

What's Changed

Full Changelog: dotnet/runtime@v9.0.16...v9.0.17

9.0.16

Release

9.0.15

Release

9.0.14

Release

9.0.13

Release

What's Changed

Full Changelog: dotnet/runtime@v9.0.12...v9.0.13

9.0.12

Release

9.0.11

Release

What's Changed

Full Changelog: dotnet/runtime@v9.0.10...v9.0.11

Commits viewable in compare view.

Updated System.CommandLine from 2.0.0-beta4.22272.1 to 2.0.9.

Release notes

Sourced from System.CommandLine's releases.

No release notes found for this version range.

Commits viewable in compare view.

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps Azure.AI.VoiceLive from 1.0.0 to 1.1.0
Bumps Azure.Identity from 1.17.0 to 1.21.0
Bumps Microsoft.Extensions.Configuration.EnvironmentVariables from 9.0.10 to 9.0.17
Bumps Microsoft.Extensions.Configuration.Json from 9.0.10 to 9.0.17
Bumps Microsoft.Extensions.Logging.Console from 9.0.10 to 9.0.17
Bumps System.CommandLine from 2.0.0-beta4.22272.1 to 2.0.9

---
updated-dependencies:
- dependency-name: Azure.AI.VoiceLive
  dependency-version: 1.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-minor-patch
- dependency-name: Azure.Identity
  dependency-version: 1.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-minor-patch
- dependency-name: Microsoft.Extensions.Configuration.EnvironmentVariables
  dependency-version: 9.0.17
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-minor-patch
- dependency-name: Microsoft.Extensions.Configuration.Json
  dependency-version: 9.0.17
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-minor-patch
- dependency-name: Microsoft.Extensions.Logging.Console
  dependency-version: 9.0.17
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-minor-patch
- dependency-name: System.CommandLine
  dependency-version: 2.0.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Dependency updates label Jun 26, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jun 26, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: csharp. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot @github

dependabot Bot commented on behalf of github Jun 26, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #289.

@dependabot dependabot Bot closed this Jun 26, 2026
@dependabot
dependabot Bot deleted the dependabot/nuget/csharp/voice-live-quickstarts/ModelQuickstart/nuget-minor-patch-5a98f18d41 branch June 26, 2026 20:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependency updates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants