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

Add the ability to specify "scope or unknown" via COM #2402

Merged
merged 2 commits into from
Aug 3, 2022

Conversation

JohnMcPMS
Copy link
Member

@JohnMcPMS JohnMcPMS commented Aug 2, 2022

Change

Adds two new scope options for COM; UserOrUnknown and SystemOrUnknown. These will allow the installer selection to consider both the specific scope, as well as an unknown scope.

Validation

Unit tests and COM E2E tests are added for the scenario.

Microsoft Reviewers: Open in CodeFlow

@JohnMcPMS JohnMcPMS requested a review from a team as a code owner August 2, 2022 00:26
{
testContext.Add<Data::AllowUnknownScope>(true);

ManifestComparator mc(ManifestComparatorTestContext{}, {});
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ManifestComparatorTestContext{}

nit: testContext

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not a nit, a copy-paste error that ends up not testing at all...

@JohnMcPMS JohnMcPMS merged commit 4950d33 into microsoft:master Aug 3, 2022
@JohnMcPMS JohnMcPMS deleted the scope-control branch August 3, 2022 23:51
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.

3 participants