Skip to content

Commit a643caf

Browse files
authored
Fixed the MSAL Identity package
1 parent 3d667fe commit a643caf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/batch/batch-aad-auth.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ Include the following `using` statements in your code:
203203
```csharp
204204
using Microsoft.Azure.Batch;
205205
using Microsoft.Azure.Batch.Auth;
206-
using Microsoft.IdentityModel.Clients.ActiveDirectory;
206+
using Microsoft.Identity.Client;
207207
```
208208

209209
Reference the Azure AD endpoint in your code, including the tenant ID. To retrieve the tenant ID, follow the steps outlined in [Get the tenant ID for your Azure Active Directory](#get-the-tenant-id-for-your-active-directory):

0 commit comments

Comments
 (0)