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

Resources are not supposed to have Resource in the module name #262

Closed
brywang-msft opened this issue Jan 12, 2017 · 8 comments
Closed

Resources are not supposed to have Resource in the module name #262

brywang-msft opened this issue Jan 12, 2017 · 8 comments

Comments

@brywang-msft
Copy link
Contributor

From @TravisEz13 on May 4, 2015 17:57

Copied from original issue: PowerShell/PackageManagementProviderResource#1

@brywang-msft
Copy link
Contributor Author

From @jianyunt on August 10, 2015 19:22

Thanks Travis. Do you have a better name for this project?

@brywang-msft
Copy link
Contributor Author

From @mgreenegit on December 12, 2015 15:9

PackageManagement

@brywang-msft
Copy link
Contributor Author

From @jianyunt on December 22, 2015 2:16

This name is already taken. PackageManagement (a.k.a OneGet) is the package manager's aggregator, it's a Windows inbox component and upgrade-able from PowerShellgallery.com. it deals with package discovery and installation etc.
Here we are dealing with the package provider's DSC resources. So PackageManagement may not be a good name either.

@brywang-msft
Copy link
Contributor Author

From @gaelcolas on August 26, 2016 16:15

Just to add an update here, the naming convention is discussed here: PowerShell/PowerShell-RFC#10 and the DSC community calls seems to be leaning towards _ModuleName_Dsc

That would give, IMO, PackageManagementDsc
At least when converted to an HQRM resource.

@brywang-msft
Copy link
Contributor Author

From @PlagueHO on November 15, 2016 3:39

My team has been attempting to use this resource and have run into a few bugs that we are fixing. So we are planning on fixing this as well as making the changes to bring it up to HQRM. So once that is done it might be worth renaming this resource at that point.

@brywang-msft
Copy link
Contributor Author

From @jianyunt on November 15, 2016 17:56

Can you please send Pull Request for a few bugs you are fixing so that we can integrate them?
Also we are considering merge this module to the PackageManagement, therefore won't have naming problem.

@brywang-msft
Copy link
Contributor Author

From @PlagueHO on November 16, 2016 5:25

Hi @jianyunt - sure thing. I'll get the fixes up to you guys once we figure out a solution - the main problem we have is that registering a package source using DSC registers under the Local System account (I think) rather than for a specific user. This might be a case of running the LCM under a different context (using PSDscRunAsCredential), but that isn't available for WMF4.0.

@jianyunt
Copy link
Contributor

Now we merged PackageManagementProviderResource to PackageManagement module.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants