Skip to content

Commit 8b55394

Browse files
committed
Update readme with azurestack version
1 parent ddc3308 commit 8b55394

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

CanaryValidator/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Set-Location -Path ".\AzureStack-Tools-master\CanaryValidator" -PassThru
1515
# To execute Canary as Tenant Administrator (if Windows Server 2016 or Windows Server 2012-R2 images are already present in the PIR)
1616
```powershell
1717
# Install-Module AzureRM -RequiredVersion 1.2.8 -Scope CurrentUser
18-
# Install-Module AzureStack
18+
# Install-Module AzureStack -RequiredVersion 1.2.8 -Force
1919
$TenantAdminCreds = New-Object System.Management.Automation.PSCredential "<Tenant Admin username>", (ConvertTo-SecureString "<Tenant Admin password>" -AsPlainText -Force)
2020
$ServiceAdminCreds = New-Object System.Management.Automation.PSCredential "<Service Admin username>", (ConvertTo-SecureString "<Service Admin password>" -AsPlainText -Force)
2121
.\Canary.Tests.ps1 -TenantID "<TenantID from Azure Active Directory>" -AdminArmEndpoint "<Administrative ARM endpoint>" -ServiceAdminCredentials $ServiceAdminCreds -TenantArmEndpoint "<Tenant ARM endpoint>" -TenantAdminCredentials $TenantAdminCreds -WindowsISOPath "<path where the WS2016 ISO is present>"
@@ -25,7 +25,7 @@ $ServiceAdminCreds = New-Object System.Management.Automation.PSCredential "<Ser
2525
```powershell
2626
# Download the WS2016 ISO image from: https://www.microsoft.com/en-us/evalcenter/evaluate-windows-server-2016, and place it on your local machine
2727
# Install-Module AzureRM -RequiredVersion 1.2.8 -Scope CurrentUser
28-
# Install-Module AzureStack
28+
# Install-Module AzureStack-RequiredVersion 1.2.8 -Force
2929
$TenantAdminCreds = New-Object System.Management.Automation.PSCredential "<Tenant Admin username>", (ConvertTo-SecureString "<Tenant Admin password>" -AsPlainText -Force)
3030
$ServiceAdminCreds = New-Object System.Management.Automation.PSCredential "<Service Admin username>", (ConvertTo-SecureString "<Service Admin password>" -AsPlainText -Force)
3131
.\Canary.Tests.ps1 -TenantID "<TenantID from Azure Active Directory>" -AdminArmEndpoint "<Administrative ARM endpoint>" -ServiceAdminCredentials $ServiceAdminCreds -TenantArmEndpoint "<Tenant ARM endpoint>" -TenantAdminCredentials $TenantAdminCreds -WindowsISOPath "<path where the WS2016 ISO is present>" -WindowsISOPath "<Local ISO path>"
@@ -34,7 +34,7 @@ $ServiceAdminCreds = New-Object System.Management.Automation.PSCredential "<Ser
3434
# To execute Canary as Service Administrator
3535
```powershell
3636
# Install-Module AzureRM -RequiredVersion 1.2.8 -Scope CurrentUser
37-
# Install-Module AzureStack
37+
# Install-Module AzureStack-RequiredVersion 1.2.8 -Force
3838
$ServiceAdminCreds = New-Object System.Management.Automation.PSCredential "<Service Admin username>", (ConvertTo-SecureString "<Service Admin password>" -AsPlainText -Force)
3939
.\Canary.Tests.ps1 -TenantID "<TenantID from Azure Active Directory>" -AdminArmEndpoint "<Administrative ARM endpoint>" -ServiceAdminCredentials $ServiceAdminCreds -WindowsISOPath "<path where the WS2016 ISO is present>"
4040
```

0 commit comments

Comments
 (0)