Skip to content
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

Bump Azure.Identity from 1.9.0 to 1.10.0 #1999

Merged
merged 1 commit into from
Aug 16, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 15, 2023

Bumps Azure.Identity from 1.9.0 to 1.10.0.

Release notes

Sourced from Azure.Identity's releases.

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

Azure.Identity_1.10.0-beta.1

1.10.0-beta.1 (2023-07-17)

Features Added

  • Continuous Access Evaluation (CAE) is now configurable per-request by setting the IsCaeEnabled property of TokenRequestContext via its constructor.
  • Added IsSupportLoggingEnabled property to TokenCredentialOptions which equates to passing 'true' for the enablePiiLogging parameter to the 'WithLogging' method on the MSAL client builder.

Bugs Fixed

  • Fixed an issue with TokenCachePersistenceOptions where credentials in the same process would share the same cache, even if they had different configured names.
  • ManagedIdentityCredential now ignores empty ClientId values. #37100
  • ManagedIdentityCredential will no longer attempt to parse invalid json payloads on responses from the managed identity endpoint.
  • When utilizing EnvironmentCredential from DefaultAzureCredential the credential will now override the TENANT_ID environment value if the TenantId value is set in DefaultAzureCredentialOptions.

Other Changes

  • All developer credentials in the DefaultAzureCredential credential chain will fall through to the next credential in the chain on any failure. Previously, some exceptions would throw AuthenticationFailedException, which stops further progress in the chain.
Commits

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 <dependency name> 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)

Bumps [Azure.Identity](https://github.com/Azure/azure-sdk-for-net) from 1.9.0 to 1.10.0.
- [Release notes](https://github.com/Azure/azure-sdk-for-net/releases)
- [Commits](Azure/azure-sdk-for-net@Azure.Identity_1.9.0...Azure.Identity_1.10.0)

---
updated-dependencies:
- dependency-name: Azure.Identity
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 Aug 15, 2023
@codecov-commenter
Copy link

Codecov Report

Merging #1999 (153c13c) into master (21d051e) will decrease coverage by 0.16%.
The diff coverage is n/a.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

@@            Coverage Diff             @@
##           master    #1999      +/-   ##
==========================================
- Coverage   67.58%   67.42%   -0.16%     
==========================================
  Files         252      106     -146     
  Lines        8709     5078    -3631     
  Branches      620      264     -356     
==========================================
- Hits         5886     3424    -2462     
+ Misses       2661     1577    -1084     
+ Partials      162       77      -85     
Flag Coverage Δ
ApplicationStatus ?
ArangoDb ?
Aws.S3 ?
Aws.SecretsManager ?
Aws.Sns ?
Aws.Sqs ?
Aws.SystemsManager ?
Azure.IoTHub ?
AzureApplicationInsights ?
AzureDigitalTwin 35.76% <ø> (ø)
AzureKeyVault 21.55% <ø> (ø)
AzureSearch ?
AzureServiceBus 72.56% <ø> (ø)
AzureStorage ?
Consul ?
CosmosDb ?
DocumentDb ?
DynamoDb ?
Elasticsearch ?
EventStore ?
EventStore.gRPC ?
Gcp.CloudFirestore ?
Gremlin ?
Hangfire ?
IbmMQ ?
InfluxDB ?
Kafka ?
Kubernetes ?
MongoDb ?
MySql ?
Nats ?
Npgsql ?
OpenIdConnectServer ?
Oracle ?
Prometheus.Metrics ?
Publisher.ApplicationInsights ?
Publisher.CloudWatch ?
Publisher.Datadog ?
Publisher.Prometheus ?
Publisher.Seq ?
RabbitMQ ?
RavenDb ?
Redis ?
SendGrid ?
SignalR ?
SqlServer ?
Sqlite ?
System ?
UI 65.92% <ø> (ø)
Uris ?

Flags with carried forward coverage won't be shown. Click here to find out more.

see 147 files with indirect coverage changes

@sungam3r sungam3r merged commit f4bb7cc into master Aug 16, 2023
6 checks passed
@sungam3r sungam3r deleted the dependabot/nuget/Azure.Identity-1.10.0 branch August 16, 2023 04:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
azure dependencies Pull requests that update a dependency file .NET Pull requests that update .net code test
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants