diff --git a/docs/artifacts/tutorials/private-powershell-library.md b/docs/artifacts/tutorials/private-powershell-library.md index 7d277a3988f..32756e224e6 100644 --- a/docs/artifacts/tutorials/private-powershell-library.md +++ b/docs/artifacts/tutorials/private-powershell-library.md @@ -4,10 +4,10 @@ description: Use Azure Artifacts within Azure DevOps Services to create your own ms.prod: devops ms.technology: devops-artifacts ms.manager: mijacobs -ms.author: phwilson -author: chasewilson +ms.author: rabououn +author: ramiMSFT ms.reviewer: amullans -ms.date: 11/19/2018 +ms.date: 02/26/2020 monikerRange: 'azure-devops' --- @@ -18,7 +18,7 @@ monikerRange: 'azure-devops' Azure Artifacts provides an easy way to share your PowerShell scripts and books across your entire team or company. By storing your PowerShell scripts in a private NuGet repository within Azure Artifacts, you can give members of your team the ability to download or update them quickly using the command line. > [!NOTE] -> This guide assumes you've already set up Azure Artifacts. You can check out how to license the extension in the [License Azure Artifacts guide](../start-using-azure-artifacts.md). Regardless of the license, make note of that Azure DevOps Services doesn't not support Anonymous Authentication over HTTP. +> This guide assumes you've already set up Azure Artifacts. You can check out how to license the extension in the [License Azure Artifacts guide](../start-using-azure-artifacts.md). In this tutorial, you'll learn how to use Azure Artifacts as a private PowerShell repository that your team can download and upload PowerShell modules to. You'll complete the following steps: