github microsoft/PSRule v3.0.0-B0416

pre-release18 hours ago

What's changed since pre-release v3.0.0-B0390:

  • New features:
    • Added support dependency management in VSCode by @BernieWhite.
      #2734
      • Code lens in ps-rule.lock.json allows you to upgrade all or specific modules to the latest version.
      • The command Upgrade dependency allows you to upgrade all or specific modules to the latest version.
    • Added support for enabling/ disabling emitters by @BernieWhite.
      #2752
      • Emitters can be enabled or disabled by setting the enabled property on each format.
      • Additionally, the formats parameter/ input can be set on the command-line and CI to enable emitters for a run.
    • Added support for configuring replacement string for each format by @BernieWhite.
      #2753
      • Replacement strings allow common literal tokens to be replaced when processed by PSRule.
        i.e. {{environment}} replaced with dev.
      • All built-in emitters now support replacement strings, by configuring the replace property on each format.
  • Bug fixes:

See change log.

Don't miss a new PSRule release

NewReleases is sending notifications on new releases.