Skip to content

deps(deps): update azure-sdk-for-go monorepo (major) - #372

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/major-azure-sdk-for-go-monorepo
Open

deps(deps): update azure-sdk-for-go monorepo (major)#372
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/major-azure-sdk-for-go-monorepo

Conversation

@renovate

@renovate renovate Bot commented Jul 24, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute/v6 v6.3.0v8.3.0 age confidence
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/quota/armquota v1.1.0v2.0.0 age confidence

Release Notes

Azure/azure-sdk-for-go (github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/quota/armquota)

v2.0.0

2.0.0 (2026-06-10)

Breaking Changes
  • Type of Operation.Origin has been changed from *string to *Origin
  • Type of Server.Identity has been changed from *Identity to *MySQLServerIdentity
  • Type of Server.SKU has been changed from *SKU to *MySQLServerSKU
  • Type of ServerForUpdate.Identity has been changed from *Identity to *MySQLServerIdentity
  • Type of ServerForUpdate.SKU has been changed from *SKU to *MySQLServerSKU
  • Enum SKUTier has been removed
  • Struct ErrorResponse has been removed
  • Struct Identity has been removed
  • Struct ProxyResource has been removed
  • Struct Resource has been removed
  • Struct SKU has been removed
  • Struct TrackedResource has been removed
Features Added
  • New enum type AdministratorName with values AdministratorNameActiveDirectory
  • New enum type AdministratorType with values AdministratorTypeActiveDirectory
  • New enum type AdvancedThreatProtectionName with values AdvancedThreatProtectionNameDefault
  • New enum type AdvancedThreatProtectionProvisioningState with values AdvancedThreatProtectionProvisioningStateCanceled, AdvancedThreatProtectionProvisioningStateFailed, AdvancedThreatProtectionProvisioningStateSucceeded, AdvancedThreatProtectionProvisioningStateUpdating
  • New enum type AdvancedThreatProtectionState with values AdvancedThreatProtectionStateDisabled, AdvancedThreatProtectionStateEnabled
  • New enum type BackupFormat with values BackupFormatCollatedFormat, BackupFormatRaw
  • New enum type BackupType with values BackupTypeFULL
  • New enum type BatchOfMaintenance with values BatchOfMaintenanceBatch1, BatchOfMaintenanceBatch2, BatchOfMaintenanceDefault
  • New enum type ImportSourceStorageType with values ImportSourceStorageTypeAzureBlob
  • New enum type MaintenanceProvisioningState with values MaintenanceProvisioningStateCreating, MaintenanceProvisioningStateDeleting, MaintenanceProvisioningStateFailed, MaintenanceProvisioningStateSucceeded
  • New enum type MaintenanceState with values MaintenanceStateCanceled, MaintenanceStateCompleted, MaintenanceStateInPreparation, MaintenanceStateProcessing, MaintenanceStateReScheduled, MaintenanceStateScheduled
  • New enum type MaintenanceType with values MaintenanceTypeHotFixes, MaintenanceTypeMinorVersionUpgrade, MaintenanceTypeRoutineMaintenance, MaintenanceTypeSecurityPatches
  • New enum type ManagedServiceIdentityType with values ManagedServiceIdentityTypeUserAssigned
  • New enum type ObjectType with values ObjectTypeBackupAndExportResponse, ObjectTypeImportFromStorageResponse
  • New enum type OperationStatus with values OperationStatusCancelInProgress, OperationStatusCanceled, OperationStatusFailed, OperationStatusInProgress, OperationStatusPending, OperationStatusSucceeded
  • New enum type Origin with values OriginSystem, OriginUser, OriginUserSystem
  • New enum type PatchStrategy with values PatchStrategyRegular, PatchStrategyVirtualCanary
  • New enum type PrivateEndpointConnectionProvisioningState with values PrivateEndpointConnectionProvisioningStateCreating, PrivateEndpointConnectionProvisioningStateDeleting, PrivateEndpointConnectionProvisioningStateFailed, PrivateEndpointConnectionProvisioningStateSucceeded
  • New enum type PrivateEndpointServiceConnectionStatus with values PrivateEndpointServiceConnectionStatusApproved, PrivateEndpointServiceConnectionStatusPending, PrivateEndpointServiceConnectionStatusRejected
  • New enum type ProvisioningState with values ProvisioningStateCanceled, ProvisioningStateCreating, ProvisioningStateDeleting, ProvisioningStateFailed, ProvisioningStateSucceeded
  • New enum type ResetAllToDefault with values ResetAllToDefaultFalse, ResetAllToDefaultTrue
  • New enum type ServerSKUTier with values ServerSKUTierBurstable, ServerSKUTierGeneralPurpose, ServerSKUTierMemoryOptimized
  • New enum type StorageRedundancyEnum with values StorageRedundancyEnumLocalRedundancy, StorageRedundancyEnumZoneRedundancy
  • New function NewAdvancedThreatProtectionSettingsClient(subscriptionID string, credential azcore.TokenCredential, options *arm.ClientOptions) (*AdvancedThreatProtectionSettingsClient, error)
  • New function *AdvancedThreatProtectionSettingsClient.Get(ctx context.Context, resourceGroupName string, serverName string, advancedThreatProtectionName AdvancedThreatProtectionName, options *AdvancedThreatProtectionSettingsClientGetOptions) (AdvancedThreatProtectionSettingsClientGetResponse, error)
  • New function *AdvancedThreatProtectionSettingsClient.NewListPager(resourceGroupName string, serverName string, options *AdvancedThreatProtectionSettingsClientListOptions) *runtime.Pager[AdvancedThreatProtectionSettingsClientListResponse]
  • New function *AdvancedThreatProtectionSettingsClient.BeginUpdate(ctx context.Context, resourceGroupName string, serverName string, advancedThreatProtectionName AdvancedThreatProtectionName, parameters AdvancedThreatProtectionForUpdate, options *AdvancedThreatProtectionSettingsClientBeginUpdateOptions) (*runtime.Poller[AdvancedThreatProtectionSettingsClientUpdateResponse], error)
  • New function *AdvancedThreatProtectionSettingsClient.BeginUpdatePut(ctx context.Context, resourceGroupName string, serverName string, advancedThreatProtectionName AdvancedThreatProtectionName, parameters AdvancedThreatProtection, options *AdvancedThreatProtectionSettingsClientBeginUpdatePutOptions) (*runtime.Poller[AdvancedThreatProtectionSettingsClientUpdatePutResponse], error)
  • New function NewAzureADAdministratorsClient(subscriptionID string, credential azcore.TokenCredential, options *arm.ClientOptions) (*AzureADAdministratorsClient, error)
  • New function *AzureADAdministratorsClient.BeginCreateOrUpdate(ctx context.Context, resourceGroupName string, serverName string, administratorName AdministratorName, parameters AzureADAdministrator, options *AzureADAdministratorsClientBeginCreateOrUpdateOptions) (*runtime.Poller[AzureADAdministratorsClientCreateOrUpdateResponse], error)
  • New function *AzureADAdministratorsClient.BeginDelete(ctx context.Context, resourceGroupName string, serverName string, administratorName AdministratorName, options *AzureADAdministratorsClientBeginDeleteOptions) (*runtime.Poller[AzureADAdministratorsClientDeleteResponse], error)
  • New function *AzureADAdministratorsClient.Get(ctx context.Context, resourceGroupName string, serverName string, administratorName AdministratorName, options *AzureADAdministratorsClientGetOptions) (AzureADAdministratorsClientGetResponse, error)
  • New function *AzureADAdministratorsClient.NewListByServerPager(resourceGroupName string, serverName string, options *AzureADAdministratorsClientListByServerOptions) *runtime.Pager[AzureADAdministratorsClientListByServerResponse]
  • New function NewBackupAndExportClient(subscriptionID string, credential azcore.TokenCredential, options *arm.ClientOptions) (*BackupAndExportClient, error)
  • New function *BackupAndExportClient.BeginCreate(ctx context.Context, resourceGroupName string, serverName string, parameters BackupAndExportRequest, options *BackupAndExportClientBeginCreateOptions) (*runtime.Poller[BackupAndExportClientCreateResponse], error)
  • New function *BackupAndExportClient.ValidateBackup(ctx context.Context, resourceGroupName string, serverName string, options *BackupAndExportClientValidateBackupOptions) (BackupAndExportClientValidateBackupResponse, error)
  • New function *BackupAndExportResponseType.GetOperationProgressResponseType() *OperationProgressResponseType
  • New function *BackupStoreDetails.GetBackupStoreDetails() *BackupStoreDetails
  • New function *BackupsClient.Put(ctx context.Context, resourceGroupName string, serverName string, backupName string, options *BackupsClientPutOptions) (BackupsClientPutResponse, error)
  • New function NewCheckNameAvailabilityWithoutLocationClient(subscriptionID string, credential azcore.TokenCredential, options *arm.ClientOptions) (*CheckNameAvailabilityWithoutLocationClient, error)
  • New function *CheckNameAvailabilityWithoutLocationClient.Execute(ctx context.Context, nameAvailabilityRequest NameAvailabilityRequest, options *CheckNameAvailabilityWithoutLocationClientExecuteOptions) (CheckNameAvailabilityWithoutLocationClientExecuteResponse, error)
  • New function *ClientFactory.NewAdvancedThreatProtectionSettingsClient() *AdvancedThreatProtectionSettingsClient
  • New function *ClientFactory.NewAzureADAdministratorsClient() *AzureADAdministratorsClient
  • New function *ClientFactory.NewBackupAndExportClient() *BackupAndExportClient
  • New function *ClientFactory.NewCheckNameAvailabilityWithoutLocationClient() *CheckNameAvailabilityWithoutLocationClient
  • New function *ClientFactory.NewLocationBasedCapabilitySetClient() *LocationBasedCapabilitySetClient
  • New function *ClientFactory.NewLogFilesClient() *LogFilesClient
  • New function *ClientFactory.NewLongRunningBackupClient() *LongRunningBackupClient
  • New function *ClientFactory.NewLongRunningBackupsClient() *LongRunningBackupsClient
  • New function *ClientFactory.NewMaintenancesClient() *MaintenancesClient
  • New function *ClientFactory.NewOperationProgressClient() *OperationProgressClient
  • New function *ClientFactory.NewOperationResultsClient() *OperationResultsClient
  • New function *ClientFactory.NewPrivateEndpointConnectionsClient() *PrivateEndpointConnectionsClient
  • New function *ClientFactory.NewPrivateLinkResourcesClient() *PrivateLinkResourcesClient
  • New function *ClientFactory.NewServersMigrationClient() *ServersMigrationClient
  • New function *ConfigurationsClient.BeginCreateOrUpdate(ctx context.Context, resourceGroupName string, serverName string, configurationName string, parameters Configuration, options *ConfigurationsClientBeginCreateOrUpdateOptions) (*runtime.Poller[ConfigurationsClientCreateOrUpdateResponse], error)
  • New function *FullBackupStoreDetails.GetBackupStoreDetails() *BackupStoreDetails
  • New function *ImportFromStorageResponseType.GetOperationProgressResponseType() *OperationProgressResponseType
  • New function NewLocationBasedCapabilitySetClient(subscriptionID string, credential azcore.TokenCredential, options *arm.ClientOptions) (*LocationBasedCapabilitySetClient, error)
  • New function *LocationBasedCapabilitySetClient.Get(ctx context.Context, locationName string, capabilitySetName string, options *LocationBasedCapabilitySetClientGetOptions) (LocationBasedCapabilitySetClientGetResponse, error)
  • New function *LocationBasedCapabilitySetClient.NewListPager(locationName string, options *LocationBasedCapabilitySetClientListOptions) *runtime.Pager[LocationBasedCapabilitySetClientListResponse]
  • New function NewLogFilesClient(subscriptionID string, credential azcore.TokenCredential, options *arm.ClientOptions) (*LogFilesClient, error)
  • New function *LogFilesClient.NewListByServerPager(resourceGroupName string, serverName string, options *LogFilesClientListByServerOptions) *runtime.Pager[LogFilesClientListByServerResponse]
  • New function NewLongRunningBackupClient(subscriptionID string, credential azcore.TokenCredential, options *arm.ClientOptions) (*LongRunningBackupClient, error)
  • New function *LongRunningBackupClient.BeginCreate(ctx context.Context, resourceGroupName string, serverName string, backupName string, parameters ServerBackupV2, options *LongRunningBackupClientBeginCreateOptions) (*runtime.Poller[LongRunningBackupClientCreateResponse], error)
  • New function NewLongRunningBackupsClient(subscriptionID string, credential azcore.TokenCredential, options *arm.ClientOptions) (*LongRunningBackupsClient, error)
  • New function *LongRunningBackupsClient.Get(ctx context.Context, resourceGroupName string, serverName string, backupName string, options *LongRunningBackupsClientGetOptions) (LongRunningBackupsClientGetResponse, error)
  • New function *LongRunningBackupsClient.NewListPager(resourceGroupName string, serverName string, options *LongRunningBackupsClientListOptions) *runtime.Pager[LongRunningBackupsClientListResponse]
  • New function NewMaintenancesClient(subscriptionID string, credential azcore.TokenCredential, options *arm.ClientOptions) (*MaintenancesClient, error)
  • New function *MaintenancesClient.NewListPager(resourceGroupName string, serverName string, options *MaintenancesClientListOptions) *runtime.Pager[MaintenancesClientListResponse]
  • New function *MaintenancesClient.Read(ctx context.Context, resourceGroupName string, serverName string, maintenanceName string, options *MaintenancesClientReadOptions) (MaintenancesClientReadResponse, error)
  • New function *MaintenancesClient.BeginUpdate(ctx context.Context, resourceGroupName string, serverName string, maintenanceName string, parameters MaintenanceUpdate, options *MaintenancesClientBeginUpdateOptions) (*runtime.Poller[MaintenancesClientUpdateResponse], error)
  • New function NewOperationProgressClient(subscriptionID string, credential azcore.TokenCredential, options *arm.ClientOptions) (*OperationProgressClient, error)
  • New function *OperationProgressClient.Get(ctx context.Context, locationName string, operationID string, options *OperationProgressClientGetOptions) (OperationProgressClientGetResponse, error)
  • New function *OperationProgressResponseType.GetOperationProgressResponseType() *OperationProgressResponseType
  • New function NewOperationResultsClient(subscriptionID string, credential azcore.TokenCredential, options *arm.ClientOptions) (*OperationResultsClient, error)
  • New function *OperationResultsClient.Get(ctx context.Context, locationName string, operationID string, options *OperationResultsClientGetOptions) (OperationResultsClientGetResponse, error)
  • New function NewPrivateEndpointConnectionsClient(subscriptionID string, credential azcore.TokenCredential, options *arm.ClientOptions) (*PrivateEndpointConnectionsClient, error)
  • New function *PrivateEndpointConnectionsClient.BeginCreateOrUpdate(ctx context.Context, resourceGroupName string, serverName string, privateEndpointConnectionName string, parameters PrivateEndpointConnection, options *PrivateEndpointConnectionsClientBeginCreateOrUpdateOptions) (*runtime.Poller[PrivateEndpointConnectionsClientCreateOrUpdateResponse], error)
  • New function *PrivateEndpointConnectionsClient.BeginDelete(ctx context.Context, resourceGroupName string, serverName string, privateEndpointConnectionName string, options *PrivateEndpointConnectionsClientBeginDeleteOptions) (*runtime.Poller[PrivateEndpointConnectionsClientDeleteResponse], error)
  • New function *PrivateEndpointConnectionsClient.Get(ctx context.Context, resourceGroupName string, serverName string, privateEndpointConnectionName string, options *PrivateEndpointConnectionsClientGetOptions) (PrivateEndpointConnectionsClientGetResponse, error)
  • New function *PrivateEndpointConnectionsClient.ListByServer(ctx context.Context, resourceGroupName string, serverName string, options *PrivateEndpointConnectionsClientListByServerOptions) (PrivateEndpointConnectionsClientListByServerResponse, error)
  • New function NewPrivateLinkResourcesClient(subscriptionID string, credential azcore.TokenCredential, options *arm.ClientOptions) (*PrivateLinkResourcesClient, error)
  • New function *PrivateLinkResourcesClient.Get(ctx context.Context, resourceGroupName string, serverName string, groupName string, options *PrivateLinkResourcesClientGetOptions) (PrivateLinkResourcesClientGetResponse, error)
  • New function *PrivateLinkResourcesClient.NewListByServerPager(resourceGroupName string, serverName string, options *PrivateLinkResourcesClientListByServerOptions) *runtime.Pager[PrivateLinkResourcesClientListByServerResponse]
  • New function *ServersClient.BeginDetachVNet(ctx context.Context, resourceGroupName string, serverName string, parameters ServerDetachVNetParameter, options *ServersClientBeginDetachVNetOptions) (*runtime.Poller[ServersClientDetachVNetResponse], error)
  • New function *ServersClient.BeginResetGtid(ctx context.Context, resourceGroupName string, serverName string, parameters ServerGtidSetParameter, options *ServersClientBeginResetGtidOptions) (*runtime.Poller[ServersClientResetGtidResponse], error)
  • New function *ServersClient.ValidateEstimateHighAvailability(ctx context.Context, resourceGroupName string, serverName string, parameters HighAvailabilityValidationEstimation, options *ServersClientValidateEstimateHighAvailabilityOptions) (ServersClientValidateEstimateHighAvailabilityResponse, error)
  • New function NewServersMigrationClient(subscriptionID string, credential azcore.TokenCredential, options *arm.ClientOptions) (*ServersMigrationClient, error)
  • New function *ServersMigrationClient.BeginCutoverMigration(ctx context.Context, resourceGroupName string, serverName string, options *ServersMigrationClientBeginCutoverMigrationOptions) (*runtime.Poller[ServersMigrationClientCutoverMigrationResponse], error)
  • New struct AdministratorListResult
  • New struct AdministratorProperties
  • New struct AdvancedThreatProtection
  • New struct AdvancedThreatProtectionForUpdate
  • New struct AdvancedThreatProtectionListResult
  • New struct AdvancedThreatProtectionProperties
  • New struct AdvancedThreatProtectionUpdateProperties
  • New struct AzureADAdministrator
  • New struct BackupAndExportRequest
  • New struct BackupAndExportResponse
  • New struct BackupAndExportResponseProperties
  • New struct BackupAndExportResponseType
  • New struct BackupSettings
  • New struct Capability
  • New struct CapabilityPropertiesV2
  • New struct CapabilitySetsList
  • New struct ErrorDetail
  • New struct FeatureProperty
  • New struct FullBackupStoreDetails
  • New struct HighAvailabilityValidationEstimation
  • New struct ImportFromStorageResponseType
  • New struct ImportSourceProperties
  • New struct LogFile
  • New struct LogFileListResult
  • New struct LogFileProperties
  • New struct Maintenance
  • New struct MaintenanceListResult
  • New struct MaintenancePolicy
  • New struct MaintenanceProperties
  • New struct MaintenancePropertiesForUpdate
  • New struct MaintenanceUpdate
  • New struct MySQLServerIdentity
  • New struct MySQLServerSKU
  • New struct OperationProgressResult
  • New struct OperationStatusExtendedResult
  • New struct OperationStatusResult
  • New struct PrivateEndpoint
  • New struct PrivateEndpointConnection
  • New struct PrivateEndpointConnectionListResult
  • New struct PrivateEndpointConnectionProperties
  • New struct PrivateLinkResource
  • New struct PrivateLinkResourceListResult
  • New struct PrivateLinkResourceProperties
  • New struct PrivateLinkServiceConnectionState
  • New struct SKUCapabilityV2
  • New struct ServerBackupPropertiesV2
  • New struct ServerBackupV2
  • New struct ServerBackupV2ListResult
  • New struct ServerDetachVNetParameter
  • New struct ServerEditionCapabilityV2
  • New struct ServerGtidSetParameter
  • New struct ServerVersionCapabilityV2
  • New struct ValidateBackupResponse
  • New struct ValidateBackupResponseProperties
  • New field BackupIntervalHours in struct Backup
  • New field ResetAllToDefault in struct ConfigurationListForBatchUpdate
  • New field CurrentValue, DocumentationLink in struct ConfigurationProperties
  • New field Keyword, Page, PageSize, Tags in struct ConfigurationsClientListByServerOptions
  • New field BatchOfMaintenance in struct MaintenanceWindow
  • New field DatabasePort, FullVersion, ImportSourceProperties, MaintenancePolicy, PrivateEndpointConnections in struct ServerProperties
  • New field MaintenancePolicy, Network, Version in struct ServerPropertiesForUpdate
  • New field AutoIoScaling, LogOnDisk, StorageRedundancy in struct Storage
  • New field MaxBackupIntervalHours, MinBackupIntervalHours in struct StorageEditionCapability
  • New field Location, SubscriptionID in struct VirtualNetworkSubnetUsageResult

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot requested a review from a team as a code owner July 24, 2025 04:08
@renovate
renovate Bot requested a review from TylerGillson July 24, 2025 04:08
@renovate

renovate Bot commented Jul 24, 2025

Copy link
Copy Markdown
Contributor Author

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 12 additional dependencies were updated

Details:

Package Change
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.17.0 -> v1.18.1
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.8.2 -> v1.10.1
github.com/Azure/azure-sdk-for-go/sdk/internal v1.10.0 -> v1.11.1
github.com/AzureAD/microsoft-authentication-library-for-go v1.4.0 -> v1.4.2
github.com/golang-jwt/jwt/v5 v5.2.1 -> v5.2.2
golang.org/x/crypto v0.33.0 -> v0.40.0
golang.org/x/net v0.35.0 -> v0.42.0
golang.org/x/sync v0.11.0 -> v0.16.0
golang.org/x/sys v0.30.0 -> v0.34.0
golang.org/x/term v0.29.0 -> v0.33.0
golang.org/x/text v0.22.0 -> v0.27.0
golang.org/x/tools v0.30.0 -> v0.34.0

renovate-approve[bot]
renovate-approve Bot previously approved these changes Jul 24, 2025
@renovate
renovate Bot force-pushed the renovate/major-azure-sdk-for-go-monorepo branch from 53be1de to 19fb0f0 Compare September 23, 2025 23:41
@renovate renovate Bot changed the title deps(deps): update module github.com/azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute/v6 to v7 deps(deps): update azure-sdk-for-go monorepo (major) Sep 23, 2025
renovate-approve[bot]
renovate-approve Bot previously approved these changes Sep 23, 2025
@renovate
renovate Bot force-pushed the renovate/major-azure-sdk-for-go-monorepo branch from 19fb0f0 to af3be1e Compare October 10, 2025 05:06
renovate-approve[bot]
renovate-approve Bot previously approved these changes Oct 10, 2025
@renovate
renovate Bot force-pushed the renovate/major-azure-sdk-for-go-monorepo branch from af3be1e to 665d3ab Compare November 14, 2025 04:31
renovate-approve[bot]
renovate-approve Bot previously approved these changes Nov 14, 2025
@renovate
renovate Bot force-pushed the renovate/major-azure-sdk-for-go-monorepo branch from 665d3ab to e7d01b8 Compare January 20, 2026 09:39
@renovate

renovate Bot commented Jan 20, 2026

Copy link
Copy Markdown
Contributor Author

ℹ️ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 13 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.23.6 -> 1.25.0
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.17.0 -> v1.23.0
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.8.2 -> v1.14.0
github.com/stretchr/testify v1.10.0 -> v1.12.0
github.com/Azure/azure-sdk-for-go/sdk/internal v1.10.0 -> v1.12.0
github.com/AzureAD/microsoft-authentication-library-for-go v1.4.0 -> v1.8.0
github.com/golang-jwt/jwt/v5 v5.2.1 -> v5.3.1
golang.org/x/crypto v0.33.0 -> v0.55.0
golang.org/x/net v0.35.0 -> v0.58.0
golang.org/x/sync v0.11.0 -> v0.22.0
golang.org/x/sys v0.30.0 -> v0.47.0
golang.org/x/term v0.29.0 -> v0.45.0
golang.org/x/text v0.22.0 -> v0.41.0
golang.org/x/tools v0.30.0 -> v0.48.0

renovate-approve[bot]
renovate-approve Bot previously approved these changes Jan 20, 2026
@renovate
renovate Bot force-pushed the renovate/major-azure-sdk-for-go-monorepo branch from e7d01b8 to 6e0e824 Compare February 12, 2026 11:33
renovate-approve[bot]
renovate-approve Bot previously approved these changes Feb 12, 2026
@renovate
renovate Bot force-pushed the renovate/major-azure-sdk-for-go-monorepo branch from 6e0e824 to 47f806d Compare April 28, 2026 20:02
renovate-approve[bot]
renovate-approve Bot previously approved these changes Apr 28, 2026
@renovate
renovate Bot force-pushed the renovate/major-azure-sdk-for-go-monorepo branch from 47f806d to 008a4ea Compare June 23, 2026 19:37
renovate-approve[bot]
renovate-approve Bot previously approved these changes Jun 23, 2026
@renovate
renovate Bot force-pushed the renovate/major-azure-sdk-for-go-monorepo branch from 008a4ea to 847a5b1 Compare July 20, 2026 03:39
renovate-approve[bot]
renovate-approve Bot previously approved these changes Jul 20, 2026
@renovate
renovate Bot force-pushed the renovate/major-azure-sdk-for-go-monorepo branch from 847a5b1 to d07bff3 Compare August 22, 2026 20:28
renovate-approve[bot]
renovate-approve Bot previously approved these changes Aug 22, 2026
@renovate renovate Bot changed the title deps(deps): update azure-sdk-for-go monorepo (major) deps(deps): update module github.com/azure/azure-sdk-for-go/sdk/resourcemanager/quota/armquota to v2 Aug 30, 2026
@renovate
renovate Bot force-pushed the renovate/major-azure-sdk-for-go-monorepo branch from d07bff3 to 7381563 Compare August 30, 2026 17:07
renovate-approve[bot]
renovate-approve Bot previously approved these changes Aug 30, 2026
@renovate
renovate Bot force-pushed the renovate/major-azure-sdk-for-go-monorepo branch from 7381563 to 851c4e1 Compare August 30, 2026 22:14
@renovate renovate Bot changed the title deps(deps): update module github.com/azure/azure-sdk-for-go/sdk/resourcemanager/quota/armquota to v2 deps(deps): update azure-sdk-for-go monorepo (major) Aug 30, 2026
renovate-approve[bot]
renovate-approve Bot previously approved these changes Aug 30, 2026
@renovate
renovate Bot force-pushed the renovate/major-azure-sdk-for-go-monorepo branch from 851c4e1 to 1eda014 Compare September 1, 2026 22:16
@renovate renovate Bot changed the title deps(deps): update azure-sdk-for-go monorepo (major) deps(deps): update module github.com/azure/azure-sdk-for-go/sdk/resourcemanager/quota/armquota to v2 Sep 1, 2026
renovate-approve[bot]
renovate-approve Bot previously approved these changes Sep 1, 2026
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate
renovate Bot force-pushed the renovate/major-azure-sdk-for-go-monorepo branch from 1eda014 to 4ca24df Compare September 2, 2026 03:46
@renovate renovate Bot changed the title deps(deps): update module github.com/azure/azure-sdk-for-go/sdk/resourcemanager/quota/armquota to v2 deps(deps): update azure-sdk-for-go monorepo (major) Sep 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants