File tree Expand file tree Collapse file tree 5 files changed +3
-8
lines changed
dsc/docs-conceptual/dsc-3.0/concepts/resources Expand file tree Collapse file tree 5 files changed +3
-8
lines changed Original file line number Diff line number Diff 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.
55ms.date : 03/25/2025
6- ms.topic : conceptual
76title : DSC resource capabilities
87---
98
Original file line number Diff line number Diff line change 22description : >-
33 Describes what a DSC resource instance is and how to use them with DSC.
44ms.date : 03/25/2025
5- ms.topic : conceptual
65title : 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
Original file line number Diff line number Diff line change 22description : >-
33 Describes the different kinds of resources that DSC supports.
44ms.date : 03/25/2025
5- ms.topic : conceptual
65title : DSC resource kinds
76---
87
Original file line number Diff line number Diff line change 22description : >-
33 Describes the operations available for DSC resources and how they're used.
44ms.date : 03/25/2025
5- ms.topic : conceptual
65title : DSC resource operations
76---
87
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ description: >-
33 Describes what DSC resource properties are, how they behave, and how to use
44 them.
55ms.date : 03/25/2025
6- ms.topic : conceptual
76title : 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
You can’t perform that action at this time.
0 commit comments