-
Notifications
You must be signed in to change notification settings - Fork 47
Closed
Labels
Milestone
Description
Summary of the new feature / enhancement
Not sure yet if this is a good idea as I can see the main downside that you don't get a complete view of the configuration in one doc, but there might be use cases where you define separate config docs for network, storage, compute (as examples) and you want a higher level doc that applies all of them. So it could look like:
resources:
- name: networking
type: Microsoft.DSC/Include
properties:
configurationFile: ./networking.yaml
- name: storage
type: Microsoft.DSC/Include
properties:
configurationFile: ./storage.yaml
Proposed technical implementation details (optional)
No response
acangialosi