8000 Update `HelpInfoUri` for 7.5 (#24610) · PowerShell/PowerShell@9cd96b7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9cd96b7

Browse files
sdwheelerTravisEz13
authored andcommitted
Update HelpInfoUri for 7.5 (#24610)
1 parent 0e5c5aa commit 9cd96b7

File tree

12 files changed

+18
-18
lines changed

12 files changed

+18
-18
lines changed

src/Modules/Shared/Microsoft.PowerShell.Host/Microsoft.PowerShell.Host.psd1

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ FunctionsToExport = @()
1010
CmdletsToExport="Start-Transcript", "Stop-Transcript"
1111
AliasesToExport = @()
1212
NestedModules="Microsoft.PowerShell.ConsoleHost.dll"
13-
HelpInfoURI = 'https://aka.ms/powershell73-help'
13+
HelpInfoURI = 'https://aka.ms/powershell75-help'
1414
}

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ModuleVersion="7.0.0.0"
77
CompatiblePSEditions = @("Core")
88
PowerShellVersion="3.0"
99
NestedModules="Microsoft.PowerShell.Commands.Management.dll"
10-
HelpInfoURI = 'https://aka.ms/powershell73-help'
10+
HelpInfoURI = 'https://aka.ms/powershell75-help'
1111
FunctionsToExport = @()
1212
AliasesToExport = @("gcb", "gtz", "scb")
1313
CmdletsToExport=@("Add-Content",

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ FunctionsToExport = @()
1010
CmdletsToExport = "Get-Credential", "Get-ExecutionPolicy", "Set-ExecutionPolicy", "ConvertFrom-SecureString", "ConvertTo-SecureString", "Get-PfxCertificate" , "Protect-CmsMessage", "Unprotect-CmsMessage", "Get-CmsMessage"
1111
AliasesToExport = @()
1212
NestedModules = "Microsoft.PowerShell.Security.dll"
13-
HelpInfoURI = 'https://aka.ms/powershell73-help'
13+
HelpInfoURI = 'https://aka.ms/powershell75-help'
1414
}

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ CmdletsToExport = @(
3131
FunctionsToExport = @()
3232
AliasesToExport = @('fhx')
3333
NestedModules = @("Microsoft.PowerShell.Commands.Utility.dll")
34-
HelpInfoURI = 'https://aka.ms/powershell73-help'
34+
HelpInfoURI = 'https://aka.ms/powershell75-help'
3535
}

src/Modules/Windows/CimCmdlets/CimCmdlets.psd1

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ CmdletsToExport= "Get-CimAssociatedInstance", "Get-CimClass", "Get-CimInstance",
1414
"Remove-CimSession","Set-CimInstance",
1515
"Export-BinaryMiLog","Import-BinaryMiLog"
1616
AliasesToExport = "gcim","scim","ncim", "rcim","icim","gcai","rcie","ncms","rcms","gcms","ncso","gcls"
17-
HelpInfoUri="https://aka.ms/powershell73-help"
17+
HelpInfoUri="https://aka.ms/powershell75-help"
1818
}

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ AliasesToExport = @()
1212
NestedModules="Microsoft.PowerShell.Commands.Diagnostics.dll"
1313
TypesToProcess="GetEvent.types.ps1xml"
1414
FormatsToProcess="Event.format.ps1xml", "Diagnostics.format.ps1xml"
15-
HelpInfoURI = 'https://aka.ms/powershell73-help'
15+
HelpInfoURI = 'https://aka.ms/powershell75-help'
1616
}

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ModuleVersion="7.0.0.0"
77
CompatiblePSEditions = @("Core")
88
PowerShellVersion="3.0"
99
NestedModules="Microsoft.PowerShell.Commands.Management.dll"
10-
HelpInfoURI = 'https://aka.ms/powershell73-help'
10+
HelpInfoURI = 'https://aka.ms/powershell75-help'
1111
FunctionsToExport = @()
1212
AliasesToExport = @("gcb", "gin", "gtz", "scb", "stz")
1313
CmdletsToExport=@("Add-Content",

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ NestedModules = "Microsoft.PowerShell.Security.dll"
1414
# We declare 'Microsoft.PowerShell.Security.dll' in 'RequiredAssemblies' so as to make sure it's loaded before the type file processing.
1515
RequiredAssemblies = "Microsoft.PowerShell.Security.dll"
1616
TypesToProcess = "Security.types.ps1xml"
17-
HelpInfoURI = 'https://aka.ms/powershell73-help'
17+
HelpInfoURI = 'https://aka.ms/powershell75-help'
1818
}

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ CmdletsToExport = @(
2929
FunctionsToExport = @()
3030
AliasesToExport = @('fhx')
3131
NestedModules = @("Microsoft.PowerShell.Commands.Utility.dll")
32-
HelpInfoURI = 'https://aka.ms/powershell73-help'
32+
HelpInfoURI = 'https://aka.ms/powershell75-help'
3333
}

src/Modules/Windows/Microsoft.WSMan.Management/Microsoft.WSMan.Management.psd1

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ CmdletsToExport="Disable-WSManCredSSP", "Enable-WSManCredSSP", "Get-WSManCredSSP
1111
AliasesToExport = @()
1212
NestedModules="Microsoft.WSMan.Management.dll"
1313
FormatsToProcess="WSMan.format.ps1xml"
14-
HelpInfoURI = 'https://aka.ms/powershell73-help'
14+
HelpInfoURI = 'https://aka.ms/powershell75-help'
1515
}

src/Modules/Windows/PSDiagnostics/PSDiagnostics.psd1

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
FunctionsToExport="Disable-PSTrace","Disable-PSWSManCombinedTrace","Disable-WSManTrace","Enable-PSTrace","Enable-PSWSManCombinedTrace","Enable-WSManTrace","Get-LogProperties","Set-LogProperties","Start-Trace","Stop-Trace"
1111
CmdletsToExport = @()
1212
AliasesToExport = @()
13-
HelpInfoUri="https://aka.ms/powershell73-help"
13+
HelpInfoUri="https://aka.ms/powershell75-help"
1414
}

src/System.Management.Automation/help/UpdatableHelpCommandBase.cs

+7-7
Original file line numberDiff line numberDiff line change
@@ -179,13 +179,13 @@ static UpdatableHelpCommandBase()
179179

180180
// NOTE: The HelpInfoUri must be updated with each release.
181181

182-
s_metadataCache.Add("Microsoft.PowerShell.Diagnostics", "https://aka.ms/powershell73-help");
183-
s_metadataCache.Add("Microsoft.PowerShell.Core", "https://aka.ms/powershell73-help");
184-
s_metadataCache.Add("Microsoft.PowerShell.Utility", "https://aka.ms/powershell73-help");
185-
s_metadataCache.Add("Microsoft.PowerShell.Host", "https://aka.ms/powershell73-help");
186-
s_metadataCache.Add("Microsoft.PowerShell.Management", "https://aka.ms/powershell73-help");
187-
s_metadataCache.Add("Microsoft.PowerShell.Security", "https://aka.ms/powershell73-help");
188-
s_metadataCache.Add("Microsoft.WSMan.Management", "https://aka.ms/powershell73-help");
182+
s_metadataCache.Add("Microsoft.PowerShell.Diagnostics", "https://aka.ms/powershell75-help");
183+
s_metadataCache.Add("Microsoft.PowerShell.Core", "https://aka.ms/powershell75-help");
184+
s_metadataCache.Add("Microsoft.PowerShell.Utility", "https://aka.ms/powershell75-help");
185+
s_metadataCache.Add("Microsoft.PowerShell.Host", "https://aka.ms/powershell75-help");
186+
s_metadataCache.Add("Microsoft.PowerShell.Management", "https://aka.ms/powershell75-help");
187+
s_metadataCache.Add("Microsoft.PowerShell.Security", "https://aka.ms/powershell75-help");
188+
s_metadataCache.Add("Microsoft.WSMan.Management", "https://aka.ms/powershell75-help");
189189
}
190190

191191
/// <summary>

0 commit comments

Comments
 (0)
0