Skip to content

Commit 871f185

Browse files
authored
Update Template Validator Readme to note that resource type property validations are not supported
1 parent e25e6c4 commit 871f185

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

TemplateValidator/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1+
> **_NOTE:_** The tool validates the ARM template for supported resource types and api versions in AzureStack. However it does not validate the properties supported for each resource type.
2+
>
13
# Validate Azure ARM Template Capabilities
24

3-
Generate the Cloud capabilities json by Get-AzureRMCloudCapability cmdlet under module .\CloudCapabilities\AzureRM.CloudCapabilities.psm1 based on your environment. You are required to deploy SQL RP, MYSQL RP or AppServices in order to use the respective resources.
5+
Generate the Cloud capabilities json by Get-AzCloudCapability cmdlet under module .\CloudCapabilities\Az.CloudCapabilities.psm1 based on your environment. You are required to deploy SQL RP, MYSQL RP or AppServices in order to use the respective resources.
46

57
Instructions below are relative to the .\TemplateValidator folder of the [AzureStack-Tools repo](..).
68
To Validate Compute Capabilities such as Images, Extensions & Sizes available in the CloudCapabilities.json add -IncludeComputeCapabilities

0 commit comments

Comments
 (0)