Skip to content

Commit b81034f

Browse files
authored
Merge pull request #283 from MicrosoftDocs/main
02/04/2025 PM Publishing
2 parents b4dc9a8 + a157d38 commit b81034f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

dsc/docfx.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,11 @@
5353
"docs-conceptual/**/reference/**": "language-reference",
5454
"docs-conceptual/**/troubleshooting/**": "troubleshooting",
5555
"docs-conceptual/**/tutorials/**": "tutorial",
56-
"dsc-1.1/PSDesiredStateConfiguration/*": "managed-reference",
56+
"dsc-1.1/PSDesiredStateConfiguration/*": "reference",
5757
"dsc-1.1/PSDesiredStateConfiguration/About/*.md": "conceptual",
58-
"dsc-2.0/PSDesiredStateConfiguration/*": "managed-reference",
58+
"dsc-2.0/PSDesiredStateConfiguration/*": "reference",
5959
"dsc-2.0/PSDesiredStateConfiguration/About/*.md": "conceptual",
60-
"dsc-3.0/PSDesiredStateConfiguration/*": "managed-reference",
60+
"dsc-3.0/PSDesiredStateConfiguration/*": "reference",
6161
"dsc-3.0/PSDesiredStateConfiguration/About/*.md": "conceptual"
6262
}
6363
},

dsc/docs-conceptual/dsc-3.0/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Install-Module -Name PSDesiredStateConfiguration -RequiredVersion 3.0.0-beta1 -A
8181
## Integrating with DSCv3
8282

8383
DSCv3 is a platform tool that abstracts the concerns for defining and invoking resources. Higher
84-
order tools, like Azure Machine Configuration, Azure Automanaged VM, and WinGet are early partners
84+
order tools, like Azure Dev Box, Windows Dev Home, and WinGet are early partners
8585
for DSCv3 as orchestration agents.
8686

8787
DSCv3 uses JSON schemas to define the structure of resources, configuration documents, and the

0 commit comments

Comments
 (0)