You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: TemplateValidator/README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff 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
+
>
1
3
# Validate Azure ARM Template Capabilities
2
4
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.
4
6
5
7
Instructions below are relative to the .\TemplateValidator folder of the [AzureStack-Tools repo](..).
6
8
To Validate Compute Capabilities such as Images, Extensions & Sizes available in the CloudCapabilities.json add -IncludeComputeCapabilities
0 commit comments