-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Make dsc3 and export experimentals stable #5487
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
Conversation
@@ -354,25 +354,3 @@ You can enable the feature as shown below. | |||
"resume": true | |||
}, | |||
``` | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not related to your change, but I noticed that Settings.md
is outdated because it lists resume
but not fonts
@@ -294,21 +294,6 @@ | |||
"type": "boolean", | |||
"default": false | |||
}, | |||
"configuration03": { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I dream of the day we finally get around to versioning this file...
I wonder if we could publish it as an artifact for each release, and have the schema URI point to the release instead of the source code. Or at least point to a release branch
{ | ||
set.Environment().ProcessorIdentifier(ConfigurationRemoting::ToString(ConfigurationRemoting::ProcessorEngine::DSCv3)); | ||
} | ||
set.Environment().ProcessorIdentifier(ConfigurationRemoting::ToString(ConfigurationRemoting::ProcessorEngine::DSCv3)); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If v3 is the default now, is there anything specific to v2 that need to be removed?
@@ -79,10 +75,6 @@ namespace AppInstaller::Settings | |||
return ExperimentalFeature{ "Direct MSI Installation", "directMSI", "https://aka.ms/winget-settings", Feature::DirectMSI }; | |||
case Feature::Resume: | |||
return ExperimentalFeature{ "Resume", "resume", "https://aka.ms/winget-settings", Feature::Resume }; | |||
case Feature::ConfigurationDSCv3: | |||
return ExperimentalFeature{ "Support for DSC v3", "dsc3", "https://aka.ms/winget-settings", Feature::ConfigurationDSCv3 }; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Have we, or will we ever used a link that wasn't https://aka.ms/winget-settings
?
Change
Move the
dsc3
andconfigureExport
features to stable.Microsoft Reviewers: Open in CodeFlow