Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider adding 'Source' to WindowsCapability #361

Closed
brwilkinson opened this issue Mar 9, 2021 · 1 comment · Fixed by #363
Closed

Consider adding 'Source' to WindowsCapability #361

brwilkinson opened this issue Mar 9, 2021 · 1 comment · Fixed by #363
Assignees
Labels
enhancement The issue is an enhancement request. in progress The issue is being actively worked on by someone.

Comments

@brwilkinson
Copy link
Contributor

Consider adding support for offline capability installs.

image

current:

WindowsCapability [String] #ResourceName                                                                                                                                                                                                               {                                                                                                                                                                                                                                                          Name = [string]
    [DependsOn = [string[]]]
    [Ensure = [string]{ Absent | Present }]
    [LogLevel = [string]{ Errors | Warnings | WarningsInfo }]
    [LogPath = [string]]
    [PsDscRunAsCredential = [PSCredential]]
}

proposed:

WindowsCapability [String] #ResourceName                                                                                                                                                                                                               {                                                                                                                                                                                                                                                          Name = [string]
    [DependsOn = [string[]]]
    [Ensure = [string]{ Absent | Present }]
    [LogLevel = [string]{ Errors | Warnings | WarningsInfo }]
    [LogPath = [string]]
    [PsDscRunAsCredential = [PSCredential]]
    [Source =  [string]]
}
@PlagueHO PlagueHO added enhancement The issue is an enhancement request. in progress The issue is being actively worked on by someone. labels Apr 5, 2021
@PlagueHO
Copy link
Member

PlagueHO commented Apr 5, 2021

Thanks for submitting this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement The issue is an enhancement request. in progress The issue is being actively worked on by someone.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants