Skip to content

deps: Bump github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/monitor/armmonitor from 0.11.0 to 0.13.0 - #2570

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/monitor/armmonitor-0.13.0
Open

deps: Bump github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/monitor/armmonitor from 0.11.0 to 0.13.0#2570
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/monitor/armmonitor-0.13.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 23, 2026

Copy link
Copy Markdown
Contributor

Bumps github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/monitor/armmonitor from 0.11.0 to 0.13.0.

Release notes

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

sdk/resourcemanager/monitor/armmonitor/v0.13.0

0.13.0 (2026-07-15)

Features Added

  • New enum type CategoryType with values CategoryTypeLogs, CategoryTypeMetrics
  • New enum type DataStatus with values DataStatusNotPresent, DataStatusPresent
  • New enum type OnboardingStatus with values OnboardingStatusNotOnboarded, OnboardingStatusOnboarded, OnboardingStatusUnknown
  • New function *ClientFactory.NewCombineClient() *CombineClient
  • New function *ClientFactory.NewDiagnosticSettingsCategoryClient() *DiagnosticSettingsCategoryClient
  • New function *ClientFactory.NewDiagnosticSettingsClient() *DiagnosticSettingsClient
  • New function *ClientFactory.NewTenantActionGroupsClient() *TenantActionGroupsClient
  • New function *ClientFactory.NewVMInsightsClient() *VMInsightsClient
  • New function NewCombineClient(credential azcore.TokenCredential, options *arm.ClientOptions) (*CombineClient, error)
  • New function *CombineClient.BeginCreateNotificationsAtTenantActionGroupResourceLevel(ctx context.Context, managementGroupID string, tenantActionGroupName string, xmsClientTenantID string, notificationRequest TenantNotificationRequestBody, options *CombineClientBeginCreateNotificationsAtTenantActionGroupResourceLevelOptions) (*runtime.Poller[CombineClientCreateNotificationsAtTenantActionGroupResourceLevelResponse], error)
  • New function *CombineClient.GetTestNotificationsAtTenantActionGroupResourceLevel(ctx context.Context, managementGroupID string, tenantActionGroupName string, notificationID string, xmsClientTenantID string, options *CombineClientGetTestNotificationsAtTenantActionGroupResourceLevelOptions) (CombineClientGetTestNotificationsAtTenantActionGroupResourceLevelResponse, error)
  • New function NewDiagnosticSettingsCategoryClient(credential azcore.TokenCredential, options *arm.ClientOptions) (*DiagnosticSettingsCategoryClient, error)
  • New function *DiagnosticSettingsCategoryClient.Get(ctx context.Context, resourceURI string, name string, options *DiagnosticSettingsCategoryClientGetOptions) (DiagnosticSettingsCategoryClientGetResponse, error)
  • New function *DiagnosticSettingsCategoryClient.NewListPager(resourceURI string, options *DiagnosticSettingsCategoryClientListOptions) *runtime.Pager[DiagnosticSettingsCategoryClientListResponse]
  • New function NewDiagnosticSettingsClient(credential azcore.TokenCredential, options *arm.ClientOptions) (*DiagnosticSettingsClient, error)
  • New function *DiagnosticSettingsClient.CreateOrUpdate(ctx context.Context, resourceURI string, name string, parameters DiagnosticSettingsResource, options *DiagnosticSettingsClientCreateOrUpdateOptions) (DiagnosticSettingsClientCreateOrUpdateResponse, error)
  • New function *DiagnosticSettingsClient.Delete(ctx context.Context, resourceURI string, name string, options *DiagnosticSettingsClientDeleteOptions) (DiagnosticSettingsClientDeleteResponse, error)
  • New function *DiagnosticSettingsClient.Get(ctx context.Context, resourceURI string, name string, options *DiagnosticSettingsClientGetOptions) (DiagnosticSettingsClientGetResponse, error)
  • New function *DiagnosticSettingsClient.NewListPager(resourceURI string, options *DiagnosticSettingsClientListOptions) *runtime.Pager[DiagnosticSettingsClientListResponse]
  • New function NewTenantActionGroupsClient(credential azcore.TokenCredential, options *arm.ClientOptions) (*TenantActionGroupsClient, error)
  • New function *TenantActionGroupsClient.CreateOrUpdate(ctx context.Context, managementGroupID string, tenantActionGroupName string, xmsClientTenantID string, actionGroup TenantActionGroupResource, options *TenantActionGroupsClientCreateOrUpdateOptions) (TenantActionGroupsClientCreateOrUpdateResponse, error)
  • New function *TenantActionGroupsClient.Delete(ctx context.Context, managementGroupID string, tenantActionGroupName string, xmsClientTenantID string, options *TenantActionGroupsClientDeleteOptions) (TenantActionGroupsClientDeleteResponse, error)
  • New function *TenantActionGroupsClient.Get(ctx context.Context, managementGroupID string, tenantActionGroupName string, xmsClientTenantID string, options *TenantActionGroupsClientGetOptions) (TenantActionGroupsClientGetResponse, error)
  • New function *TenantActionGroupsClient.NewListByManagementGroupIDPager(managementGroupID string, xmsClientTenantID string, options *TenantActionGroupsClientListByManagementGroupIDOptions) *runtime.Pager[TenantActionGroupsClientListByManagementGroupIDResponse]
  • New function *TenantActionGroupsClient.Update(ctx context.Context, managementGroupID string, tenantActionGroupName string, xmsClientTenantID string, tenantActionGroupPatch TenantActionGroupPatchBody, options *TenantActionGroupsClientUpdateOptions) (TenantActionGroupsClientUpdateResponse, error)
  • New function NewVMInsightsClient(credential azcore.TokenCredential, options *arm.ClientOptions) (*VMInsightsClient, error)
  • New function *VMInsightsClient.GetOnboardingStatus(ctx context.Context, resourceURI string, options *VMInsightsClientGetOnboardingStatusOptions) (VMInsightsClientGetOnboardingStatusResponse, error)
  • New struct DataContainer
  • New struct DiagnosticSettings
  • New struct DiagnosticSettingsCategory
  • New struct DiagnosticSettingsCategoryResource
  • New struct DiagnosticSettingsCategoryResourceCollection
  • New struct DiagnosticSettingsResource
  • New struct DiagnosticSettingsResourceCollection
  • New struct TenantActionGroup
  • New struct TenantActionGroupActionDetail
  • New struct TenantActionGroupList
  • New struct TenantActionGroupPatchBody
  • New struct TenantActionGroupResource
  • New struct TenantActionGroupTestNotificationDetailsResponse
  • New struct TenantActionGroupWebhookReceiver
  • New struct TenantNotificationRequestBody
  • New struct VMInsightsOnboardingStatus
  • New struct VMInsightsOnboardingStatusProperties
  • New struct WorkspaceInfo
  • New struct WorkspaceInfoProperties

... (truncated)

Commits

Dependabot compatibility score

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

…tor/armmonitor

Bumps [github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/monitor/armmonitor](https://github.com/Azure/azure-sdk-for-go) from 0.11.0 to 0.13.0.
- [Release notes](https://github.com/Azure/azure-sdk-for-go/releases)
- [Commits](Azure/azure-sdk-for-go@sdk/azcore/v0.11.0...sdk/azcore/v0.13.0)

---
updated-dependencies:
- dependency-name: github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/monitor/armmonitor
  dependency-version: 0.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added area/dependencies Pull requests that update a dependency file lang/go The Go Programming Language labels Jul 23, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner July 23, 2026 13:55
@dependabot
dependabot Bot requested review from apontejaj and mereta July 23, 2026 13:55
@dependabot dependabot Bot added area/dependencies Pull requests that update a dependency file lang/go The Go Programming Language labels Jul 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/dependencies Pull requests that update a dependency file lang/go The Go Programming Language

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants