Skip to content

Commit

Permalink
Add resource mode support verbiage to App Insights migration guide (A…
Browse files Browse the repository at this point in the history
  • Loading branch information
scottaddie authored and mccoyp committed Sep 22, 2022
1 parent 16ed19d commit 6d11fad
Showing 1 changed file with 5 additions and 0 deletions.
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

0 comments on commit 6d11fad

Please sign in to comment.