Skip to content

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Oct 15, 2025

Updated Azure.Identity from 1.14.0 to 1.17.0.

Release notes

Sourced from Azure.Identity's releases.

1.17.0

1.17.0 (2025-10-07)

Bugs Fixed

  • TenantId is now configured via MSAL's WithTenantId instead of WithTenantIdFromAuthority to prevent malformed Uris to the authority.

Other Changes

  • Deprecated BrowserCustomizationOptions.UseEmbeddedWebView property. This option requires additional dependencies on Microsoft.Identity.Client.Desktop and is no longer supported. Consider using brokered authentication instead.

1.16.0

1.16.0 (2025-09-09)

Features Added

  • Added a new DefaultAzureCredential constructor that accepts a custom environment variable name for credential configuration. This provides flexibility beyond the default AZURE_TOKEN_CREDENTIALS environment variable. The constructor accepts any environment variable name and uses the same credential selection logic as the existing AZURE_TOKEN_CREDENTIALS processing.
  • Added DefaultAzureCredential.DefaultEnvironmentVariableName constant property that returns "AZURE_TOKEN_CREDENTIALS" for convenience when referencing the default environment variable name.
  • AzureCliCredential, AzurePowerShellCredential, and AzureDeveloperCliCredential now throw an AuthenticationFailedException when the TokenRequestContext includes claims, as these credentials do not support claims challenges. The exception message includes guidance for handling such scenarios.
  • When AZURE_TOKEN_CREDENTIALS or the equivalent custom environment variable is configured to ManagedIdentityCredential, the DefaultAzureCredential does not issue a probe request and performs retries with exponential backoff.

Bugs Fixed

  • Fixed AzureDeveloperCliCredential hanging when the AZD_DEBUG environment variable is set by adding the --no-prompt flag to prevent interactive prompts (#​52005).
  • BrokerCredential is now included in the chain when AZURE_TOKEN_CREDENTIALS is set to dev.
  • Fixed an issue that prevented ManagedIdentityCredential from utilizing the token cache in Workload Identity Federation environments.
  • Fixed a bug in DefaultAzureCredential that caused the credential chain to be constructed incorrectly when using AZURE_TOKEN_CREDENTIALS in combination with DefaultAzureCredentialOptions.

Other Changes

  • The BrokerCredential is now always included in the DefaultAzureCredential chain. If the Azure.Identity.Broker package is not referenced, an exception will be thrown when GetToken is called, making its behavior consistent with the rest of the credentials in the chain.
  • Updated Microsoft.Identity.Client dependency to version 4.76.0.
  • Updated Microsoft.Identity.Client.Extensions.Msal dependency to version 4.76.0.

Commits viewable in compare view.

Updated Microsoft.Extensions.Configuration from 10.0.0-preview.4.25258.110 to 10.0.0-rc.2.25502.107.

Release notes

Sourced from Microsoft.Extensions.Configuration's releases.

10.0.0-preview.6.25358.103

You can build .NET 10.0 Preview 6 from the repository by cloning the release tag v10.0.0-preview.6.25358.103 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

10.0.0-preview.5.25277.114

You can build .NET 10.0 Preview 5 from the repository by cloning the release tag v10.0.0-preview.5.25277.114 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

Commits viewable in compare view.

Updated Microsoft.Extensions.Configuration.UserSecrets from 10.0.0-preview.4.25258.110 to 10.0.0-rc.2.25502.107.

Release notes

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

10.0.0-preview.6.25358.103

You can build .NET 10.0 Preview 6 from the repository by cloning the release tag v10.0.0-preview.6.25358.103 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

10.0.0-preview.5.25277.114

You can build .NET 10.0 Preview 5 from the repository by cloning the release tag v10.0.0-preview.5.25277.114 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

Commits viewable in compare view.

Updated Microsoft.Extensions.VectorData.Abstractions from 9.5.0 to 9.7.0.

Release notes

Sourced from Microsoft.Extensions.VectorData.Abstractions's releases.

9.7.0

Changes:

  • dd8244f0283d57cbf3611ff7a5ca5a770d25c2e2 Version 1.60.0 (#​12681)
  • 17f8368cec1c9f041612a6d68adde0af45cfff09 .Net: Fix Labels Implementation in Vertex AI to Use Dictionary<string, string> (#​12636) [ #​12633 ]
  • 2602d33b3dd14e3f2f200c1811167cd447266402 Bump MEVD package for July release. (#​12682)
  • a2a25086c264cf221ee5a36472d74630f2fe5fa7 .Net: Update to latest mcp package (#​12673)
  • cb2268ce352bf780bb8b7dd8e2cdb151b28f203a .Net: Removing SKEXP0070 experimental from non-GA AI Connectors (#​12677)
  • c1ce5a692121475f1ca1160c9b807fa929a36f16 .Net: Exposing conversion helpers from SK Contents to MEAI Content primitives (#​12676)
  • 7401b45802071cef1ee86038f14383928083b03a .Net: Add Retrieval API Plugin to CAPs. (#​12653)
  • ba031e689d4089af267f52c91527e6cf1407e0b5 Python: Properly handle AzureAI Search results for AzureAIAgent (#​12654) [ #​12422 ]
  • 9f33c90cca9f8cf2c5c4be797243ce6cb38c54e0 .Net: MEVD data type tests (#​12567) [ #​12505 ]
  • 26ca94454ba32d12b419e5b1151fa3f019f7cc1d Bump some package versions (#​12674)
See More
  • cc078ece70ec36f0ec25854d2ca0b68a3eb62669 .Net: Add Support for {Azure}OpenAIPromptExecutionSettings.ChatSystem/DeveloperPrompt for ChatClients (#​12619) [ #​12546 ]
  • 7631ef9eaedbc2a55cda3982a68128556de5482f .Net: Add Filter to TextSearchProvider (#​12662)
  • 93a14d5115fa80adef16daeec85b1da4244b78c0 Python: feature: support gpt-image-1 (#​12621)
  • c15c885f8457a04f5c355725141dcfb3d99c026b Python: Emit partial result for magentic pattern when retrieving final result, if available (#​12656) [ #​12625 ]
  • ba000c3368f34ced81c899b85bb519545e344ff8 Python: Use message cache in agent orchestrations (#​12618)
  • 43257cd0aeea74456335c3b4c4fc5d07f98e0b9f .Net: Bump TestContainers versions (#​12649)
  • 54541d20426fbd34dc099b3b65b92b4b8c219326 .Net: Version 1.59.0 (#​12644)
  • 5ad22d968ceed273fe175502ac6dc109c59eba6f .Net: OpenTelemetry 1.12.0 (#​12648)
  • 955ef32d47a736f7d7978b47c46242bda1cb971c .Net: Update Roslynator (#​12642)
  • b767486759efa5db53d78e5ed029e45b5314ddae Revert "Seperate dotnet run to handle src and samples separately" (#​12647) [ #​12643 ]
  • 35f68183a6a27a76dc39e92c13c651f265664df6 .Net: Update to Yaml.DotNet 16.3.0 (#​12641)
  • 08bd2b62f2bf7419b5cfc295043ec49743e6c3a2 Seperate dotnet run to handle src and samples separately (#​12643)
  • bdf14f2a47f10e7e40c61aa291d9bff8f39fd5c5 .Net: Enable clients to remove safe_prompt attribute from json (#​12631)
  • b2d5179dd5411b99b96d3124c8b22fb69797ab4b .Net: Refactor kernel initialization in Step01_Agent (#​12181)
  • 6ecf2b9c2c893dc6da97abeb5962dfc49bed062d .Net: Dependabot configuration cleanup (#​12632)
  • 25ece602ef7428eb253314b072ac0e13bcb6876c .Net: Dependencies cleanup #​1 (#​12630)
  • 16da89a2ebc82f3e3786d5fb61725bca8147660b .Net: Add sample showing how to use web and file search (#​12611) [ #​12562 ]
  • b78307cf64ae34af7e1cba5a87cbc922fafaa1af .Net: Revert RetryFacts for AzureOpenAI Integration Tests (#​12576)
  • 43e0dc418dbaab55ac676204e00b58444db5e5b6 .Net: Agents - CopilotStudioAgent not invoking AgentInvokeOptions.OnIntermediateMessage for non-streaming (#​12589)
  • 23b86febb086989f218620fff822a81816dabcb0 .Net: Update Npgsql to 8.0.7 (#​12614)
  • 246ac767452500fe8df6b9c3592620759621afbc .Net: Update Connector Dependencies + BugFix (#​12610)
  • 62913836eb08120c2d60427149a172d8083d8858 .Net: Update Amazon packages (#​12607)
  • ec58e2bf6284e255f295023ff918ebe9ecbe65b6 .Net: Update SK packages (#​12600)
  • 73d29601f0e4cc83680dc834cbc2a8f2c2d24ae7 .NET: Update dependabot schedule (#​12602)
  • 1253cad0f0fe4d93bc790105a9b14b7233f944ca .Net: Upgrade SqliteVec and PgVector (#​12604)
  • 44d54d4a3463e2c8207ada2a3a1c88ac61c1bf19 .Net: Upgrade Qdrant to v1.14.1 (#​12603)
  • 04765faf5f0fe6ca12fe7939baa00eaa0f49298f .Net: Upgrade AzureAISearch SDK (#​12606)
  • 8f992c93ddbfdc8e674e0d35a2e40e537d6173fd .Net: Update Aspire.* packages (#​12597)
  • e001e97a5a1625a20b7f24def4cd3ae2873c6608 .Net: Ignore unknown response item types rather than throw (#​12596) [ #​12511 ]
  • c8b4e1b4fa6f9c11ab8920a0134967f603b049d2 .Net: Upgrading Pinecone to v3.1.0 (#​12601)
  • 416664edca6cd21454c4800eac8588cf6d737d13 .Net: Update OpenApi packages (#​12599)
  • fac316e7dc2cd7dabbaab0ee899c04187c301093 .Net: Reference latest mcp nuget (#​12595)
  • 9be80f1b304f1de26f3156fbed30e9419254480b .Net: Expose GeminiKernelFunctionMetadataExtensions (#​12515)
  • 55132da6ec6b832e6e55a520050ce354342aea59 .Net: Fix TextChunker.SplitPlainTextParagraphs to handle embedded newlines in input strings (#​12558) [ #​12556 ]
    ... (truncated)

9.6.0

Changes:

  • bbc66dfc16a7012aff6347ce75f6109dd208d349 .Net: Add Ollama ChatClient Extensions + UT (#​12476)
  • c07711e66bb1bfeff05a32ecd0ba3f521f9c50b0 .Net: Update release versions and VectorData readme (#​12487)
  • 9b8f8e22c3b897c3d0dde20f866b59266e56b42b Python: Correct chat completion agent history truncation samples (#​12474)
  • ef912a9e66592893d5ec26a1c5d09e8fb99eafc3 .NET Agents - Switch all instance of "SendMessage" to "PublishMessage" (#​12457)
  • 4ab3d570dee62b5d3c43a134323a3eeb7621422f .Net: Adding retry to flakey test and switch to a different model (#​12439)
  • dfbc993d8fc11a08e69d828edd944539ed991cf0 Python: Remove orchestration persona adaptation messages (#​12446) [ #​12294 ]
  • eda707f9a5ebcbe365d616236f0b7afd3000f239 .Net Agents - Fix AIContext instruction formatting for ChatCompletionAgent streaming invocation (#​12444)
  • 62e647fdf1e005720b7e2552d25122889d8dc98b .Net: Version 1.56.0 (#​12436)
  • ab0a70ef4782423f15c009e7d102561585a7d467 .Net: Add Usage Metadata for ChatClientChatCompletionService Adapter (#​12412)
  • d2120d42b774f61b943dd46e624f1e5a4e072ae9 .Net: Implement OnnxRuntimeGenAIChatCompletionService on OnnxRuntimeGenAIChatClient (#​12197)
See More
  • aabfc9c0c26583d8de1a097f52c2aaf73c78a9b1 .Net: Feature OpenAI Response Agent (#​11498)
  • b8c4486f50c6e7c06b663ea706d196d339c40e29 .Net: Remove obsoleted code for agent abstractions (#​12391)
  • 2036d81d0bee00ddb64d8ee1c297b2ffc9ca6e7a .Net: Fix flakey web search model test (#​12434)
  • a69d7d3f7423b8f8e5f1b96b263fdf88062f17af .Net: Fix minor typo (#​12260)
  • 029732dc3657bba8d0b8ed50f35c222f2bf4bed8 Python: Bump Python version to 1.33.0 for release (#​12427)
  • 4b23389f714239854ca639747bc4ebfc123d3f22 Python: Emit token usage with streaming chat completion agent. (#​12416) [ #​12411 ]
  • c3c8dfabc65ef437499e7aee5770f433471f7489 Python: Bing custom search tool content support (#​12415)
  • 3e31c3bdc64c5d4d04cf926df7a4001d5454b108 Python: Remove planner-related code and samples. (#​12417) [ #​12400 ]
  • e0221e58cebc8a7c5a3ae5cfdc4e9283bffaf1c0 Python: Fix OpenAPI concept sample (#​12418)
  • 576a49b7fb19abdd93fbd033bae338438781fe42 Python: Bump google-cloud-aiplatform from 1.93.0 to 1.95.1 in /python (#​12346) [ #​5363, #​5350 ]
  • a7eab4ac6d9727accdefc8deb5870387ab16c3f6 Python: Remove model info check in Bedrock connectors (#​12395) [ #​10941 ]
  • 0e7556e112f136df2ca59f713baa674ed1f1e1bf Python: Add file handling support to BinaryContent for OpenAI Responses API (#​12258)
  • 32d7fa1a53f934653249809dc6b65774806f6fa0 Python: Normalize MCP function names to allowed tool calling values. Add tests. (#​12420) [ #​12406 ]
  • b4ed05e1f91b9c4b1f889717e783351ba03d72d2 Python: Throw exception on image error (#​12410)
  • 2f84e5d1bfc685a7a7e46ef7ea1a927b89ac70ac Python: Add chat completion agent code interpreter sample (#​12393) [ #​10962 ]
  • 58a1389571814fb4bda8d623516b7a862288b53c .Net: BugFix TryGetFunction + FunctionInvocationFilter when using IChatClient (#​12405) [ #​12378 ]
  • e6b2cf301c869ef12b900be201879b9c97fc774b .Net: Enable api manifest integration test (#​12408)
  • 5c04bbed1afd266a5dd21417f658ee12acf8d076 .Net: Add support for audio and binary tags to chat prompt parser (#​11919) [ #​11044 ]
  • da1ad23386302791ccab86190eab158c53d90565 .Net Fix KernelParameterMetadata not compatible with C# 7.3 net472 (#​12369) [ #​12297 ]
  • 6116f7d0a6cc1d09925ae2d8de0b497a1c6cb4a2 .NET Agents - Add sample using "Prompt Function" (#​12380)
  • aef2284720be333743f0cade39406ea7128e04fb .Net: Make the previously flaky integration test more resilient and enable it (#​12392)
  • 811dde0abe6d6b989e6a0ca09fa1f4c7822229cc .Net: Remove planners (#​12399)
  • ea282ad7d971b51ace53eb3476882ab5ae390f8e .Net: Allow hyphens in function name (#​12389)
  • d7a76993876b0bd6f325d92d61b00109c43744a1 .Net: disable integration test (#​12387)
  • 4e40f3945b917971bfce2c2fb8857d16bb8a57e1 .Net: Fix Gemini Auto Invoke when returned function is non-first part (#​12174) [ #​11651 ]
  • e51412052f18c630c6c61c9341a96de0d6e9621f .Net: Reorganize MEVD projects (#​12332) [ #​12325 ]
  • 2634f4badde9096356480f602c2bfb6e310e7a0f .Net: Add fix for plugin naming collisions (#​12371) [ #​12320 ]
  • e6565e5d2ff5ea6dc3b446fa171330754abca24c .Net: BugFix 400 BadRequest for ToolcallBehavior against Google API (#​12365) [ #​11629 ]
  • 4c3b3fceab688e54c2d11e88af820c28045ddf2f .Net: Migrate sln to slnx (#​12325)
  • 3499c7a92c612a1a089dc38f7d474577e2a6c773 .Net Agents - Introducing CopilotStudioAgent (#​12372)
  • 618169f974d3e18115132851ec5615e211a926fd Python: Bump Python version to 1.32.2 for a release. (#​12381)
  • 6b964c0328867550fa21c0c94d8e65a04f37dfad Python: Allow custom httpx client timeout when not using custom client (#​12379) [ #​12373 ]
  • 3baaee2ff306b63a64ab10daf8d35b94a8494806 Python: streaming agent response callback in agent orchestrations (#​12360) [ #​12306, #​12302 ]
  • c822511f2c2c9376c6bb1ea66a6d9a71d609b0d3 Python: Add special notes to samples that are still using AgentGroupchat (#​12377)
    ... (truncated)

Commits viewable in compare view.

Updated System.Linq.AsyncEnumerable from 10.0.0-preview.4.25258.110 to 10.0.0-rc.2.25502.107.

Release notes

Sourced from System.Linq.AsyncEnumerable's releases.

10.0.0-preview.6.25358.103

You can build .NET 10.0 Preview 6 from the repository by cloning the release tag v10.0.0-preview.6.25358.103 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

10.0.0-preview.5.25277.114

You can build .NET 10.0 Preview 5 from the repository by cloning the release tag v10.0.0-preview.5.25277.114 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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.Identity from 1.14.0 to 1.17.0
Bumps Microsoft.Extensions.Configuration from 10.0.0-preview.4.25258.110 to 10.0.0-rc.2.25502.107
Bumps Microsoft.Extensions.Configuration.UserSecrets from 10.0.0-preview.4.25258.110 to 10.0.0-rc.2.25502.107
Bumps Microsoft.Extensions.VectorData.Abstractions from 9.5.0 to 9.7.0
Bumps System.Linq.AsyncEnumerable from 10.0.0-preview.4.25258.110 to 10.0.0-rc.2.25502.107

---
updated-dependencies:
- dependency-name: Azure.Identity
  dependency-version: 1.17.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet
- dependency-name: Microsoft.Extensions.Configuration
  dependency-version: 10.0.0-rc.2.25502.107
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
- dependency-name: Microsoft.Extensions.Configuration.UserSecrets
  dependency-version: 10.0.0-rc.2.25502.107
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
- dependency-name: Microsoft.Extensions.VectorData.Abstractions
  dependency-version: 9.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet
- dependency-name: System.Linq.AsyncEnumerable
  dependency-version: 10.0.0-rc.2.25502.107
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Oct 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file .NET Pull requests that update .net code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants