-
### Summary of the new feature / enhancement
The current implementation of `Update-ModuleManifest` does not accept empty arguments for a number of parameters, meaning it can't be used to clear array-…
-
-
When running the module on a environment with culture en-GB (can be checked with Get-Culture) the script fails to get SMB info on _SmbLocalization.psd1_
The path _C:\Windows\system32\WindowsPowerShel…
-
### New issue checklist
- [X] I searched for [existing GitHub issues](https://github.com/microsoft/azure-pipelines-tasks/issues)
- [X] I read [pipeline troubleshooting guide](https://docs.microsoft.c…
-
_From @vojtechvit on January 14, 2018 18:22_
## Steps to Reproduce
```PowerShell
New-ModuleManifest c.psd1 -PrivateData @{'PSData' = @{'Prerelease' = 'test'}}
```
## Expected Behavior
`c.psd1`…
-
Where do I place additional static data files so that they will be part of the module such as .json, .xml, .png etc.?
I.e. files that I would normally specify in the .psd1 file of the module.
~~…
-
Cannot see diffs in github when the file changes.
-
`Test-ModuleManifest` [will fail if a RequiredModule is not installed on the current machine](https://stackoverflow.com/questions/46216038/how-do-i-define-requiredmodules-in-a-powershell-module-ma…
-
I'm trying to run this as part of a job (just locally for now, but eventually remotely), but the minimum version check is failing.
Importing the module like this:
```
Import-Module FSWatcherEngin…
-
Similar to `ConvertFrom-Json`, it would be nice to have parameter to natively cast the `OrderedDictionary` to an `OrderedHashtable` type.
```powershell
# EZPZ typecast from OrderedDictionary to Ha…