We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 346bbd0 commit d382be3Copy full SHA for d382be3
xComputerManagement.psd1
@@ -62,7 +62,14 @@ PrivateData = @{
62
* xComputer:
63
* Moved strings to localization file.
64
* Updated to meet HQRM guidelines.
65
-
+* xVirtualMemory:
66
+ * Refactored shared common code into new utility functions to
67
+ reduce code duplication and improve testability.
68
+ * Moved strings into localizable strings file.
69
+ * Converted calls to `throw` to use `New-InvalidOperationException`
70
+ in CommonResourceHelper.
71
+ * Improved unit test coverage.
72
+ * Updated to meet HQRM guidelines.
73
'
74
75
} # End of PSData hashtable
0 commit comments