Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 6, 2026

Bumps the azure-sdk group with 3 updates in the /src/cloud-api-adaptor directory: github.com/Azure/azure-sdk-for-go/sdk/azidentity, github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/containerservice/armcontainerservice/v4 and github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/msi/armmsi.
Bumps the azure-sdk group with 1 update in the /src/cloud-providers directory: github.com/Azure/azure-sdk-for-go/sdk/azidentity.

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

Release notes

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

sdk/azidentity/v1.13.1

1.13.1 (2025-11-10)

Bugs Fixed

  • AzureCLICredential quoted arguments incorrectly on Windows

sdk/azidentity/v1.13.0

1.13.0 (2025-10-07)

Features Added

  • Added AzurePowerShellCredential, which authenticates as the identity logged in to Azure PowerShell (thanks ArmaanMcleod)
  • When AZURE_TOKEN_CREDENTIALS is set to ManagedIdentityCredential, DefaultAzureCredential behaves the same as does ManagedIdentityCredential when used directly. It doesn't apply special retry configuration or attempt to determine whether IMDS is available. (#25265)

Breaking Changes

  • Removed the WorkloadIdentityCredential support for identity binding mode added in v1.13.0-beta.1. It will return in v1.14.0-beta.1

sdk/azidentity/v1.13.0-beta.1

1.13.0-beta.1 (2025-09-17)

Features Added

  • Added AzurePowerShellCredential, which authenticates as the identity logged in to Azure PowerShell (thanks ArmaanMcleod)
  • WorkloadIdentityCredential supports identity binding mode (#25056)

sdk/azidentity/v1.12.0

1.12.0 (2025-09-16)

Features Added

  • Added DefaultAzureCredentialOptions.RequireAzureTokenCredentials. NewDefaultAzureCredential returns an error when this option is true and the environment variable AZURE_TOKEN_CREDENTIALS has no value.

Other Changes

  • AzureDeveloperCLICredential no longer hangs when AZD_DEBUG is set
  • GetToken methods of AzureCLICredential and AzureDeveloperCLICredential return an error when TokenRequestOptions.Claims has a value because these credentials can't acquire a token in that case. The error messages describe the action required to get a token.
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/azure-sdk-for-go/sdk/resourcemanager/containerservice/armcontainerservice/v4 from 4.0.0 to 4.8.0

Release notes

Sourced from github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/containerservice/armcontainerservice/v4's releases.

sdk/resourcemanager/mobilenetwork/armmobilenetwork/v4.1.1

4.1.1 (2025-12-18)

Other Changes

  • This module has reached end of life on 09/30/2025 and is no longer maintained.

sdk/resourcemanager/storagecache/armstoragecache/v4.1.0

4.1.0 (2025-09-26)

Features Added

  • New enum type AutoExportJobAdminStatus with values AutoExportJobAdminStatusDisable, AutoExportJobAdminStatusEnable
  • New enum type AutoExportJobProvisioningStateType with values AutoExportJobProvisioningStateTypeCanceled, AutoExportJobProvisioningStateTypeCreating, AutoExportJobProvisioningStateTypeDeleting, AutoExportJobProvisioningStateTypeFailed, AutoExportJobProvisioningStateTypeSucceeded, AutoExportJobProvisioningStateTypeUpdating
  • New enum type AutoExportStatusType with values AutoExportStatusTypeDisableFailed, AutoExportStatusTypeDisabled, AutoExportStatusTypeDisabling, AutoExportStatusTypeFailed, AutoExportStatusTypeInProgress
  • New enum type AutoImportJobPropertiesAdminStatus with values AutoImportJobPropertiesAdminStatusDisable, AutoImportJobPropertiesAdminStatusEnable
  • New enum type AutoImportJobPropertiesProvisioningState with values AutoImportJobPropertiesProvisioningStateCanceled, AutoImportJobPropertiesProvisioningStateCreating, AutoImportJobPropertiesProvisioningStateDeleting, AutoImportJobPropertiesProvisioningStateFailed, AutoImportJobPropertiesProvisioningStateSucceeded, AutoImportJobPropertiesProvisioningStateUpdating
  • New enum type AutoImportJobState with values AutoImportJobStateDisabled, AutoImportJobStateDisabling, AutoImportJobStateFailed, AutoImportJobStateInProgress
  • New enum type AutoImportJobUpdatePropertiesAdminStatus with values AutoImportJobUpdatePropertiesAdminStatusDisable, AutoImportJobUpdatePropertiesAdminStatusEnable
  • New enum type ImportJobAdminStatus with values ImportJobAdminStatusActive, ImportJobAdminStatusCancel
  • New function NewAutoExportJobsClient(string, azcore.TokenCredential, *arm.ClientOptions) (*AutoExportJobsClient, error)
  • New function *AutoExportJobsClient.BeginCreateOrUpdate(context.Context, string, string, string, AutoExportJob, *AutoExportJobsClientBeginCreateOrUpdateOptions) (*runtime.Poller[AutoExportJobsClientCreateOrUpdateResponse], error)
  • New function *AutoExportJobsClient.BeginDelete(context.Context, string, string, string, *AutoExportJobsClientBeginDeleteOptions) (*runtime.Poller[AutoExportJobsClientDeleteResponse], error)
  • New function *AutoExportJobsClient.Get(context.Context, string, string, string, *AutoExportJobsClientGetOptions) (AutoExportJobsClientGetResponse, error)
  • New function *AutoExportJobsClient.NewListByAmlFilesystemPager(string, string, *AutoExportJobsClientListByAmlFilesystemOptions) *runtime.Pager[AutoExportJobsClientListByAmlFilesystemResponse]
  • New function *AutoExportJobsClient.BeginUpdate(context.Context, string, string, string, AutoExportJobUpdate, *AutoExportJobsClientBeginUpdateOptions) (*runtime.Poller[AutoExportJobsClientUpdateResponse], error)
  • New function NewAutoImportJobsClient(string, azcore.TokenCredential, *arm.ClientOptions) (*AutoImportJobsClient, error)
  • New function *AutoImportJobsClient.BeginCreateOrUpdate(context.Context, string, string, string, AutoImportJob, *AutoImportJobsClientBeginCreateOrUpdateOptions) (*runtime.Poller[AutoImportJobsClientCreateOrUpdateResponse], error)
  • New function *AutoImportJobsClient.BeginDelete(context.Context, string, string, string, *AutoImportJobsClientBeginDeleteOptions) (*runtime.Poller[AutoImportJobsClientDeleteResponse], error)
  • New function *AutoImportJobsClient.Get(context.Context, string, string, string, *AutoImportJobsClientGetOptions) (AutoImportJobsClientGetResponse, error)
  • New function *AutoImportJobsClient.NewListByAmlFilesystemPager(string, string, *AutoImportJobsClientListByAmlFilesystemOptions) *runtime.Pager[AutoImportJobsClientListByAmlFilesystemResponse]
  • New function *AutoImportJobsClient.BeginUpdate(context.Context, string, string, string, AutoImportJobUpdate, *AutoImportJobsClientBeginUpdateOptions) (*runtime.Poller[AutoImportJobsClientUpdateResponse], error)
  • New function *ClientFactory.NewAutoExportJobsClient() *AutoExportJobsClient
  • New function *ClientFactory.NewAutoImportJobsClient() *AutoImportJobsClient
  • New struct AutoExportJob
  • New struct AutoExportJobProperties
  • New struct AutoExportJobPropertiesStatus
  • New struct AutoExportJobUpdate
  • New struct AutoExportJobUpdateProperties
  • New struct AutoExportJobsListResult
  • New struct AutoImportJob
  • New struct AutoImportJobProperties
  • New struct AutoImportJobPropertiesStatus
  • New struct AutoImportJobPropertiesStatusBlobSyncEvents
  • New struct AutoImportJobUpdate
  • New struct AutoImportJobUpdateProperties
  • New struct AutoImportJobsListResult
  • New struct ImportJobUpdateProperties
  • New field AdminStatus in struct ImportJobProperties
  • New field ImportedDirectories, ImportedFiles, ImportedSymlinks, PreexistingDirectories, PreexistingFiles, PreexistingSymlinks in struct ImportJobPropertiesStatus
  • New field Properties in struct ImportJobUpdate
Commits
  • 8981e86 [Release] sdk/resourcemanager/containerservice/armcontainerservice/4.8.0 (#22...
  • 1bb5de4 [Release] sdk/resourcemanager/iotfirmwaredefense/armiotfirmwaredefense/1.0.0 ...
  • 01e95ff [Release] sdk/resourcemanager/compute/armcompute/5.6.0 (#22506)
  • 79be386 [cleanup] Remove old cognitiveservices/azopenai module (#22583)
  • 74feca1 Go mgmt auto release -> 1es-templates (#22616)
  • b56179f Bump the proxy version to the last one resolving mac timeout issues (#22604)
  • b59b15c [Cosmos] add preferred regions logging (#22598)
  • 3a7a4e7 Update tooling (#22618)
  • 2647d4f [Release] sdk/resourcemanager/servicelinker/armservicelinker/2.0.0-beta.1 gen...
  • 26c0dbb remove all references to docker (#22614)
  • Additional commits viewable in compare view

Updates github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/msi/armmsi from 1.1.0 to 1.3.0

Release notes

Sourced from github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/msi/armmsi's releases.

sdk/resourcemanager/hdinsight/armhdinsight/v1.3.0-beta.3

1.3.0-beta.3 (2025-10-23)

Features Added

  • New struct EntraUserInfo
  • New field RestAuthEntraUsers in struct GatewaySettings
  • New field RestAuthEntraUsers in struct UpdateGatewaySettingsParameters

sdk/resourcemanager/deviceprovisioningservices/armdeviceprovisioningservices/v1.3.0-beta.2

1.3.0-beta.2 (2025-10-21)

Features Added

  • New enum type DeviceRegistryNamespaceAuthenticationType with values DeviceRegistryNamespaceAuthenticationTypeSystemAssigned, DeviceRegistryNamespaceAuthenticationTypeUserAssigned
  • New struct DeviceRegistryNamespaceDescription
  • New field SystemData in struct GroupIDInformation
  • New field DeviceRegistryNamespace in struct IotDpsPropertiesDescription
Commits
  • 3a7a4f3 Prepare azcore v1.3.0 for release (#19759)
  • 6a1b839 Request.SetBody() allows overwriting with an empty body (#19754)
  • 5210814 AzureCLICredential reports token expiration time in UTC (#19761)
  • 2679c6b Adding tests for FilterBlobs and fixing encoding issue (#19742)
  • 00a8837 [azeventhubs] Fixing issues with connection and link robustness for Event Hub...
  • 1e67666 Revert "Migrate eng/common (except job-matrix) to Ubuntu 22.04 (#5005)" for p...
  • ca6a318 Sync eng/common directory with azure-sdk-tools for PR 5027 (#19753)
  • 377d008 Updating changelogs for release next week (#19752)
  • 53c0f49 Updating codeowners (#19751)
  • 794c96c Migrate eng/common (except job-matrix) to Ubuntu 22.04 (#19746)
  • Additional commits viewable in compare view

Updates github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resources/armresources from 1.1.1 to 1.2.0

Commits
  • 0fbd371 Merge pull request #33 from jen20/virtual-network-client
  • c95e423 Add a client for Virtual Network management
  • af6985d Merge pull request #35 from ahmetalpbalkan/CreateBlockBlob
  • c99fb1d make block.Size int64, add CreateBlockBlob
  • 9abf8bf Merge pull request #28 from jen20/private-error-messages
  • c1f7c85 Merge pull request #24 from jf/codetweaks
  • 0d03132 Merge pull request #19 from jf/master
  • 24f03c1 Merge pull request #32 from jf/clean-currentTimeRfc1123Formatted
  • 30c4704 util.go: remove unused dateLayout from currentTimeRfc1123Formatted()
  • acc54a2 Merge pull request #29 from jen20/location-concatenation
  • Additional commits viewable in compare view

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

Release notes

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

sdk/azidentity/v1.13.1

1.13.1 (2025-11-10)

Bugs Fixed

  • AzureCLICredential quoted arguments incorrectly on Windows

sdk/azidentity/v1.13.0

1.13.0 (2025-10-07)

Features Added

  • Added AzurePowerShellCredential, which authenticates as the identity logged in to Azure PowerShell (thanks ArmaanMcleod)
  • When AZURE_TOKEN_CREDENTIALS is set to ManagedIdentityCredential, DefaultAzureCredential behaves the same as does ManagedIdentityCredential when used directly. It doesn't apply special retry configuration or attempt to determine whether IMDS is available. (#25265)

Breaking Changes

  • Removed the WorkloadIdentityCredential support for identity binding mode added in v1.13.0-beta.1. It will return in v1.14.0-beta.1

sdk/azidentity/v1.13.0-beta.1

1.13.0-beta.1 (2025-09-17)

Features Added

  • Added AzurePowerShellCredential, which authenticates as the identity logged in to Azure PowerShell (thanks ArmaanMcleod)
  • WorkloadIdentityCredential supports identity binding mode (#25056)

sdk/azidentity/v1.12.0

1.12.0 (2025-09-16)

Features Added

  • Added DefaultAzureCredentialOptions.RequireAzureTokenCredentials. NewDefaultAzureCredential returns an error when this option is true and the environment variable AZURE_TOKEN_CREDENTIALS has no value.

Other Changes

  • AzureDeveloperCLICredential no longer hangs when AZD_DEBUG is set
  • GetToken methods of AzureCLICredential and AzureDeveloperCLICredential return an error when TokenRequestOptions.Claims has a value because these credentials can't acquire a token in that case. The error messages describe the action required to get a token.
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

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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jan 6, 2026
@dependabot dependabot bot requested a review from a team as a code owner January 6, 2026 11:01
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jan 6, 2026
@mkulke
Copy link
Collaborator

mkulke commented Jan 6, 2026

@copilot please run go mod tidy where it's required

Copy link

Copilot AI commented Jan 6, 2026

@mkulke I've opened a new pull request, #2765, to work on those changes. Once the pull request is ready, I'll request review from you.

@mkulke mkulke force-pushed the dependabot/go_modules/src/cloud-api-adaptor/azure-sdk-a5a2f3ebf4 branch from e4583e4 to 8fa6586 Compare January 8, 2026 07:27
mkulke added 2 commits January 8, 2026 08:27
ran 'make tidy'

Signed-off-by: Magnus Kulke <[email protected]>
using 'make tidy'

Signed-off-by: Magnus Kulke <[email protected]>
@mkulke mkulke force-pushed the dependabot/go_modules/src/cloud-api-adaptor/azure-sdk-a5a2f3ebf4 branch from 8fa6586 to bb40f14 Compare January 8, 2026 07:29
@stevenhorsman
Copy link
Member

@mkulke - I'm confused by this PR now - the go.mod change I expected isn't there and there are two commits from you then second of which reverses the first? I'm guessing somethings gone wrong here?

@mkulke
Copy link
Collaborator

mkulke commented Jan 8, 2026

@mkulke - I'm confused by this PR now - the go.mod change I expected isn't there and there are two commits from you then second of which reverses the first? I'm guessing somethings gone wrong here?

...indeed. rubs temples

i'll take a look whether we can salvaged the PR, but maybe we can sit this out

@stevenhorsman
Copy link
Member

FYI - I've created #2776, which (If it works), I hope should help with the dependabot go mod issue

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 go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants