Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add resource mode support verbiage to App Insights migration guide #26082

Merged
merged 1 commit into from
Sep 8, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Familiarity with the `azure-applicationinsights` v0.1.0 package is assumed. If y
- [Cross-service SDK improvements](#cross-service-sdk-improvements)
- [New features](#new-features)
- [Important changes](#important-changes)
- [Resource mode support](#resource-mode-support)
- [The client](#the-client)
- [Client constructors and authentication](#client-constructors-and-authentication)
- [Send a single query request](#sending-a-single-query-request)
Expand Down Expand Up @@ -42,6 +43,10 @@ For more new features, changes, and bug fixes, see the [change log](https://gith

## Important changes

### Resource mode support

The Azure Monitor Query library doesn't support Application Insights resources using the [classic resource mode](https://docs.microsoft.com/azure/azure-monitor/app/create-new-resource). To use this library with a classic Application Insights resource, you must first [migrate to a workspace-based resource](https://docs.microsoft.com/azure/azure-monitor/app/convert-classic-resource).

### The client

To provide a more intuitive experience, the top-level client to [ApplicationInsightsDataClient](https://docs.microsoft.com/python/api/azure-applicationinsights/azure.applicationinsights.applicationinsightsdataclient?view=azure-python) has been split into two different clients:
Expand Down