From 6474277d5af6f2273284de1948b2cceb2d37e954 Mon Sep 17 00:00:00 2001 From: Bogdan Gavril Date: Tue, 3 Oct 2023 14:04:03 +0100 Subject: [PATCH] Update powershell-support.md --- msal-dotnet-articles/advanced/powershell-support.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/msal-dotnet-articles/advanced/powershell-support.md b/msal-dotnet-articles/advanced/powershell-support.md index 0f1db9dab..a6e05c020 100644 --- a/msal-dotnet-articles/advanced/powershell-support.md +++ b/msal-dotnet-articles/advanced/powershell-support.md @@ -13,5 +13,3 @@ Consider using higher level APIs which are officially supported: - [Azure PowerShell SDK](/powershell/azure/new-azureps-module-az) PowerShell was designed to be able to call into .NET code and there are [numerous resources](https://stackoverflow.com/questions/3079346/how-to-reference-net-assemblies-using-powershell) that describe how to do this. - -For non-production scenarios or cases where you have the ability to leverage community tools we recommend using [MSAL.PS](https://www.powershellgallery.com/packages/MSAL.PS/).