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

New package: Microsoft.DSC.Preview version 3.0.0-preview.12 #199424

Merged

Conversation

Dragon1573
Copy link
Contributor

@Dragon1573 Dragon1573 commented Dec 17, 2024

Checklist for Pull Requests

Manifests

  • Have you checked that there aren't other open pull requests for the same manifest update/change?
  • This PR only modifies one (1) manifest
  • Have you validated your manifest locally with winget validate --manifest <path>?
  • Have you tested your manifest locally with winget install --manifest <path>?
  • Does your manifest conform to the 1.9 schema?

Note: <path> is the directory's name containing the manifest you're submitting.

Manual validation

Note

All tests are done in Windows Sandbox.

Installation
--> Installing WinGet
--> Disabling safety warning when running installers
Tip: you can type 'Update-EnvironmentVariables' to update your environment variables, such as after installing a new software.

--> Configuring Winget
Enabled admin setting 'LocalManifestFiles'.
Enabled admin setting 'LocalArchiveMalwareScanOverride'.

--> Installing the Manifest 3.0.0-preview.12

Found Desired State Configuration Platform [Microsoft.DSC.Preview] Version 3.0.0-preview.12
This application is licensed to you by its owner.
Microsoft is not responsible for, nor does it grant any licenses to, third-party packages.
Downloading https://github.com/PowerShell/DSC/releases/download/v3.0.0-preview.12/DSC-3.0.0-preview.12-x86_64-pc-windows-msvc.zip
  ██████████████████████████████  6.94 MB / 6.94 MB
Successfully verified installer hash
Extracting archive...
Successfully extracted archive
Starting package install...
Command line alias added: "dsc"
Path environment variable modified; restart your shell to use the new value.
Successfully installed

--> Refreshing environment variables

--> Comparing ARP Entries

DisplayName                          DisplayVersion   Publisher             ProductCode                          Scope
-----------                          --------------   ---------             -----------                          -----
Desired State Configuration Platform 3.0.0-preview.12 Microsoft Corporation Microsoft.DSC.Preview__DefaultSource User
Further tests
PS C:\Users\WDAGUtilityAccount\Desktop\winget-pkgs> dsc.exe
Apply configuration or invoke specific DSC resources

Usage: dsc.exe [OPTIONS] <COMMAND>

Commands:
  completer  Generate a shell completion script
  config     Apply a configuration document
  resource   Invoke a specific DSC resource
  schema     Get the JSON schema for a DSC type
  help       Print this message or the help of the given subcommand(s)

Options:
  -l, --trace-level <TRACE_LEVEL>    Trace level to use [possible values: error, warn, info, debug, trace]
  -t, --trace-format <TRACE_FORMAT>  Trace format to use [possible values: default, plaintext, json]
  -h, --help                         Print help
  -V, --version                      Print version

PS C:\Users\WDAGUtilityAccount\Desktop\winget-pkgs> dsc.exe schema
error: the following required arguments were not provided:
  --type <type>

Usage: dsc.exe schema --type <type>

For more information, try '--help'.

PS C:\Users\WDAGUtilityAccount\Desktop\winget-pkgs> dsc.exe schema --help
Get the JSON schema for a DSC type

Usage: dsc.exe schema [OPTIONS] --type <type>

Options:
  -t, --type <type>                    The type of DSC schema to get [possible values: get-result, set-result, test-result, resolve-result, dsc-resource, resource-manifest, include, configuration, configuration-get-result, configuration-set-result, configuration-test-result]
  -o, --output-format <OUTPUT_FORMAT>  The output format to use [possible values: json, pretty-json, yaml]
  -h, --help                           Print help

Microsoft Reviewers: Open in CodeFlow

@wingetbot
Copy link
Collaborator

Service Badge  Service Badge  

@wingetbot
Copy link
Collaborator

/AzurePipelines run

@wingetbot wingetbot added the Manifest-Installer-Validation-Error Manifest installer validation failed label Dec 17, 2024
@microsoft-github-policy-service microsoft-github-policy-service bot added the Needs-Author-Feedback This needs a response from the author. label Dec 17, 2024
@microsoft-github-policy-service microsoft-github-policy-service bot added Needs-Attention This work item needs to be reviewed by a member of the core team. and removed Needs-Author-Feedback This needs a response from the author. labels Dec 17, 2024
- Remove `msixbundle` installer to avoid complaints during validation
@wingetbot
Copy link
Collaborator

/AzurePipelines run

@microsoft-github-policy-service microsoft-github-policy-service bot removed Manifest-Installer-Validation-Error Manifest installer validation failed Needs-Attention This work item needs to be reviewed by a member of the core team. labels Dec 17, 2024
@wingetbot wingetbot added the Validation-Installation-Error Error installing application label Dec 17, 2024
@microsoft-github-policy-service microsoft-github-policy-service bot added the Needs-Author-Feedback This needs a response from the author. label Dec 17, 2024
- Add "MSVC" as package dependencies.

Signed-off-by: Dragon1573 <[email protected]>
@wingetbot
Copy link
Collaborator

/AzurePipelines run

@microsoft-github-policy-service microsoft-github-policy-service bot removed Needs-Author-Feedback This needs a response from the author. Validation-Installation-Error Error installing application labels Dec 18, 2024
@wingetbot wingetbot added New-Package Azure-Pipeline-Passed Validation pipeline passed. There may still be manual validation requirements. Validation-Completed Validation passed labels Dec 18, 2024
@stephengillie
Copy link
Collaborator

Verify:
image

@microsoft-github-policy-service microsoft-github-policy-service bot merged commit a247523 into microsoft:master Dec 18, 2024
2 checks passed
@microsoft-github-policy-service microsoft-github-policy-service bot added the Moderator-Approved One of the Moderators has reviewed and approved this PR label Dec 18, 2024
@wingetbot
Copy link
Collaborator

Publish pipeline succeeded for this Pull Request. Once you refresh your index, this change should be present.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Azure-Pipeline-Passed Validation pipeline passed. There may still be manual validation requirements. Moderator-Approved One of the Moderators has reviewed and approved this PR New-Package Publish-Pipeline-Succeeded Validation-Completed Validation passed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Package Request]: Microsoft.DSC
3 participants