- Learning PowerShell DSC(Second Edition)
- James Pogran
- 95字
- 2021-07-02 18:31:23
Separation of node and configuration IDs
In DSC V4, the ID of the specific DSC configuration applied to a given node uniquely represented the actual configuration and node that it was run on. In DSC V5, this has been separated into a configuration name and agent ID. The configuration name identifies the configuration on a target node, and the agent ID uniquely identifies a node.
This allows you to track both the configuration and node status independently and in relation to the other, giving a holistic picture of the coverage deployment of the whole environment.
推薦閱讀
- Go Web編程
- Django+Vue.js商城項目實戰
- JavaFX Essentials
- Learning Bayesian Models with R
- 機械工程師Python編程:入門、實戰與進階
- 人人都是網站分析師:從分析師的視角理解網站和解讀數據
- 正則表達式經典實例(第2版)
- TypeScript項目開發實戰
- 持續集成與持續交付實戰:用Jenkins、Travis CI和CircleCI構建和發布大規模高質量軟件
- C++語言程序設計
- ASP.NET求職寶典
- C#面向對象程序設計(第2版)
- Building a Media Center with Raspberry Pi
- 網絡綜合布線與組網實戰指南
- Mastering Python for Data Science