From cffa643db8afd1e474cafdac0ba434f840f3847b Mon Sep 17 00:00:00 2001 From: Krishna Nithin Date: Mon, 28 Aug 2017 15:07:56 -0700 Subject: [PATCH] README update --- CanaryValidator/README.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/CanaryValidator/README.md b/CanaryValidator/README.md index 826a7abe..27c34674 100644 --- a/CanaryValidator/README.md +++ b/CanaryValidator/README.md @@ -15,9 +15,9 @@ Set-Location -Path ".\AzureStack-Tools-master\CanaryValidator" -PassThru ## To execute Canary as Tenant Administrator (if Windows Server 2016 or Windows Server 2012-R2 images are already present in the PIR) ```powershell -# Install-Module -Name 'AzureRm.Bootstrapper' -Scope CurrentUser -# Install-AzureRmProfile -profile '2017-03-09-profile' -Force -Scope CurrentUser -# Install-Module -Name AzureStack -RequiredVersion 1.2.10 -Scope CurrentUser +# Install-Module -Name 'AzureRm.Bootstrapper' +# Install-AzureRmProfile -profile '2017-03-09-profile' -Force +# Install-Module -Name AzureStack -RequiredVersion 1.2.10 $TenantAdminCreds = New-Object System.Management.Automation.PSCredential "", (ConvertTo-SecureString "" -AsPlainText -Force) $ServiceAdminCreds = New-Object System.Management.Automation.PSCredential "", (ConvertTo-SecureString "" -AsPlainText -Force) .\Canary.Tests.ps1 -TenantID "" -AdminArmEndpoint "" -ServiceAdminCredentials $ServiceAdminCreds -TenantArmEndpoint "" -TenantAdminCredentials $TenantAdminCreds @@ -27,9 +27,9 @@ $ServiceAdminCreds = New-Object System.Management.Automation.PSCredential "", (ConvertTo-SecureString "" -AsPlainText -Force) $ServiceAdminCreds = New-Object System.Management.Automation.PSCredential "", (ConvertTo-SecureString "" -AsPlainText -Force) .\Canary.Tests.ps1 -TenantID "" -AdminArmEndpoint "" -ServiceAdminCredentials $ServiceAdminCreds -TenantArmEndpoint "" -TenantAdminCredentials $TenantAdminCreds -WindowsISOPath "" @@ -39,9 +39,9 @@ $ServiceAdminCreds = New-Object System.Management.Automation.PSCredential "", (ConvertTo-SecureString "" -AsPlainText -Force) .\Canary.Tests.ps1 -TenantID "" -AdminArmEndpoint "" -ServiceAdminCredentials $ServiceAdminCreds -ExclusionList "ListFabricResourceProviderInfo","ListUpdateResourceProviderInfo"