Skip to content

Bump github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/monitor/armmonitor from 0.11.0 to 0.13.0 in /tests/end-to-end-tests - #182

Merged
johncollinson2001 merged 1 commit into
mainfrom
dependabot/go_modules/tests/end-to-end-tests/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/monitor/armmonitor-0.12.0
Aug 3, 2026
Merged

Bump github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/monitor/armmonitor from 0.11.0 to 0.13.0 in /tests/end-to-end-tests#182
johncollinson2001 merged 1 commit into
mainfrom
dependabot/go_modules/tests/end-to-end-tests/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/monitor/armmonitor-0.12.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 27, 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 dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels May 27, 2026
@johncollinson2001
johncollinson2001 enabled auto-merge (squash) August 3, 2026 16:33
@dependabot @github

dependabot Bot commented on behalf of github Aug 3, 2026

Copy link
Copy Markdown
Contributor Author

A newer version of github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/monitor/armmonitor exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

@johncollinson2001

Copy link
Copy Markdown
Contributor

@dependabot recreate

@dependabot dependabot Bot changed the title Bump github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/monitor/armmonitor from 0.11.0 to 0.12.0 in /tests/end-to-end-tests Bump github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/monitor/armmonitor from 0.11.0 to 0.13.0 in /tests/end-to-end-tests Aug 3, 2026
@dependabot
dependabot Bot force-pushed the dependabot/go_modules/tests/end-to-end-tests/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/monitor/armmonitor-0.12.0 branch from f4d3001 to 67f0f63 Compare August 3, 2026 19:26
@johncollinson2001

Copy link
Copy Markdown
Contributor

@dependabot rebase

…mmonitor

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.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/go_modules/tests/end-to-end-tests/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/monitor/armmonitor-0.12.0 branch from 67f0f63 to 05f5e22 Compare August 3, 2026 19:28
@johncollinson2001
johncollinson2001 merged commit b79553a into main Aug 3, 2026
3 checks passed
@dependabot
dependabot Bot deleted the dependabot/go_modules/tests/end-to-end-tests/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/monitor/armmonitor-0.12.0 branch August 3, 2026 20:38
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.

1 participant