return FALSE; $r = well_tag_thread__update(array('id' => $id), $update); return $r; } function well_tag_thread_find($tagid, $page, $pagesize) { $arr = well_tag_thread__find(array('tagid' => $tagid), array('id' => -1), $page, $pagesize); return $arr; } function well_tag_thread_find_by_tid($tid, $page, $pagesize) { $arr = well_tag_thread__find(array('tid' => $tid), array(), $page, $pagesize); return $arr; } ?>yaml - Issue while enabling azure defender for cloud plans using custom initiative and yml - Stack Overflow
最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

yaml - Issue while enabling azure defender for cloud plans using custom initiative and yml - Stack Overflow

programmeradmin2浏览0评论

I m trying to enable azure defender for cloud plans using a custom initiative with multiple policies using yaml. Plan gets enabled but the option of subPlan does not get applied. For eg for ARM i would like to use "PerSubscription" but it sticks to the default "perAPI Call" plan. Using below as reference

.html

here is my yaml. can anyone suggest what is missing here in setting the subPlan?

name: "azlz-configure microsoft defender for cloud plans"
display_name: AZ LZ Microsoft Defender for Cloud plans
description: AZ LZ Configure Microsoft Defender for Cloud plans
policies:
  deployDefenderArm:
    type: "BuiltIn"
    id: b7021b2b-08fd-4dc0-9de7-3c6ece09faf9
    default:
      parameters:
      subPlan:
        value: "PerSubscription"
发布评论

评论列表(0)

  1. 暂无评论