- Learning PowerShell DSC(Second Edition)
- James Pogran
- 119字
- 2021-07-02 18:31:22
DSC resource side-by-side installation
In DSC V4, you can only have one version of a DSC resource installed. DSC V5 detects versions of DSC resources now, which allows you to have more than one version present on the filesystem. Different DSC configurations can now rely on different versions of DSC resources and not affect each other.
Currently, class-based DSC resources do not allow more than one version of a DSC resource on a target node. This will most likely be fixed by the time of release, as what is currently available is only in preview. We mention it here as a warning while using the preview releases and expect it not to matter when the final version is released.
推薦閱讀
- Python 3.7網絡爬蟲快速入門
- Rust實戰
- Building a RESTful Web Service with Spring
- Learning ArcGIS Pro 2
- 單片機C語言程序設計實訓100例:基于STC8051+Proteus仿真與實戰
- 技術領導力:程序員如何才能帶團隊
- SQL語言從入門到精通
- 游戲程序設計教程
- Scala編程實戰(原書第2版)
- 軟件測試技術指南
- Python編程實戰
- D3.js 4.x Data Visualization(Third Edition)
- Getting Started with Gulp
- Terraform:多云、混合云環境下實現基礎設施即代碼(第2版)
- ElasticSearch Cookbook(Second Edition)