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 dotnet group across 1 directory with 3 updates #2428

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 Nov 6, 2024

Bumps the dotnet group with 3 updates in the /docs/azure/sdk/snippets/pagination directory: Azure.Security.KeyVault.Secrets, Microsoft.Extensions.Azure and Microsoft.Extensions.Hosting.

Updates Azure.Security.KeyVault.Secrets from 4.6.0 to 4.7.0

Release notes

Sourced from Azure.Security.KeyVault.Secrets's releases.

Azure.Security.KeyVault.Keys_4.7.0

4.7.0 (2024-10-14)

Features Added

  • Support for Continuous Access Evaluation (CAE).

Azure.Security.KeyVault.Certificates_4.7.0

4.7.0 (2024-10-14)

Features Added

  • Support for Continuous Access Evaluation (CAE).

Azure.Security.KeyVault.Secrets_4.7.0

4.7.0 (2024-10-14)

Features Added

  • Support for Continuous Access Evaluation (CAE).
Commits

Updates Microsoft.Extensions.Azure from 1.7.5 to 1.8.0

Release notes

Sourced from Microsoft.Extensions.Azure's releases.

Microsoft.Extensions.Azure_1.8.0

1.8.0 (2024-11-05)

Features Added

  • Added support for constructing a ManagedIdentityCredential from config by setting the managedIdentityObjectId key.

Other Changes

  • Updated dependency Azure.Identity to version 1.13.1.

Azure.ResourceManager.NetApp_1.8.0

1.8.0 (2024-10-30)

Features Added

  • Upgraded api-version tag from 'package-2024-03' to 'package-2024-07'. Tag detail available at https://github.com/Azure/azure-rest-api-specs/blob/f37b54b187bac95237c62478a10b94e9cff236f3/specification/netapp/resource-manager/readme.md.
  • Added support for external migration replication volumes with operations PeerExternalClusterAsync, AuthorizeExternalReplicationAsync, PerformReplicationTransferAsync, FinalizeExternalReplicationAsync
  • Added RemotePath to ReplicationObject
  • Added AvailabilityZone to FilePathAvailabilityRequest
  • Added read-only property EffectiveNetworkFeatures to Volume VolumeProperties and VolumeGroupVolumeProperties
  • Exposed JsonModelWriteCore for model serialization procedure.
Commits
  • d0152ad Increment package version after release of Azure.Developer.MicrosoftPlaywrigh...
  • 1d64e4e Increment package version after release of Azure.Developer.MicrosoftPlaywrigh...
  • a1d4543 chore(playwrighttesting): NUnit 1.0.0-beta.2 release changes (#46983)
  • e99b8be chore(): 1.0.0-beta.2 release changes (#46967)
  • f5a4536 Increment package version after release of Azure.AI.OpenAI (#46976)
  • ea5cb40 added support for basic async APIs (#46974)
  • 9e4950e Azure OpenAI: 2.1.0-beta.2 (#46911)
  • bfcccff [Storage][DataMovement] Record remaining tests previously not recorded (#46973)
  • 297b083 Version/location updates for stress script usage (#46954)
  • c25fa0e Sync eng/common directory with azure-sdk-tools for PR 9308 (#46971)
  • Additional commits viewable in compare view

Updates Microsoft.Extensions.Hosting from 8.0.0 to 8.0.1

Release notes

Sourced from Microsoft.Extensions.Hosting's releases.

.NET 8.0.1

Release

Commits
  • bf5e279 Merge in 'release/8.0' changes
  • a6e4834 [release/8.0] Free the tls memory on thread termination (#95439)
  • eddf880 Merge in 'release/8.0' changes
  • 89a2364 [release/8.0] Downgrade ServicingVersion for Microsoft.Extensions.Options to ...
  • d682195 Merge in 'release/8.0' changes
  • 8557ef2 Merge pull request #95148 from carlossanlop/release/8.0-staging
  • aaa4b27 Merge pull request #95082 from dotnet-maestro-bot/merge/release/8.0-to-releas...
  • 72e5ae9 X509Chain.Build should throw when an internal error occurs
  • a20ee6f [release/8.0-staging] Fix JsonArray.Add and ReplaceWith regressions. (#94882)
  • 4fc3df2 Fix incremental servicing condition (#95119)
  • Additional 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 the dotnet group with 3 updates in the /docs/azure/sdk/snippets/pagination directory: [Azure.Security.KeyVault.Secrets](https://github.com/Azure/azure-sdk-for-net), [Microsoft.Extensions.Azure](https://github.com/Azure/azure-sdk-for-net) and [Microsoft.Extensions.Hosting](https://github.com/dotnet/runtime).


Updates `Azure.Security.KeyVault.Secrets` from 4.6.0 to 4.7.0
- [Release notes](https://github.com/Azure/azure-sdk-for-net/releases)
- [Commits](Azure/azure-sdk-for-net@Azure.Security.KeyVault.Secrets_4.6.0...Azure.Security.KeyVault.Secrets_4.7.0)

Updates `Microsoft.Extensions.Azure` from 1.7.5 to 1.8.0
- [Release notes](https://github.com/Azure/azure-sdk-for-net/releases)
- [Commits](Azure/azure-sdk-for-net@Microsoft.Extensions.Azure_1.7.5...Microsoft.Extensions.Azure_1.8.0)

Updates `Microsoft.Extensions.Hosting` from 8.0.0 to 8.0.1
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v8.0.0...v8.0.1)

---
updated-dependencies:
- dependency-name: Azure.Security.KeyVault.Secrets
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet
- dependency-name: Microsoft.Extensions.Azure
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet
- dependency-name: Microsoft.Extensions.Hosting
  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 Nov 6, 2024
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