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

Update Get-IncludedApps.ps1 #586

Conversation

AndrewDemski-ad-gmail-com
Copy link
Contributor

Expanded logic to allow pulling Whitelist from URI

Proposed Changes

It was recently brought to our attention that the Get-IncludedApps.ps1 file could provide a whitelist with package IDs from the registry and a locally stored text file, but when the same file was placed in e.g. a text file in the cloud (e.g. "Azure", we were... unable to get it…

To make our life easier, I decided to define a base class that defines the return object for all supported scenarios.
(If you find this necessary, I'm open to suggestions on where to move it.)

Related Issues

Inspired by #579 I decided to perform a quick test and with correctly configured Azure Storage Container I was able to safely retrieve the same file which I uploaded from local folder.

To make it usable for this test we will need to define another switch "$URIList" which will utilize new section of 'Get-IncludedApps' function.

Expanded logic to allow pulling Whitelist from URI
@AndrewDemski-ad-gmail-com
Copy link
Contributor Author

I'll finish integration with calling script blocks after weekend.

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

Successfully merging this pull request may close these issues.

None yet

1 participant