You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Add object separators to YAML output (`---`) when multiple objects are emitted.
90
+
91
+
<details><summary>Related work items</summary>
92
+
93
+
- Issues: [#628][#628].
94
+
- PRs: [#635][#635]
95
+
96
+
</details>
97
+
98
+
- Enhance progress output: improve JSON progress format, add `None` option, and refine the progress schema.
99
+
100
+
<details><summary>Related work items</summary>
101
+
102
+
- Issues: _None_.
103
+
- PRs: [#644][#644]
104
+
105
+
</details>
106
+
107
+
- Canonicalize casing across `dsc_lib` to ensure camelCase for property names and enum values; allow camelCase alias for the tracing `line_number` field.
108
+
109
+
<details><summary>Related work items</summary>
110
+
111
+
- Issues: [#642][#642].
112
+
- PRs: [#648][#648], [#645][#645]
113
+
114
+
</details>
115
+
116
+
- Emit a warning during discovery if an executable referenced by a resource manifest can't be found.
117
+
118
+
<details><summary>Related work items</summary>
119
+
120
+
- Issues: _None_.
121
+
- PRs: [#688][#688]
122
+
123
+
</details>
124
+
125
+
- Improve tracing and ensure `_inDesiredState` aggregation is surfaced consistently in the PowerShell adapter.
126
+
127
+
<details><summary>Related work items</summary>
128
+
129
+
- Issues: _None_.
130
+
- PRs: [#699][#699]
131
+
132
+
</details>
133
+
134
+
### Added
135
+
136
+
- Add `exporter` resource kind for generating complete resource instances as JSON Lines during export.
137
+
138
+
<details><summary>Related work items</summary>
139
+
140
+
- Issues: [#515][#515].
141
+
- PRs: [#682][#682]
142
+
143
+
</details>
144
+
145
+
- Support passing input to direct resource `export` via CLI arguments.
146
+
147
+
<details><summary>Related work items</summary>
148
+
149
+
- Issues: [#678][#678].
150
+
- PRs: [#680][#680]
151
+
152
+
</details>
153
+
154
+
- Preserve custom metadata when exporting a configuration.
155
+
156
+
<details><summary>Related work items</summary>
157
+
158
+
- Issues: [#668][#668].
159
+
- PRs: [#679][#679]
160
+
161
+
</details>
162
+
163
+
### Fixed
164
+
165
+
- Validate modules in the PowerShell adapter cache to address configuration size limits.
166
+
167
+
<details><summary>Related work items</summary>
168
+
169
+
- Issues: [#640][#640].
170
+
- PRs: [#647][#647]
171
+
172
+
</details>
173
+
174
+
- Respect a resource-provided `_inDesiredState` value from `test` results instead of relying solely on diff.
175
+
176
+
<details><summary>Related work items</summary>
177
+
178
+
- Issues: [#674][#674].
179
+
- PRs: [#676][#676]
180
+
181
+
</details>
182
+
183
+
- Allow resources in configuration documents to omit the `properties` object when not needed.
184
+
185
+
<details><summary>Related work items</summary>
186
+
187
+
- Issues: _None_.
188
+
- PRs: [#675][#675]
189
+
190
+
</details>
191
+
192
+
- Permit setting a Windows registry value with no data (use the `None` type) and improve related handling.
193
+
194
+
<details><summary>Related work items</summary>
195
+
196
+
- Issues: [#683][#683].
197
+
- PRs: [#684][#684]
198
+
199
+
</details>
200
+
201
+
- Parse expressions correctly for `Group` resources (skip premature evaluation so the group can resolve within its scope).
202
+
203
+
<details><summary>Related work items</summary>
204
+
205
+
- Issues: [#692][#692].
206
+
- PRs: [#695][#695]
207
+
208
+
</details>
209
+
210
+
- Ensure `RunCommandOnSet` works within configuration documents (adds `implementsPreTest` and tests).
0 commit comments