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
- Experimental Appx resource discovery extension to discover resources packaged in Appx; also removes duplicate discoveries by type name and version.
88
+
89
+
<details><summary>Related work items</summary>
90
+
91
+
- Issues: _None_.
92
+
- PRs: [#762][#762]
93
+
94
+
</details>
95
+
96
+
- Add `table-no-truncate` format option to `dsc resource list` and `dsc extension list` to avoid truncating wide tables in narrow consoles.
97
+
98
+
<details><summary>Related work items</summary>
99
+
100
+
- Issues: [#763][#763].
101
+
- PRs: [#823][#823]
102
+
103
+
</details>
104
+
105
+
### Changed
106
+
107
+
- Windows PowerShell adapter: allow a workaround to detect class-based resources using type instances so class-based PSDSC resources are discoverable.
108
+
109
+
<details><summary>Related work items</summary>
110
+
111
+
- Issues: [#798][#798].
112
+
- PRs: [#797][#797]
113
+
114
+
</details>
115
+
116
+
- WMI adapter: set execution policy to `Bypass` to align with PowerShell adapters and avoid failures under restricted policies.
117
+
118
+
<details><summary>Related work items</summary>
119
+
120
+
- Issues: _None_.
121
+
- PRs: [#820][#820]
122
+
123
+
</details>
124
+
125
+
### Fixed
126
+
127
+
- Export adapted resources correctly by aligning `export` output to use the `result` property and fixing the test adapter.
128
+
129
+
<details><summary>Related work items</summary>
130
+
131
+
- Issues: [#782][#782].
132
+
- PRs: [#789][#789]
133
+
134
+
</details>
135
+
136
+
- Windows PowerShell adapter caching: ensure full refresh when `PSModulePath` changes and on cold cache to avoid broken cache states from targeted refreshes.
137
+
138
+
<details><summary>Related work items</summary>
139
+
140
+
- Issues: [#807][#807], [#745][#745].
141
+
- PRs: [#787][#787]
142
+
143
+
</details>
144
+
145
+
- Class-based detection: add validation ensuring the type instance has the `DscResource` attribute to avoid false positives for types with matching names.
0 commit comments