8000 Remove declaration of experimental features in Utility module manifes… · daxian-dbw/PowerShell@80c5dde · GitHub
[go: up one dir, main page]

Skip to content

Commit 80c5dde

Browse files
SteveL-MSFTunknown
authored andcommitted
Remove declaration of experimental features in Utility module manifest as they are stable (PowerShell#16460)
1 parent f85ff3a commit 80c5dde

File tree

2 files changed

+0
-28
lines changed

2 files changed

+0
-28
lines changed

src/Modules/Unix/Microsoft.PowerShell.Utility/Microsoft.PowerShell.Utility.psd1

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -31,18 +31,4 @@ FunctionsToExport = @()
3131
AliasesToExport = @('fhx')
3232
NestedModules = @("Microsoft.PowerShell.Commands.Utility.dll")
3333
HelpInfoURI = 'https://aka.ms/powershell72-help'
34-
PrivateData = @{
35-
PSData = @{
36-
ExperimentalFeatures = @(
37-
@{
38-
Name = 'Microsoft.PowerShell.Utility.PSManageBreakpointsInRunspace'
39-
Description = 'Enables -BreakAll parameter on Debug-Runspace and Debug-Job cmdlets to allow users to decide if they want PowerShell to break immediately in the current location when they attach a debugger. Enables -Runspace parameter on *-PSBreakpoint cmdlets to support management of breakpoints in another runspace.'
40-
}
41-
@{
42-
Name = 'Microsoft.PowerShell.Utility.PSImportPSDataFileSkipLimitCheck'
43-
Description = 'Enable -SkipLimitCheck switch for Import-PowerShellDataFile to not enforce built-in hashtable limits'
44-
}
45-
)
46-
}
47-
}
4834
}

src/Modules/Windows/Microsoft.PowerShell.Utility/Microsoft.PowerShell.Utility.psd1

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -30,18 +30,4 @@ FunctionsToExport = @()
3030
AliasesToExport = @('fhx')
3131
NestedModules = @("Microsoft.PowerShell.Commands.Utility.dll")
3232
HelpInfoURI = 'https://aka.ms/powershell72-help'
33-
PrivateData = @{
34-
PSData = @{
35-
ExperimentalFeatures = @(
36-
@{
37-
Name = 'Microsoft.PowerShell.Utility.PSManageBreakpointsInRunspace'
38-
Description = 'Enables -BreakAll parameter on Debug-Runspace and Debug-Job cmdlets to allow users to decide if they want PowerShell to break immediately in the current location when they attach a debugger. Enables -Runspace parameter on *-PSBreakpoint cmdlets to support management of breakpoints in another runspace.'
39-
}
40-
@{
41-
Name = 'Microsoft.PowerShell.Utility.PSImportPSDataFileSkipLimitCheck'
42-
Description = 'Enable -NoLimit switch for Import-PowerShellDataFile to not enforce built-in hashtable limits'
43-
}
44-
)
45-
}
46-
}
4733
}

0 commit comments

Comments
 (0)
0