Skip to content
Closed
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
4 changes: 2 additions & 2 deletions .openpublishing.publish.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
],
"dependent_repositories": [
{
"branch": "main",
"branch": "pr-963667",
"branch_mapping": {},
"path_to_root": "_themes",
"url": "https://github.com/Microsoft/templates.docs.msft"
Expand Down Expand Up @@ -62,4 +62,4 @@
"notification_subscribers": [],
"skip_source_output_uploading": false,
"sync_notification_subscribers": []
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ title: Authoring with enhanced schemas
# Authoring with enhanced schemas

<!-- markdownlint-capture -->

**TEST**
Working with Microsoft's Desired State Configuration (DSC) platform involves writing DSC
[configuration documents][01] and [resource manifests][02]. Configuration documents are YAML or
JSON data files that declare the desired state of a system. Resource manifests are JSON or YAML
Expand Down