From b2807301c5e644b5497d2136fcb9dcea2a110f7c Mon Sep 17 00:00:00 2001 From: Dan Rediske Date: Mon, 1 Aug 2016 10:10:11 -0700 Subject: [PATCH] Update README.md --- .../security/azure-active-directory-auth/token/README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/samples/features/security/azure-active-directory-auth/token/README.md b/samples/features/security/azure-active-directory-auth/token/README.md index f5739b40..0902442b 100644 --- a/samples/features/security/azure-active-directory-auth/token/README.md +++ b/samples/features/security/azure-active-directory-auth/token/README.md @@ -12,7 +12,6 @@ The Token project contains a simple console application that connects to Azure S **Software prerequisites:** - 1. The `makecert.exe` utility, which is included in the Windows SDK + It is sometimes included in Visual Studio installations (depending on the selections made during installation). A search of your machine for `makecert.exe` would provide verification that the Windows SDK was installed. + If the Windows SDK was not installed, you may [download it here](http://msdn.microsoft.com/en-US/windows/desktop/aa904949) @@ -21,10 +20,6 @@ The Token project contains a simple console application that connects to Azure S + To download the latest PowerShell version [see this page](https://azure.microsoft.com/en-us/documentation/articles/powershell-install-configure/#Install) + [Install the Azure AD PowerShell Module](https://msdn.microsoft.com/en-us/library/azure/jj151815.aspx), if it is not already installed in your client machine. -**Other Prerequisites** - -TODO: Other Prerequisites - ## Run this sample