Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions dsc/docfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
},
Expand Down
2 changes: 1 addition & 1 deletion dsc/docs-conceptual/dsc-3.0/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading