Azure/template-analyzer

Add support for the evaluate keyword

开放

#92 创建于 2021年4月19日

 (1 条评论) (0 个反应) (0 位负责人)C# (42 个派生)auto 404
enhancementgood first issuerevisit

仓库指标

星标
 (143 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

The evaluate keyword is to be combined with the where clause. This evaluates the condition encompassed against the scope specified in the where clause. See Evaluate documentation for more details

Example

{
    "evaluate": {
        "resourceType": "Microsoft.Compute/virtualMachines",
        "path": "properties.osProfile.adminPassword",
        "hasValue": false // Evaluates to `true`
    } // Evaluates to the same as the inner evaluation (`true`)
}

贡献者指南