Skip to content

Commit f9923d8

Browse files
authored
Merge pull request #5 from Azure/master
Merge from Azure:Master
2 parents 1e59bed + 02b195e commit f9923d8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

CanaryValidator/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Set-Location -Path ".\AzureStack-Tools-master\CanaryValidator" -PassThru
1717
```powershell
1818
# Install-Module -Name 'AzureRm.Bootstrapper' -Scope CurrentUser
1919
# Install-AzureRmProfile -profile '2017-03-09-profile' -Force -Scope CurrentUser
20-
# Install-Module -Name AzureStack -RequiredVersion 1.2.9 -Scope CurrentUser
20+
# Install-Module -Name AzureStack -RequiredVersion 1.2.10 -Scope CurrentUser
2121
$TenantAdminCreds = New-Object System.Management.Automation.PSCredential "<Tenant Admin username>", (ConvertTo-SecureString "<Tenant Admin password>" -AsPlainText -Force)
2222
$ServiceAdminCreds = New-Object System.Management.Automation.PSCredential "<Service Admin username>", (ConvertTo-SecureString "<Service Admin password>" -AsPlainText -Force)
2323
.\Canary.Tests.ps1 -TenantID "<TenantID from Azure Active Directory>" -AdminArmEndpoint "<Administrative ARM endpoint>" -ServiceAdminCredentials $ServiceAdminCreds -TenantArmEndpoint "<Tenant ARM endpoint>" -TenantAdminCredentials $TenantAdminCreds
@@ -29,7 +29,7 @@ $ServiceAdminCreds = New-Object System.Management.Automation.PSCredential "<Ser
2929
# Download the WS2016 ISO image from: https://www.microsoft.com/en-us/evalcenter/evaluate-windows-server-2016, and place it on your local machine
3030
# Install-Module -Name 'AzureRm.Bootstrapper' -Scope CurrentUser
3131
# Install-AzureRmProfile -profile '2017-03-09-profile' -Force -Scope CurrentUser
32-
# Install-Module -Name AzureStack -RequiredVersion 1.2.9 -Scope CurrentUser
32+
# Install-Module -Name AzureStack -RequiredVersion 1.2.10 -Scope CurrentUser
3333
$TenantAdminCreds = New-Object System.Management.Automation.PSCredential "<Tenant Admin username>", (ConvertTo-SecureString "<Tenant Admin password>" -AsPlainText -Force)
3434
$ServiceAdminCreds = New-Object System.Management.Automation.PSCredential "<Service Admin username>", (ConvertTo-SecureString "<Service Admin password>" -AsPlainText -Force)
3535
.\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>"
@@ -40,7 +40,7 @@ $ServiceAdminCreds = New-Object System.Management.Automation.PSCredential "<Ser
4040
```powershell
4141
# Install-Module -Name 'AzureRm.Bootstrapper' -Scope CurrentUser
4242
# Install-AzureRmProfile -profile '2017-03-09-profile' -Force -Scope CurrentUser
43-
# Install-Module -Name AzureStack -RequiredVersion 1.2.9 -Scope CurrentUser
43+
# Install-Module -Name AzureStack -RequiredVersion 1.2.10 -Scope CurrentUser
4444
$ServiceAdminCreds = New-Object System.Management.Automation.PSCredential "<Service Admin username>", (ConvertTo-SecureString "<Service Admin password>" -AsPlainText -Force)
4545
.\Canary.Tests.ps1 -TenantID "<TenantID from Azure Active Directory>" -AdminArmEndpoint "<Administrative ARM endpoint>" -ServiceAdminCredentials $ServiceAdminCreds
4646
```
@@ -50,7 +50,7 @@ $ServiceAdminCreds = New-Object System.Management.Automation.PSCredential "<Ser
5050
```powershell
5151
# Install-Module -Name 'AzureRm.Bootstrapper' -Scope CurrentUser
5252
# Install-AzureRmProfile -profile '2017-03-09-profile' -Force -Scope CurrentUser
53-
# Install-Module -Name AzureStack -RequiredVersion 1.2.9 -Scope CurrentUser
53+
# Install-Module -Name AzureStack -RequiredVersion 1.2.10 -Scope CurrentUser
5454
.\Canary.Tests.ps1 -ListAvailable
5555
5656
Sample output:
@@ -136,7 +136,7 @@ List of scenarios in Canary:
136136
```powershell
137137
# Install-Module -Name 'AzureRm.Bootstrapper' -Scope CurrentUser
138138
# Install-AzureRmProfile -profile '2017-03-09-profile' -Force -Scope CurrentUser
139-
# Install-Module -Name AzureStack -RequiredVersion 1.2.9 -Scope CurrentUser
139+
# Install-Module -Name AzureStack -RequiredVersion 1.2.10 -Scope CurrentUser
140140
# A new paramter called ExclusionList has been added which is a string array. Pass in the list of usecases you don't want to execute to this parameter.
141141
$ServiceAdminCreds = New-Object System.Management.Automation.PSCredential "<Service Admin username>", (ConvertTo-SecureString "<Service Admin password>" -AsPlainText -Force)
142142
.\Canary.Tests.ps1 -TenantID "<TenantID from Azure Active Directory>" -AdminArmEndpoint "<Administrative ARM endpoint>" -ServiceAdminCredentials $ServiceAdminCreds -ExclusionList "ListFabricResourceProviderInfo","ListUpdateResourceProviderInfo"

0 commit comments

Comments
 (0)