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" } }, 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