Skip to content

Commit

Permalink
feat: 配置平台(CMDB) 相关插件支持 云区域:IP TencentBlueKing#7432
Browse files Browse the repository at this point in the history
  • Loading branch information
lTimej committed May 13, 2024
1 parent c920103 commit bf4e0fa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ def execute(self, data, parent_data):
properties[cc_host_property] = cc_host_prop_value

for host_id in host_result["data"]:
update_host_message.append({"properties": properties, "bk_host_id": int(host_id)})
update_host_message.append({"bk_host_id": int(host_id), "properties": properties})

cc_kwargs = {"bk_supplier_account": supplier_account, "update": update_host_message}

Expand Down

0 comments on commit bf4e0fa

Please sign in to comment.