Skip to content

Commit 7f55266

Browse files
authored
Fix metadata (#385)
1 parent f19af9f commit 7f55266

File tree

5 files changed

+3
-8
lines changed

5 files changed

+3
-8
lines changed

dsc/docs-conceptual/dsc-3.0/concepts/resources/capabilities.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ description: >-
33
Describes the capabilities of DSC resources, how DSC discovers them, and how
44
the capabilities affect resource behavior and usage.
55
ms.date: 03/25/2025
6-
ms.topic: conceptual
76
title: DSC resource capabilities
87
---
98

dsc/docs-conceptual/dsc-3.0/concepts/resources/instances.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
description: >-
33
Describes what a DSC resource instance is and how to use them with DSC.
44
ms.date: 03/25/2025
5-
ms.topic: conceptual
65
title: DSC resource instances
76
---
87

@@ -270,7 +269,7 @@ resources:
270269
properties: {}
271270
dependsOn:
272271
- "[resourceId('Microsoft.DSC/Group', 'Nested Group')]"
273-
272+
274273
```
275274

276275
#### Example 2 - Invalid reference and dependency on a nested instance

dsc/docs-conceptual/dsc-3.0/concepts/resources/kinds.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
description: >-
33
Describes the different kinds of resources that DSC supports.
44
ms.date: 03/25/2025
5-
ms.topic: conceptual
65
title: DSC resource kinds
76
---
87

dsc/docs-conceptual/dsc-3.0/concepts/resources/operations.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
description: >-
33
Describes the operations available for DSC resources and how they're used.
44
ms.date: 03/25/2025
5-
ms.topic: conceptual
65
title: DSC resource operations
76
---
87

dsc/docs-conceptual/dsc-3.0/concepts/resources/properties.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ description: >-
33
Describes what DSC resource properties are, how they behave, and how to use
44
them.
55
ms.date: 03/25/2025
6-
ms.topic: conceptual
76
title: DSC resource properties
87
---
98

@@ -32,12 +31,12 @@ attributes for a property that can change how you use the property:
3231
- If the instance schema defines the `x-dsc-key` keyword for the property subschema as `true`, the
3332
property is a _key resource property_. Key properties uniquely identify a resource instance on
3433
the system to prevent conflicts in configuration documents.
35-
34+
3635
For more information, see the [Key properties](#key-resource-properties) section.
3736
- If the instance schema defines the property name in the `required` keyword, the property is a
3837
_required resource property_. You _must_ define the property in the desired state for the
3938
instance. If you omit the property, DSC raises an error because the instance is invalid.
40-
39+
4140
For more information, see the [Required properties](#required-resource-properties) section.
4241
- If the instance schema defines the `readOnly` keyword for the property subschema as `true`, the
4342
property is a _read-only resource property_. You can't define the property in the desired state

0 commit comments

Comments
 (0)