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`)
}

貢獻者指南