Skip to content

Commit 85ccec7

Browse files
Merge from master into vnext
2 parents 66731ad + ad17106 commit 85ccec7

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

CanaryValidator/Canary.Tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ param (
9696
[Parameter(ParameterSetName="tenant", Mandatory=$false)]
9797
[ValidateNotNullOrEmpty()]
9898
[string]$CanaryLogPath = $env:TMP + "\CanaryLogs$((Get-Date).Ticks)",
99-
[parameter(HelpMessage="Specifies the file name for canary log file")]
99+
[parameter(HelpMessage="Specifies the file name for canary log file")]
100100
[Parameter(ParameterSetName="default", Mandatory=$false)]
101101
[Parameter(ParameterSetName="tenant", Mandatory=$false)]
102102
[ValidateNotNullOrEmpty()]

TemplateValidator/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ To Validate Storage Capabilities such as Skus available in the CloudCapabilities
66
Import-Module ".\AzureRM.TemplateValidator.psm1"
77
```
88
# Prerequisites
9-
Create CloudCapabilities.json by using Get-AzureRMCloudCapabilities tool [AzureStack-Tools repo/CloudCapabilities](../CloudCapabilities). or use the provided sample AzureStackCapabilities_TP2.json in this folder
9+
Create CloudCapabilities.json by using Get-AzureRMCloudCapabilities tool [AzureStack-Tools repo/CloudCapabilities](../CloudCapabilities). or use the provided sample AzureStackCapabilities_TP3.json in this folder
1010
For Azure/AzureStack quickstart templates, git clone from below links
1111
https://github.com/Azure/AzureStack-QuickStart-Templates/
1212
https://github.com/Azure/Azure-QuickStart-Templates/
@@ -25,4 +25,4 @@ Warning - Changes are required either in Template or the validated cloud to depl
2525

2626
# TroubleShooting
2727
For "NotSupported" - Refer the region specific capability JSON for the supported capabilities.
28-
For Warnings(in Console Output) such as "No StorageSkus found in region specific Capabilities JSON file.", Please run Get-AzureRMCloudCapabilities with -IncludeComputeCapabilities and -IncludeStorageCapabilities
28+
For Warnings(in Console Output) such as "No StorageSkus found in region specific Capabilities JSON file.", Please run Get-AzureRMCloudCapabilities with -IncludeComputeCapabilities and -IncludeStorageCapabilities

0 commit comments

Comments
 (0)