- 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.
推薦閱讀
- The Complete Rust Programming Reference Guide
- Instant Testing with CasperJS
- Spring 5企業級開發實戰
- PHP程序設計(慕課版)
- Practical DevOps
- Linux:Embedded Development
- 蘋果的產品設計之道:創建優秀產品、服務和用戶體驗的七個原則
- LabVIEW虛擬儀器程序設計從入門到精通(第二版)
- 零基礎學C語言程序設計
- 遠方:兩位持續創業者的點滴思考
- AMP:Building Accelerated Mobile Pages
- C#程序設計基礎入門教程
- ASP.NET Core and Angular 2
- INSTANT LESS CSS Preprocessor How-to
- Learning jqPlot