Skip to content

Commit

Permalink
(MAINT) Backport fixes/updates from release docs sync
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeltlombardi committed Feb 1, 2024
1 parent 1cca5b2 commit eaa6ace
Show file tree
Hide file tree
Showing 36 changed files with 42 additions and 41 deletions.
6 changes: 3 additions & 3 deletions docs/reference/cli/completer/command.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
description: Command line reference for the 'dsc completer' command
ms.date: 10/05/2023
ms.date: 01/17/2024
ms.topic: reference
title: dsc schema
title: dsc completer
---

# dsc schema
# dsc completer

## Synopsis

Expand Down
2 changes: 1 addition & 1 deletion docs/reference/cli/config/get.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: Command line reference for the 'dsc config get' command
ms.date: 10/05/2023
ms.date: 01/17/2024
ms.topic: reference
title: dsc config get
---
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/cli/config/set.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: Command line reference for the 'dsc config set' command
ms.date: 10/05/2023
ms.date: 01/17/2024
ms.topic: reference
title: dsc config set
---
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/cli/config/test.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: Command line reference for the 'dsc config test' command
ms.date: 10/05/2023
ms.date: 01/17/2024
ms.topic: reference
title: dsc config test
---
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/cli/dsc.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: Command line reference for the 'dsc' command
ms.date: 10/05/2023
ms.date: 01/17/2024
ms.topic: reference
title: dsc
---
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/schemas/config/document.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: JSON schema reference for a Desired State Configuration document.
ms.date: 11/15/2023
ms.date: 01/17/2024
ms.topic: reference
title: DSC Configuration document schema reference
---
Expand Down
5 changes: 3 additions & 2 deletions docs/reference/schemas/config/functions/base64.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: Reference for the 'base64' DSC configuration document function
ms.date: 11/15/2023
ms.date: 01/17/2024
ms.topic: reference
title: base64
---
Expand Down Expand Up @@ -56,7 +56,7 @@ hadErrors: false
### Example 2 - Convert a concatenated string to base64
The configuration uses the [concat()] function inside the `base64()` function to combine the
The configuration uses the [concat()][02] function inside the `base64()` function to combine the
strings `a`, `b`, and `c` into `abc` before returning the base64 representation.

```yaml
Expand Down Expand Up @@ -108,3 +108,4 @@ Type: string

<!-- Link reference definitions -->
[01]: https://en.wikipedia.org/wiki/Base64
[02]: concat.md
2 changes: 1 addition & 1 deletion docs/reference/schemas/config/functions/concat.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: Reference for the 'concat' DSC configuration document function
ms.date: 11/15/2023
ms.date: 01/17/2024
ms.topic: reference
title: concat
---
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/schemas/config/functions/overview.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: Reference for available functions in a Desired State Configuration document.
ms.date: 11/15/2023
ms.date: 01/17/2024
ms.topic: reference
title: DSC Configuration document functions reference
---
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/schemas/config/functions/resourceId.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: Reference for the 'resourceId' DSC configuration document function
ms.date: 11/15/2023
ms.date: 01/17/2024
ms.topic: reference
title: resourceId
---
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/schemas/config/parameter.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: JSON schema reference for a parameter in a Desired State Configuration document.
ms.date: 08/04/2023
ms.date: 01/17/2024
ms.topic: reference
title: DSC Configuration document parameter schema
---
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/schemas/config/resource.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: JSON schema reference for a resource instance in a Desired State Configuration document.
ms.date: 11/15/2023
ms.date: 01/17/2024
ms.topic: reference
title: DSC Configuration document resource instance schema
---
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/schemas/definitions/message.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: JSON schema reference for a structured message returned from a 'dsc config' command.
ms.date: 08/04/2023
ms.date: 01/17/2024
ms.topic: reference
title: Structured message schema reference
---
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/schemas/definitions/parameters/dataTypes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: JSON schema reference for valid parameter data types in a configuration document.
ms.date: 08/04/2023
ms.date: 01/17/2024
ms.topic: reference
title: DSC configuration parameter data type schema reference
---
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/schemas/definitions/resourceType.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: JSON schema reference for a resource instance type name
ms.date: 08/04/2023
ms.date: 01/17/2024
ms.topic: reference
title: DSC Resource fully qualified type name schema reference
---
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/schemas/outputs/config/get.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: JSON schema reference for the data returned by the 'dsc config get' command.
ms.date: 08/04/2023
ms.date: 01/17/2024
ms.topic: reference
title: dsc config get result schema reference
---
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/schemas/outputs/config/set.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: JSON schema reference for the data returned by the 'dsc config set' command.
ms.date: 08/04/2023
ms.date: 01/17/2024
ms.topic: reference
title: dsc config set result schema reference
---
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/schemas/outputs/config/test.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: JSON schema reference for the data returned by the 'dsc config test' command.
ms.date: 08/04/2023
ms.date: 01/17/2024
ms.topic: reference
title: dsc config test result schema reference
---
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/schemas/outputs/resource/get.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: JSON schema reference for the data returned by the 'dsc resource get' command.
ms.date: 08/04/2023
ms.date: 01/17/2024
ms.topic: reference
title: dsc resource get result schema reference
---
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/schemas/outputs/resource/list.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: JSON schema reference for the data returned by the 'dsc resource list' command.
ms.date: 08/04/2023
ms.date: 01/17/2024
ms.topic: reference
title: dsc resource list result schema reference
---
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/schemas/outputs/resource/set.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: JSON schema reference for the data returned by the 'dsc resource set' command.
ms.date: 08/04/2023
ms.date: 01/17/2024
ms.topic: reference
title: dsc resource set result schema reference
---
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/schemas/outputs/resource/test.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: JSON schema reference for the data returned by the 'dsc resource test' command.
ms.date: 08/04/2023
ms.date: 01/17/2024
ms.topic: reference
title: dsc resource test result schema reference
---
Expand Down
4 changes: 2 additions & 2 deletions docs/reference/schemas/resource/manifest/export.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: JSON schema reference for the 'export' property in a DSC Resource manifest
ms.date: 09/06/2023
ms.date: 01/17/2024
ms.topic: reference
title: DSC Resource manifest export property schema reference
---
Expand Down Expand Up @@ -70,6 +70,6 @@ Default: []
[01]: ../../../cli/config/export.md
[02]: ../../../cli/resource/export.md
[03]: ../../../cli/resource/get.md
[04]: ../../../cli/resource/get.md#a---all
[04]: ../../../cli/resource/get.md#-a---all
[05]: https://jsonlines.org/
[06]: schema/property.md
2 changes: 1 addition & 1 deletion docs/reference/schemas/resource/manifest/get.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: JSON schema reference for the 'get' property in a DSC Resource manifest
ms.date: 09/27/2023
ms.date: 01/17/2024
ms.topic: reference
title: DSC Resource manifest get property schema reference
---
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/schemas/resource/manifest/provider.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: JSON schema reference for the 'provider' property in a DSC Resource manifest
ms.date: 08/04/2023
ms.date: 01/17/2024
ms.topic: reference
title: DSC Resource manifest provider property schema reference
---
Expand Down
4 changes: 2 additions & 2 deletions docs/reference/schemas/resource/manifest/root.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: JSON schema reference for a DSC Resource manifest
ms.date: 09/27/2023
ms.date: 01/17/2024
ms.topic: reference
title: Command-based DSC Resource manifest schema reference
---
Expand Down Expand Up @@ -260,7 +260,7 @@ Required: true
[02]: ../../../cli/config/export.md
[03]: ../../../cli/resource/export.md
[04]: ../../../cli/resource/get.md
[05]: ../../../cli/resource/get.md#a---all
[05]: ../../../cli/resource/get.md#-a---all
[06]: export.md
[07]: get.md
[08]: set.md
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: JSON schema reference for the embedded instance schema in a DSC Resource manifest
ms.date: 08/04/2023
ms.date: 01/17/2024
ms.topic: reference
title: DSC Resource manifest embedded schema reference
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: JSON schema reference for the 'schema' property in a DSC Resource manifest
ms.date: 08/04/2023
ms.date: 01/17/2024
ms.topic: reference
title: DSC Resource manifest schema property schema reference
---
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/schemas/resource/manifest/set.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: JSON schema reference for the 'set' property in a DSC Resource manifest
ms.date: 09/27/2023
ms.date: 01/17/2024
ms.topic: reference
title: DSC Resource manifest set property schema reference
---
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/schemas/resource/manifest/test.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: JSON schema reference for the 'test' property in a DSC Resource manifest
ms.date: 09/27/2023
ms.date: 01/17/2024
ms.topic: reference
title: DSC Resource manifest test property schema reference
---
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/schemas/resource/manifest/validate.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: JSON schema reference for the 'validate' property in a DSC Resource manifest
ms.date: 08/04/2023
ms.date: 01/17/2024
ms.topic: reference
title: DSC Resource manifest validate property schema reference
---
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/schemas/resource/properties/ensure.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: JSON schema reference for the '_ensure' well-known DSC Resource property.
ms.date: 10/05/2023
ms.date: 01/17/2024
ms.topic: reference
title: DSC Resource _ensure property schema
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: JSON schema reference for the '_inDesiredState' well-known DSC Resource property.
ms.date: 08/04/2023
ms.date: 01/17/2024
ms.topic: reference
title: DSC Resource _inDesiredState property schema
---
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/schemas/resource/properties/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
description: >-
Information about the list of well-known DSC Resource properties, including their purpose and how
to add them to a resource's manifest.
ms.date: 10/05/2023
ms.date: 01/17/2024
ms.topic: reference
title: DSC well-known properties
---
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/schemas/resource/properties/purge.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: JSON schema reference for the '_purge' well-known DSC Resource property.
ms.date: 08/04/2023
ms.date: 01/17/2024
ms.topic: reference
title: DSC Resource _purge property schema
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: JSON schema reference for the '_rebootRequested' well-known DSC Resource property.
ms.date: 08/04/2023
ms.date: 01/17/2024
ms.topic: reference
title: DSC Resource _rebootRequested property schema
---
Expand Down

0 comments on commit eaa6ace

Please sign in to comment.