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

Closed
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
Closed

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

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

…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 added area/dependencies Pull requests that update a dependency file lang/go The Go Programming Language labels Jul 23, 2026
@github-actions

Copy link
Copy Markdown

This PR will be closed in 7 days due to inactivity.

@github-actions github-actions Bot added the meta/waiting-for-author Blocked and waiting on the author label Aug 23, 2026
@github-actions

Copy link
Copy Markdown

Pull request closed due to inactivity.

@github-actions github-actions Bot closed this Aug 31, 2026
@dependabot @github

dependabot Bot commented on behalf of github Aug 31, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@github-actions
github-actions Bot deleted the dependabot/go_modules/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/monitor/armmonitor-0.13.0 branch August 31, 2026 00:42
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 meta/waiting-for-author Blocked and waiting on the author

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants