From 902da9222099570577fc7c1609ca0f90f8721cc5 Mon Sep 17 00:00:00 2001 From: Michael Greene Date: Tue, 4 Feb 2025 13:01:02 -0600 Subject: [PATCH 1/2] Update v3 partner list (#281) --- dsc/docs-conceptual/dsc-3.0/overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dsc/docs-conceptual/dsc-3.0/overview.md b/dsc/docs-conceptual/dsc-3.0/overview.md index db7b3be..732d74c 100644 --- a/dsc/docs-conceptual/dsc-3.0/overview.md +++ b/dsc/docs-conceptual/dsc-3.0/overview.md @@ -81,7 +81,7 @@ Install-Module -Name PSDesiredStateConfiguration -RequiredVersion 3.0.0-beta1 -A ## Integrating with DSCv3 DSCv3 is a platform tool that abstracts the concerns for defining and invoking resources. Higher -order tools, like Azure Machine Configuration, Azure Automanaged VM, and WinGet are early partners +order tools, like Azure Dev Box, Windows Dev Home, and WinGet are early partners for DSCv3 as orchestration agents. DSCv3 uses JSON schemas to define the structure of resources, configuration documents, and the From a157d382b334e278d9d1a3e58b8c034c40206a4c Mon Sep 17 00:00:00 2001 From: Sean Wheeler Date: Tue, 4 Feb 2025 15:37:42 -0600 Subject: [PATCH 2/2] Update ms.topic metadata (#282) --- dsc/docfx.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dsc/docfx.json b/dsc/docfx.json index 1008a04..6a66232 100644 --- a/dsc/docfx.json +++ b/dsc/docfx.json @@ -53,11 +53,11 @@ "docs-conceptual/**/reference/**": "language-reference", "docs-conceptual/**/troubleshooting/**": "troubleshooting", "docs-conceptual/**/tutorials/**": "tutorial", - "dsc-1.1/PSDesiredStateConfiguration/*": "managed-reference", + "dsc-1.1/PSDesiredStateConfiguration/*": "reference", "dsc-1.1/PSDesiredStateConfiguration/About/*.md": "conceptual", - "dsc-2.0/PSDesiredStateConfiguration/*": "managed-reference", + "dsc-2.0/PSDesiredStateConfiguration/*": "reference", "dsc-2.0/PSDesiredStateConfiguration/About/*.md": "conceptual", - "dsc-3.0/PSDesiredStateConfiguration/*": "managed-reference", + "dsc-3.0/PSDesiredStateConfiguration/*": "reference", "dsc-3.0/PSDesiredStateConfiguration/About/*.md": "conceptual" } },