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
- Windows PowerShell adapter: implement `export` capability to match the PowerShell adapter.
90
+
91
+
<details><summary>Related work items</summary>
92
+
93
+
- Issues: [#811][#811].
94
+
- PRs: [#848][#848]
95
+
96
+
</details>
97
+
98
+
- Add `json-array` as a supported output format for `dsc resource get --all` to return a single JSON array instead of JSON Lines.
99
+
100
+
<details><summary>Related work items</summary>
101
+
102
+
- Issues: [#813][#813].
103
+
- PRs: [#861][#861]
104
+
105
+
</details>
106
+
107
+
### Changed
108
+
109
+
- Appx discovery extension: set execution policy to `Bypass` so it runs under restricted policies.
110
+
111
+
<details><summary>Related work items</summary>
112
+
113
+
- Issues: _None_.
114
+
- PRs: [#850][#850]
115
+
116
+
</details>
117
+
118
+
- Respect `DSC_RESOURCE_PATH` for executable lookup by aligning the process `PATH` to the same value so executable search is limited to `DSC_RESOURCE_PATH`.
119
+
120
+
<details><summary>Related work items</summary>
121
+
122
+
- Issues: [#814][#814].
123
+
- PRs: [#825][#825]
124
+
125
+
</details>
126
+
127
+
### Fixed
128
+
129
+
- Improve error message when duplicate resource names are detected during `set`.
130
+
131
+
<details><summary>Related work items</summary>
132
+
133
+
- Issues: [#841][#841].
134
+
- PRs: [#844][#844]
135
+
136
+
</details>
137
+
138
+
- Windows registry resource: treat deleting a non-existing key/value as success instead of erroring.
139
+
140
+
<details><summary>Related work items</summary>
141
+
142
+
- Issues: [#843][#843].
143
+
- PRs: [#847][#847]
144
+
145
+
</details>
146
+
147
+
- Windows PowerShell adapter: exclude hidden properties from output.
0 commit comments