Implement schema option for PsDscAdapter#563
Implement schema option for PsDscAdapter#563Gijsreyn wants to merge 7 commits intoPowerShell:mainfrom
Conversation
@SteveL-MSFT I added one test now with a hardcoded resource manifest. I'm struggling to find out the logic how Do you mind helping me out and point me in the right direction? I would have expected the engine to call the |
|
@Gijsreyn to confirm this enhancement works for both Windows PowerShell and PowerShell adapters correct? |
It's been a while, but yes, I have explicitly added it to the |
|
@Gijsreyn can you resolve the merge conflict? |
|
@SteveL-MSFT The merge conflicts are resolved. I have hardcoded a resource manifest now to let the test pass, but I still need help with the earlier question. Can you guide me in the right direction, or can we pull it in for now? |
For adapters, For now, I think we should hold this PR until we resolve how it should work for any type of adapter. |
PR Summary
This pull request adresses partially the option to call
dsc resource schema -r <resourceName>for PowerShell adapters. If I'm not wrong, there is also an overarching issue but I couldn't find it. Pardon me on it.There are other questions popping up with this pull request:
PR Context