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
$jsonObject.PSObject.Properties| Within 'Name''$schema','contentVersion','metadata','parameters','functions','variables','resources','outputs';
14
+
$jsonObject.PSObject.Properties| Within 'Name''$schema','languageVersion','contentVersion','definitions','metadata','parameters','functions','variables','resources','outputs';
15
15
}
16
16
17
17
# Synopsis: Use a more recent version of the Azure template schema.
$ruleResult.TargetName.Replace('\','/').Split('/')[-1] | Should -BeIn 'Resources.Template2.json','Resources.Template4.json','Resources.Template.Bicep1.json','Resources.Template.Bicep2.json';
70
+
$ruleResult.Length| Should -Be 5;
71
+
$ruleResult.TargetName.Replace('\','/').Split('/')[-1] | Should -BeIn 'Resources.Template2.json','Resources.Template4.json','Resources.Template.Bicep1.json','Resources.Template.Bicep2.json','Resources.Template.V2.json';
0 commit comments