microsoft / semantic-kernel-starters

Starter Projects for Semantic Kernel
MIT License
345 stars 122 forks source link

Bump Azure.Identity from 1.9.0 to 1.10.2 #77

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps Azure.Identity from 1.9.0 to 1.10.2.

Release notes

Sourced from Azure.Identity's releases.

Azure.Identity_1.10.2

1.10.2 (2023-10-10)

Bugs Fixed

  • Bug fixes for development time credentials.

Azure.Identity_1.10.1

1.10.1 (2023-09-12)

Bugs Fixed

  • ManagedIdentityCredential will fall through to the next credential in the chain in the case that Docker Desktop returns a 403 response when attempting to access the IMDS endpoint. #38218
  • Fixed an issue where interactive credentials would still prompt on the first GetToken request even when the cache is populated and an AuthenticationRecord is provided. #38431

Azure.Identity_1.10.0

1.10.0 (2023-08-14)

Features Added

  • Added BrowserCustomization property to InteractiveBrowserCredential to enable web view customization for interactive authentication.

Bugs Fixed

  • ManagedIdentityCredential will no longer attempt to parse invalid json payloads on responses from the managed identity endpoint.
  • Fixed an issue where AzurePowerShellCredential fails to parse the token response from Azure PowerShell. #22638
Commits
  • a1d7bf2 update project version
  • 65b2004 Bug fixes for development time credentials
  • 01a82ba Update dockerfile for net6.0 (#38645)
  • d7569e6 update version to patch (#38646)
  • 126689b Increment package version after release of Azure.Security.ConfidentialLedger ...
  • 35dfccc Update AutoRest C# version to 3.0.0-beta.20230912.3 (#38653)
  • 1e637c1 revert some unexpected sample configuration changes (#38619)
  • 3e71762 Increment version for storage releases (#38642)
  • cdd2c88 Increment package version after release of Azure.Communication.JobRouter (#38...
  • 8a110f5 Prepare for release (#38612)
  • Additional commits viewable in compare view


Dependabot compatibility score

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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 1 year ago

Superseded by #82.