You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The discussion within this PR: dsccommunity/ActiveDirectoryCSDsc#79 has led me to think about how we could help guide resource creators to create resources using patterns that adhere to DSC practices and principles.
It could cover:
When to use IsSingleInstance
When to break a resource into multiple smaller resources (e.g. avoiding the use of EmbeddedInstance) - Single Responsibility Principle for resources?
When to use Ensure.
How to define a resource where parts of the resource parameter content may be modified outside DSC (E.g. the ADUser, ADGroup pattern).
How to select parameters to use as a Key
The text was updated successfully, but these errors were encountered:
The discussion within this PR: dsccommunity/ActiveDirectoryCSDsc#79 has led me to think about how we could help guide resource creators to create resources using patterns that adhere to DSC practices and principles.
It could cover:
Ensure
.The text was updated successfully, but these errors were encountered: