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 the azure group with 4 updates #96

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 14, 2023

Bumps the azure group with 4 updates: Azure.Identity, Azure.Storage.Blobs, Azure.Storage.Queues and Azure.Data.Tables.

Updates Azure.Identity from 1.9.0 to 1.10.1

Release notes

Sourced from Azure.Identity's releases.

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

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

Updates Azure.Storage.Blobs from 12.17.0 to 12.18.0

Release notes

Sourced from Azure.Storage.Blobs's releases.

Azure.Storage.Blobs_12.18.0

12.18.0 (2023-09-12)

  • Includes all features from 12.18.0-beta.1.

Azure.Storage.Blobs_12.18.0-beta.1

12.18.0-beta.1 (2023-08-08)

  • Added support for service version 2023-05-03 and 2023-08-03.
  • Added RehydratePendingToCold value to ArchiveStatus enum.
Commits
  • 6ceae18 Fix release date for Confidential Ledger (#38629)
  • 769be8d STG 90 GA release prep (#38631)
  • 02768e3 [SignalR extensions] Release v1.11.2 (#38623)
  • 35ce212 Remove circular shared source references in Azure.Core tests files (#38607)
  • e75845f [Event Hubs] September 2023 Release Prep (non-core) (#38605)
  • 0dc921a Increment package version after release of Azure.Messaging.EventHubs (#38627)
  • cf01c56 Increment package version after release of Azure.ResourceManager.Communicatio...
  • 77383de Increment package version after release of Microsoft.Azure.WebJobs.Extensions...
  • 8730dd7 [Communication]Enable managed identity in ACScommunication resource sdk (#37566)
  • 8a37c31 Allow As<T> to return null for reference types (#38611)
  • Additional commits viewable in compare view

Updates Azure.Storage.Queues from 12.15.0 to 12.16.0

Release notes

Sourced from Azure.Storage.Queues's releases.

Azure.Storage.Queues_12.16.0

12.16.0 (2023-09-12)

  • Includes all features from 12.16.0-beta.1.

Azure.Storage.Queues_12.16.0-beta.1

12.16.0-beta.1 (2023-08-08)

  • This release contains bug fixes to improve quality.
Commits
  • 6ceae18 Fix release date for Confidential Ledger (#38629)
  • 769be8d STG 90 GA release prep (#38631)
  • 02768e3 [SignalR extensions] Release v1.11.2 (#38623)
  • 35ce212 Remove circular shared source references in Azure.Core tests files (#38607)
  • e75845f [Event Hubs] September 2023 Release Prep (non-core) (#38605)
  • 0dc921a Increment package version after release of Azure.Messaging.EventHubs (#38627)
  • cf01c56 Increment package version after release of Azure.ResourceManager.Communicatio...
  • 77383de Increment package version after release of Microsoft.Azure.WebJobs.Extensions...
  • 8730dd7 [Communication]Enable managed identity in ACScommunication resource sdk (#37566)
  • 8a37c31 Allow As<T> to return null for reference types (#38611)
  • Additional commits viewable in compare view

Updates Azure.Data.Tables from 12.8.0 to 12.8.1

Release notes

Sourced from Azure.Data.Tables's releases.

Azure.Data.Tables_12.8.1

12.8.1 (2023-08-15)

Bugs Fixed

  • Fixed the URL returned by TableClient.Uri when connecting to Azurite
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 azure group with 4 updates: [Azure.Identity](https://github.com/Azure/azure-sdk-for-net), [Azure.Storage.Blobs](https://github.com/Azure/azure-sdk-for-net), [Azure.Storage.Queues](https://github.com/Azure/azure-sdk-for-net) and [Azure.Data.Tables](https://github.com/Azure/azure-sdk-for-net).


Updates `Azure.Identity` from 1.9.0 to 1.10.1
- [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.1)

Updates `Azure.Storage.Blobs` from 12.17.0 to 12.18.0
- [Release notes](https://github.com/Azure/azure-sdk-for-net/releases)
- [Commits](Azure/azure-sdk-for-net@Azure.Storage.Blobs_12.17.0...Azure.Storage.Blobs_12.18.0)

Updates `Azure.Storage.Queues` from 12.15.0 to 12.16.0
- [Release notes](https://github.com/Azure/azure-sdk-for-net/releases)
- [Commits](Azure/azure-sdk-for-net@Azure.Storage.Queues_12.15.0...Azure.Storage.Queues_12.16.0)

Updates `Azure.Data.Tables` from 12.8.0 to 12.8.1
- [Release notes](https://github.com/Azure/azure-sdk-for-net/releases)
- [Commits](Azure/azure-sdk-for-net@Azure.Data.Tables_12.8.0...Azure.Data.Tables_12.8.1)

---
updated-dependencies:
- dependency-name: Azure.Identity
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: azure
- dependency-name: Azure.Storage.Blobs
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: azure
- dependency-name: Azure.Storage.Queues
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: azure
- dependency-name: Azure.Data.Tables
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: azure
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 14, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 10, 2023

Superseded by #97.

@dependabot dependabot bot closed this Oct 10, 2023
@dependabot dependabot bot deleted the dependabot/nuget/azure-3b4029bfc7 branch October 10, 2023 10:45
@devlooped devlooped locked and limited conversation to collaborators Oct 23, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants