Code Monkey home page Code Monkey logo

Comments (7)

smurawski avatar smurawski commented on August 12, 2024

It should be more granular. One problem is that Test-DscResource has to be able to find the resource, which means it needs to be on your path, and if you are using V4, it HAS to be in either $pshome/modules or $env:programfiles/windowspowershell/modules. V5 doesn't have that issue. As long as it is on the system path for PSModulePath, it's a valid location.

That doesn't solve the problem of Test-DscResource, which would need to be modified to target stuff outside psmodulepath.

from dsc.

dlwyatt avatar dlwyatt commented on August 12, 2024

Test-cDscResource can be passed a folder path instead of a module name, and the folder path doesn't have to be in PSModulePath. It only falls back to using Get-DscResource if the value you pass in fails a Test-Path.

However, the current implementation of Where-DscResource and Get-DscResourceForModule would need to be changed in order to support this. Instead of this:

            $AllResources = Get-DscResource |                 Where-Object {$_.implementedas -like 'PowerShell'}

We would need to identify resource paths without using Get-DscResource (probably by just looking for the DSCResources\ path where .psm1 and .schema.mof exist.)

from dsc.

smurawski avatar smurawski commented on August 12, 2024

Schema.mof definitely, but since you can have binary modules, can't count on .psm1

from dsc.

smurawski avatar smurawski commented on August 12, 2024

@dlwyatt if you have cycles.. modify away!

from dsc.

dlwyatt avatar dlwyatt commented on August 12, 2024

I'm not quite ready to do that yet. :) I'm still learning about the modules, and setting up an Azure environment where I can test them. I submitted this issue based on reading (but not executing) the code, plus our Twitter conversations with Jacob over the past couple of days.

Once I've got my configurationdata / configuration samples set up and can run a full test of Invoke-DscBuild, I'll start to work on this issue (assuming someone else hasn't taken care of it already.)

from dsc.

vhusker avatar vhusker commented on August 12, 2024

Dave Wyatt, you are the man

from dsc.

dlwyatt avatar dlwyatt commented on August 12, 2024

Already fixed in the development branch.

from dsc.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.