File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -226,6 +226,14 @@ xVirtualMemory has the following properties:
226226* xComputer:
227227 * Moved strings to localization file.
228228 * Updated to meet HQRM guidelines.
229+ * xVirtualMemory:
230+ * Refactored shared common code into new utility functions to
231+ reduce code duplication and improve testability.
232+ * Moved strings into localizable strings file.
233+ * Converted calls to ` throw ` to use ` New-InvalidOperationException `
234+ in CommonResourceHelper.
235+ * Improved unit test coverage.
236+ * Updated to meet HQRM guidelines.
229237
230238### 2.1.0.0
231239
@@ -260,13 +268,6 @@ xVirtualMemory has the following properties:
260268* xVirtualMemory:
261269 * Suppress PSScriptAnalyzer rule PSAvoidGlobalVars for
262270 ` $global:DSCMachineStatus = 1 ` .
263- * Refactored shared common code into new utility functions to
264- reduce code duplication and improve testability.
265- * Moved strings into localizable strings file.
266- * Converted calls to ` throw ` to use ` New-InvalidOperationException `
267- in CommonResourceHelper.
268- * Improved unit test coverage.
269- * Updated to meet HQRM guidelines.
270271
271272### 2.0.0.0
272273
You can’t perform that action at this time.
0 commit comments