Skip to content

Commit 85bd7e6

Browse files
authored
Merge pull request #303 from MicrosoftDocs/main
3/27/2025 PM Publish
2 parents 680f98d + 801339e commit 85bd7e6

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

dsc/docfx.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
"ms.topic": {
4848
"docs-conceptual/**": "conceptual",
4949
"docs-conceptual/**/getting-started/**": "get-started",
50+
"docs-conceptual/**/get-started/**": "get-started",
5051
"docs-conceptual/**/how-tos/**": "how-to",
5152
"docs-conceptual/**/overview/**": "overview",
5253
"docs-conceptual/**/quickstarts/**": "quickstart",
@@ -63,7 +64,7 @@
6364
},
6465
"globalMetadata": {
6566
"apiPlatform": "powershell",
66-
"author": "sdwheeler",
67+
"author": "michaeltlombardi",
6768
"breadcrumb_path": "/powershell/dsc/breadcrumb/toc.json",
6869
"extendBreadcrumb": true,
6970
"feedback_system": "OpenSource",
@@ -78,7 +79,7 @@
7879
"open_source_feedback_productName": "DSC",
7980
"hideScope": false,
8081
"manager": "jasongroce",
81-
"ms.author": "sewhee",
82+
"ms.author": "mlombardi",
8283
"ms.devlang": "powershell",
8384
"ms.service": "powershell",
8485
"searchScope": [

dsc/docs-conceptual/dsc-3.0/reference/cli/resource/test.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,19 @@ Validates the actual state of a resource instance against a desired state.
1616
### Instance properties from input option
1717

1818
```sh
19-
dsc resource set --input <INPUT> --resource <RESOURCE>
19+
dsc resource test --input <INPUT> --resource <RESOURCE>
2020
```
2121

2222
### Instance properties from file
2323

2424
```sh
25-
dsc resource set --file <FILE> --resource <RESOURCE>
25+
dsc resource test --file <FILE> --resource <RESOURCE>
2626
```
2727

2828
### Instance properties from stdin
2929

3030
```sh
31-
cat <FILE> | dsc resource set [Options] --resource <RESOURCE> --file -
31+
cat <FILE> | dsc resource test [Options] --resource <RESOURCE> --file -
3232
```
3333

3434
## Description

0 commit comments

Comments
 (0)