PowerShell/test/powershell/engine
Steve Lee 52aef57ab6 Add Enable-ExperimentalFeature and Disable-ExperimentalFeature cmdlets (#8318)
[breaking change]
Major changes are as follows:
- Add `Enable-ExperimentalFeature` and `Disable-ExperimentalFeature` cmdlets.
- Remove `-ListAvailable` from `Get-ExperimentalFeature`.
- Add `ArgumentCompleter` for `Get-ExperimentalFeature` cmdlet.
- Refactor some existing Experimental Feature tests.
- Make `ConfigScope` public and renamed `SystemWide` to `AllUsers`. Also update experimental feature code to prefer the current user config over the all user config.
2018-12-05 12:20:58 -08:00
..
Api Fix static method invocation type inference (#8018) 2018-10-23 16:58:31 +05:00
Basic Add Enable-ExperimentalFeature and Disable-ExperimentalFeature cmdlets (#8318) 2018-12-05 12:20:58 -08:00
Cdxml Convert ShouldBeErrorId to Should -Throw -ErrorId in PowerShell tests (#6682) 2018-05-17 14:42:04 -07:00
COM Use new Pester syntax: -Parameter for Pester tests in engine. (#6298) 2018-03-14 12:13:32 -07:00
ETS Make Select-Object/ForEach-Object/Where-Object see dynamic properties (#6898) 2018-06-12 23:48:34 -07:00
ExperimentalFeature Add Enable-ExperimentalFeature and Disable-ExperimentalFeature cmdlets (#8318) 2018-12-05 12:20:58 -08:00
Help Add Enable-ExperimentalFeature and Disable-ExperimentalFeature cmdlets (#8318) 2018-12-05 12:20:58 -08:00
Job Convert ShouldBeErrorId to Should -Throw -ErrorId in PowerShell tests (#6682) 2018-05-17 14:42:04 -07:00
Module Ensure NestedModules property gets populated by Test-ModuleManifest (#7859) 2018-09-28 13:28:08 -07:00
ParameterBinding Test changes needed for running in a container (#7869) 2018-09-28 13:49:31 -07:00
Remoting Add SkipCA and SkipCN check requirement to WinRM/OMI HTTPS connection (#8279) 2018-11-27 16:16:00 -08:00
ResourceValidation Fix tests running in Azure DevOps (#8220) 2018-11-09 15:11:02 -08:00
Security Consolidation of all Windows PowerShell work ported to PSCore6 (#8257) 2018-11-13 16:16:29 -08:00