Skip to content

chore: bump the azure-sdk group across 1 directory with 3 updates - #1277

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/azure-sdk-db81fbcd93
Open

chore: bump the azure-sdk group across 1 directory with 3 updates#1277
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/azure-sdk-db81fbcd93

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Mar 18, 2026

Copy link
Copy Markdown
Contributor

Bumps the azure-sdk group with 2 updates in the / directory: github.com/Azure/azure-sdk-for-go/sdk/azcore and github.com/Azure/karpenter-provider-azure.

Updates github.com/Azure/azure-sdk-for-go/sdk/azcore from 1.18.0 to 1.23.1

Release notes

Sourced from github.com/Azure/azure-sdk-for-go/sdk/azcore's releases.

sdk/azcore/v1.23.1

1.23.1 (2026-08-27)

Other Changes

  • Upgraded dependencies.

sdk/azcore/v1.23.0

1.23.0 (2026-08-11)

Features Added

  • Helper method runtime.NewRequestForNextLink for creating requests for pageable operations that uses a next link. It handles absolute and relative next links.

Bugs Fixed

  • Fixed an issue where runtime.Pager[T].More could return true indefinitely after NextPage failed to retrieve the first page, causing for pager.More() loops to spin. After a page fetch returns an error the Pager now enters a terminal state: More returns false and subsequent NextPage calls return the same error without invoking the fetcher again.
Commits
  • d86ae78 Prep azcore for release (#27471)
  • 33dd768 [azwebpubsub] Fix GenerateClientAccessURL on the TokenCredential path (#27422)
  • a27ca57 Upgrade TypeSpec Go emitter dependencies (#27466)
  • af75eb0 [AutoPR sdk-resourcemanager/purestorageblock/armpurestorageblock]-generated-f...
  • 8dcff8c [AutoPR sdk-resourcemanager/redisenterprise/armredisenterprise]-generated-fro...
  • e4569f1 [AutoPR sdk-resourcemanager/chaos/armchaos]-generated-from-SDK Generation - G...
  • 7069bf8 [AutoPR sdk-resourcemanager/horizondb/armhorizondb]-generated-from-SDK Genera...
  • 5ceffce Bump gh-aw to v0.86.2 for mgmt review workflow (#27460)
  • 663b6ce Enhance azblob perf tests with OAuth, parallel setup, and profiling (#27324)
  • cf17431 [AutoPR sdk-resourcemanager/containerservice/armcontainerservice]-generated-f...
  • Additional commits viewable in compare view

Updates github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.10.1 to 1.13.1

Release notes

Sourced from github.com/Azure/azure-sdk-for-go/sdk/azidentity's releases.

sdk/messaging/azservicebus/v1.11.0-beta.1

1.11.0-beta.1 (2026-08-21)

Features Added

  • Added Client.NewListSessionsForQueuePager() and Client.NewListSessionsForSubscriptionPager() to list the IDs of sessions in session-enabled queues and subscriptions. By default they list sessions that have active messages, as well as sessions that have session state set but no active messages; set SessionStateUpdatedAfter to instead list sessions whose session state was updated after a given time. (PR#26688)
  • Added SQLFilterCount and CorrelationFilterCount to TopicRuntimeProperties, exposing the total number of SQL filters and correlation filters across all of a topic's subscriptions, including the default rule each subscription is created with. The service reports these at api-version 2024-05 or later. (PR#27323)

Bugs Fixed

  • Setting APIVersion in the administration client's ClientOptions now takes effect. Setting it previously made every administration call fail with "this client doesn't support overriding its API version". (PR#27323)
  • Management operations (PeekMessages, ScheduleMessages, CancelScheduledMessages, and others) now send a server-timeout that expires one second before the caller's context, so the broker answers first and the caller gets a service-side timeout instead of context deadline exceeded. When the context has no deadline, each attempt asks the broker to answer within 60 seconds, where it was previously given no bound at all. The client still waits only on its context, so set one to cap the call itself. (#26421)
  • Read com.microsoft:max-message-batch-size vendor property from the AMQP sender link to correctly limit batch size on Premium large-message entities, where max-message-size can be up to 100 MB but the batch limit is 1 MB.

Other Changes

  • Added unit-testing guidance and a compile-checked example for code that uses Receiver through a consumer-defined interface.
  • Every administration operation now runs against service api-version 2024-05, where it previously ran against 2021-05. Responses follow the 2024-05 contract, which adds fields to some entity descriptions, and the topic filter counts above require this version. Set APIVersion on the azcore.ClientOptions embedded in the client's ClientOptions to pin a different version. (PR#27323)
  • Cleaned up accumulated golangci-lint findings in azservicebus (deprecated runtime.WithHTTPHeader calls switched to policy.WithHTTPHeader, duplicate log package imports consolidated under the azlog alias, unchecked Close errors wrapped with the _ = ... ignore pattern, and assorted staticcheck style nits). No behavioral changes.
Commits
  • 6bb9b03 azidentity v1.13.1 (#25574)
  • e18dbd7 Increment package version after release of azidentity (#25367)
  • 4f0facc Prepare azidentity v1.13.0 for release (#25352)
  • 2d8c98b Selecting ManagedIdentityCredential disables DefaultAzureCredential's IMDS pr...
  • 67dd4fc Increment package version after release of azidentity (#25263)
  • 1a74bc8 Prepare azidentity v1.12.0 for release (#25231)
  • 839a355 Test IMDS managed identity with a remote VM (#25237)
  • c352be3 Sync eng/common directory with azure-sdk-tools for PR 11931 (#25243)
  • c994eca gofmt (#25234)
  • 9c95d95 [Release] sdk/resourcemanager/computefleet/armcomputefleet/2.0.0-beta.1 gener...
  • Additional commits viewable in compare view

Updates github.com/Azure/karpenter-provider-azure from 1.5.1 to 1.14.2

Release notes

Sourced from github.com/Azure/karpenter-provider-azure's releases.

v1.14.2

(No functional changes in this release)

Dev & Test

Dependencies

Full Changelog: Azure/karpenter-provider-azure@v1.14.0...v1.14.2

v1.14.1

(No functional changes in this release)

Dev & Test

Dependencies

Full Changelog: Azure/karpenter-provider-azure@v1.14.0...v1.14.1

v1.14.0

What's Changed

... (truncated)

Commits
  • d1552b7 chore: bump Azure Linux base image (#1832)
  • 577fd75 test(e2e): test consolidation of regional nodes (#1806)
  • a232083 chore(deps): bump actions/setup-go from 6.5.0 to 7.0.0 in /.github/actions/in...
  • 748f1bc chore(deps): bump the actions-deps group across 1 directory with 7 updates (#...
  • 8a31a0f chore(deps): bump actions/checkout from 7.0.0 to 7.0.1 in /.github/actions/e2...
  • d4e61cb chore(deps): bump actions/checkout from 7.0.0 to 7.0.1 in /.github/actions/e2...
  • 003ff50 chore(deps): bump actions/checkout from 7.0.0 to 7.0.1 in /.github/actions/e2...
  • 214bec4 chore(deps): bump actions/checkout from 7.0.0 to 7.0.1 in /.github/actions/e2...
  • b559aaf chore(deps): bump the devcontainer-deps group across 2 directories with 1 upd...
  • f747d82 chore(deps): bump actions/checkout from 7.0.0 to 7.0.1 in /.github/actions/e2...
  • Additional commits viewable in compare view

@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Mar 18, 2026
@dependabot dependabot Bot changed the title chore: bump the azure-sdk group with 3 updates chore: bump the azure-sdk group across 1 directory with 3 updates Mar 26, 2026
@dependabot
dependabot Bot force-pushed the dependabot/go_modules/azure-sdk-db81fbcd93 branch 2 times, most recently from 47fa54e to 0015495 Compare April 1, 2026 10:51
@dependabot
dependabot Bot force-pushed the dependabot/go_modules/azure-sdk-db81fbcd93 branch 2 times, most recently from c67d582 to 8b4f1af Compare April 10, 2026 18:52
@dependabot
dependabot Bot force-pushed the dependabot/go_modules/azure-sdk-db81fbcd93 branch from 8b4f1af to 9e7eec7 Compare April 22, 2026 09:33
@dependabot
dependabot Bot force-pushed the dependabot/go_modules/azure-sdk-db81fbcd93 branch from 9e7eec7 to e33507f Compare April 29, 2026 09:37
@dependabot
dependabot Bot force-pushed the dependabot/go_modules/azure-sdk-db81fbcd93 branch from e33507f to 97bf454 Compare May 6, 2026 09:41
@dependabot
dependabot Bot force-pushed the dependabot/go_modules/azure-sdk-db81fbcd93 branch from 97bf454 to e407516 Compare May 20, 2026 15:29
@dependabot
dependabot Bot force-pushed the dependabot/go_modules/azure-sdk-db81fbcd93 branch from e407516 to 4679596 Compare June 4, 2026 01:37
@dependabot
dependabot Bot force-pushed the dependabot/go_modules/azure-sdk-db81fbcd93 branch 2 times, most recently from a103ec0 to d30dd4a Compare July 1, 2026 09:33
Bumps the azure-sdk group with 2 updates in the / directory: [github.com/Azure/azure-sdk-for-go/sdk/azcore](https://github.com/Azure/azure-sdk-for-go) and [github.com/Azure/karpenter-provider-azure](https://github.com/Azure/karpenter-provider-azure).


Updates `github.com/Azure/azure-sdk-for-go/sdk/azcore` from 1.18.0 to 1.23.1
- [Release notes](https://github.com/Azure/azure-sdk-for-go/releases)
- [Commits](Azure/azure-sdk-for-go@sdk/azcore/v1.18.0...sdk/azcore/v1.23.1)

Updates `github.com/Azure/azure-sdk-for-go/sdk/azidentity` from 1.10.1 to 1.13.1
- [Release notes](https://github.com/Azure/azure-sdk-for-go/releases)
- [Commits](Azure/azure-sdk-for-go@sdk/azidentity/v1.10.1...sdk/azidentity/v1.13.1)

Updates `github.com/Azure/karpenter-provider-azure` from 1.5.1 to 1.14.2
- [Release notes](https://github.com/Azure/karpenter-provider-azure/releases)
- [Commits](Azure/karpenter-provider-azure@v1.5.1...v1.14.2)

---
updated-dependencies:
- dependency-name: github.com/Azure/azure-sdk-for-go/sdk/azcore
  dependency-version: 1.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: azure-sdk
- dependency-name: github.com/Azure/azure-sdk-for-go/sdk/azidentity
  dependency-version: 1.13.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: azure-sdk
- dependency-name: github.com/Azure/karpenter-provider-azure
  dependency-version: 1.7.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: azure-sdk
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/go_modules/azure-sdk-db81fbcd93 branch from d30dd4a to 39a4787 Compare September 2, 2026 09:34
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants