Skip to content

Commit 539862a

Browse files
authored
Update compat doc with acquisition restriction (#7675)
1 parent febae06 commit 539862a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

documentation/compatibility/9.0/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,15 @@ If you are migrating your usage to `dotnet monitor` 9.0, the following changes m
66

77
| Area | Title | Introduced |
88
|--|--|--|
9+
| Acquisition | [.NET tool installation requires .NET 9 SDK](#acquisition-net-tool-installation-requires-net-9-sdk) | Preview 1 |
910
| Configuration | [`TenantId` is now required when configuring Azure Active Directory authentication](#configuration-azure-active-directory-authentication) | RC 2 |
1011

1112
## Details
1213

14+
### Acquisition: .NET tool installation requires .NET 9 SDK
15+
16+
Acquisition of the tool through `dotnet tool` command requires the use of the .NET 9 SDK as the tool requires .NET 9 run. This has no impact on what applications can be monitored nor any impact on the `dotnet/monitor` Docker image.
17+
1318
### Configuration: Azure Active Directory Authentication
1419

1520
When using Azure Active Directory (Entra ID) for authentication, setting the `TenantId` option is now **required**. See [Azure Active Directory Authentication Configuration](../../configuration/azure-ad-authentication-configuration.md#configuration-options) for more details.

0 commit comments

Comments
 (0)