Skip to content

Bump the dotnet group across 1 directory with 3 updates #2674

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github May 14, 2025

Bumps the dotnet group with 3 updates in the /docs/ai/quickstarts/snippets/prompt-completion/azure-openai directory: Azure.Identity, Microsoft.Extensions.Configuration and Microsoft.Extensions.Configuration.UserSecrets.

Updates Azure.Identity from 1.13.2 to 1.14.0

Release notes

Sourced from Azure.Identity's releases.

Azure.Identity_1.14.0

1.14.0 (2025-05-13)

Other Changes

  • Removed references to Username, Password, AZURE_USERNAME, and AZURE_PASSWORD in XML comments from EnvironmentCredentialOptions and EnvironmentCredential due to lack of MFA support. See MFA enforcement details.
  • Marked AZURE_USERNAME and AZURE_PASSWORD as obsolete due to lack of MFA support. See MFA enforcement details.
  • Added support for the AZURE_TOKEN_CREDENTIALS environment variable to DefaultAzureCredential, which allows for choosing between 'deployed service' and 'developer tools' credentials. Valid values are 'dev' for developer tools and 'prod' for deployed service.

Azure.Identity_1.14.0-beta.4

1.14.0-beta.4 (2025-05-01)

Bugs Fixed

  • Fixed an issue where Azure CLI credential could hang or delay due to I/O contention when standard input/output was shared with the host process (#49582).

Other Changes

  • Updated Microsoft.Identity.Client dependency to version 4.71.1

Azure.Identity_1.14.0-beta.3

1.14.0-beta.3 (2025-04-08)

Features Added

  • DefaultAzureCredential now includes silent authentication via the authentication broker on Windows if the Azure.Identity.Broker NuGet package is referenced. This allows for a more seamless authentication experience when using the DefaultAzureCredential in Windows environments. Setting the ExcludeBrokerCredential property on DefaultAzureCredentialOptions disables this feature.

Bugs Fixed

  • DefaultAzureCredential no longer sends a probe request on each call to GetToken. It now only happens on the first call.

Other Changes

  • Marked VisualStudioCodeCredential as obsolete because the VS Code Azure Account extension on which this credential relies has been deprecated. See the Azure Account extension deprecation notice here.
Commits
  • 7882e55 Implement AZURE_TOKEN_CREDENTIALS (#50021)
  • 478b9df fix: support deserializing timespan properties (#49967)
  • 0929374 Use correct variable name in error (#50019)
  • 925e3ec Increment package version after release of Azure.ResourceManager.DependencyMa...
  • 643713b Generating the sdk for dependency map service (#49028)
  • 2da7495 Increment package version after release of Azure.ResourceManager.StandbyPool ...
  • d6e5218 Increment package version after release of Azure.ResourceManager.RecoveryServ...
  • 6682bf6 [httpclient-chsharp-mgmt] implement resourceCollectionClientProvider (#49831)
  • 59c7d42 Azure Site Recovery SDK release for April (#50012)
  • 7f5e38d Increment package version after release of Azure.Messaging.EventGrid.Namespac...
  • Additional commits viewable in compare view

Updates Microsoft.Extensions.Configuration from 9.0.3 to 9.0.5

Release notes

Sourced from Microsoft.Extensions.Configuration's releases.

.NET 9.0.5

Release

What's Changed

... (truncated)

Commits

Updates Microsoft.Extensions.Configuration from 9.0.3 to 9.0.5

Release notes

Sourced from Microsoft.Extensions.Configuration's releases.

.NET 9.0.5

Release

What's Changed

... (truncated)

Commits

Updates Microsoft.Extensions.Configuration.UserSecrets from 9.0.3 to 9.0.5

Release notes

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

.NET 9.0.5

Release

What's Changed

... (truncated)

Commits

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 the dotnet group with 3 updates in the /docs/ai/quickstarts/snippets/prompt-completion/azure-openai directory: [Azure.Identity](https://github.com/Azure/azure-sdk-for-net), [Microsoft.Extensions.Configuration](https://github.com/dotnet/runtime) and [Microsoft.Extensions.Configuration.UserSecrets](https://github.com/dotnet/runtime).


Updates `Azure.Identity` from 1.13.2 to 1.14.0
- [Release notes](https://github.com/Azure/azure-sdk-for-net/releases)
- [Commits](Azure/azure-sdk-for-net@Azure.Identity_1.13.2...Azure.Identity_1.14.0)

Updates `Microsoft.Extensions.Configuration` from 9.0.3 to 9.0.5
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v9.0.3...v9.0.5)

Updates `Microsoft.Extensions.Configuration` from 9.0.3 to 9.0.5
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v9.0.3...v9.0.5)

Updates `Microsoft.Extensions.Configuration.UserSecrets` from 9.0.3 to 9.0.5
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v9.0.3...v9.0.5)

---
updated-dependencies:
- dependency-name: Azure.Identity
  dependency-version: 1.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet
- dependency-name: Microsoft.Extensions.Configuration
  dependency-version: 9.0.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
- dependency-name: Microsoft.Extensions.Configuration
  dependency-version: 9.0.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
- dependency-name: Microsoft.Extensions.Configuration.UserSecrets
  dependency-version: 9.0.5
  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 May 14, 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