Skip to content

v3.3.0

Latest

Choose a tag to compare

@SteveL-MSFT SteveL-MSFT released this 17 Sep 14:53
4b49240

What's changed

These release notes describe updates to DSC since the v3.3.0-rc.2 release.

This document includes the following sections:

  • Added for changes that improve or add functionality without breaking existing usage.
  • Fixed for changes that resolve a bug in existing behavior.
  • Documentation for changes that only affect documentation.
  • Maintenance for changes that affect the project or internals without changing the user experience.

Each section has one or more subsections describing the area that the change affects:

  • CLI for changes that affect the user eperience when invoking dsc itself.
  • Engine for changes that affect the DSC engine, configuration documents, and manifests.
  • Resources for changes that affect specific DSC resources.
  • Server for changes that affect DSC when running as a JSON-RPC/MCP server.
  • Bicep extension for changes that affect the Bicep extension.

For the full changelog, see v3.3.0-rc.2...v3.3.0

Added

CLI

Engine

Resources

Server

Bicep extension

Fixed

Engine

Resources

Documentation

Maintenance

New Contributors