Skip to content

Commit

Permalink
Update HelpInfoUri for 7.3 release (PowerShell#16646)
Browse files Browse the repository at this point in the history
  • Loading branch information
sdwheeler authored and TrapGodBrim committed Jan 19, 2022
1 parent f15c7d7 commit 5a7e9a0
Show file tree
Hide file tree
Showing 12 changed files with 18 additions and 18 deletions.
Expand Up @@ -10,5 +10,5 @@ FunctionsToExport = @()
CmdletsToExport="Start-Transcript", "Stop-Transcript"
AliasesToExport = @()
NestedModules="Microsoft.PowerShell.ConsoleHost.dll"
HelpInfoURI = 'https://aka.ms/powershell72-help'
HelpInfoURI = 'https://aka.ms/powershell73-help'
}
Expand Up @@ -7,7 +7,7 @@ ModuleVersion="7.0.0.0"
CompatiblePSEditions = @("Core")
PowerShellVersion="3.0"
NestedModules="Microsoft.PowerShell.Commands.Management.dll"
HelpInfoURI = 'https://aka.ms/powershell72-help'
HelpInfoURI = 'https://aka.ms/powershell73-help'
FunctionsToExport = @()
AliasesToExport = @("gcb", "gtz", "scb")
CmdletsToExport=@("Add-Content",
Expand Down
Expand Up @@ -10,5 +10,5 @@ FunctionsToExport = @()
CmdletsToExport="Get-Credential", "Get-ExecutionPolicy", "Set-ExecutionPolicy", "ConvertFrom-SecureString", "ConvertTo-SecureString", "Get-PfxCertificate" , "Protect-CmsMessage", "Unprotect-CmsMessage", "Get-CmsMessage"
AliasesToExport = @()
NestedModules="Microsoft.PowerShell.Security.dll"
HelpInfoURI = 'https://aka.ms/powershell72-help'
HelpInfoURI = 'https://aka.ms/powershell73-help'
}
Expand Up @@ -30,5 +30,5 @@ CmdletsToExport = @(
FunctionsToExport = @()
AliasesToExport = @('fhx')
NestedModules = @("Microsoft.PowerShell.Commands.Utility.dll")
HelpInfoURI = 'https://aka.ms/powershell72-help'
HelpInfoURI = 'https://aka.ms/powershell73-help'
}
2 changes: 1 addition & 1 deletion src/Modules/Windows/CimCmdlets/CimCmdlets.psd1
Expand Up @@ -14,5 +14,5 @@ CmdletsToExport= "Get-CimAssociatedInstance", "Get-CimClass", "Get-CimInstance",
"Remove-CimSession","Set-CimInstance",
"Export-BinaryMiLog","Import-BinaryMiLog"
AliasesToExport = "gcim","scim","ncim", "rcim","icim","gcai","rcie","ncms","rcms","gcms","ncso","gcls"
HelpInfoUri="https://aka.ms/powershell72-help"
HelpInfoUri="https://aka.ms/powershell73-help"
}
Expand Up @@ -12,5 +12,5 @@ AliasesToExport = @()
NestedModules="Microsoft.PowerShell.Commands.Diagnostics.dll"
TypesToProcess="GetEvent.types.ps1xml"
FormatsToProcess="Event.format.ps1xml", "Diagnostics.format.ps1xml"
HelpInfoURI = 'https://aka.ms/powershell72-help'
HelpInfoURI = 'https://aka.ms/powershell73-help'
}
Expand Up @@ -7,7 +7,7 @@ ModuleVersion="7.0.0.0"
CompatiblePSEditions = @("Core")
PowerShellVersion="3.0"
NestedModules="Microsoft.PowerShell.Commands.Management.dll"
HelpInfoURI = 'https://aka.ms/powershell72-help'
HelpInfoURI = 'https://aka.ms/powershell73-help'
FunctionsToExport = @()
AliasesToExport = @("gcb", "gin", "gtz", "scb", "stz")
CmdletsToExport=@("Add-Content",
Expand Down
Expand Up @@ -10,5 +10,5 @@ FunctionsToExport = @()
CmdletsToExport="Get-Acl", "Set-Acl", "Get-PfxCertificate", "Get-Credential", "Get-ExecutionPolicy", "Set-ExecutionPolicy", "Get-AuthenticodeSignature", "Set-AuthenticodeSignature", "ConvertFrom-SecureString", "ConvertTo-SecureString", "Get-CmsMessage", "Unprotect-CmsMessage", "Protect-CmsMessage" , "New-FileCatalog" , "Test-FileCatalog"
AliasesToExport = @()
NestedModules="Microsoft.PowerShell.Security.dll"
HelpInfoURI = 'https://aka.ms/powershell72-help'
HelpInfoURI = 'https://aka.ms/powershell73-help'
}
Expand Up @@ -29,5 +29,5 @@ CmdletsToExport = @(
FunctionsToExport = @()
AliasesToExport = @('fhx')
NestedModules = @("Microsoft.PowerShell.Commands.Utility.dll")
HelpInfoURI = 'https://aka.ms/powershell72-help'
HelpInfoURI = 'https://aka.ms/powershell73-help'
}
Expand Up @@ -11,5 +11,5 @@ CmdletsToExport="Disable-WSManCredSSP", "Enable-WSManCredSSP", "Get-WSManCredSSP
AliasesToExport = @()
NestedModules="Microsoft.WSMan.Management.dll"
FormatsToProcess="WSMan.format.ps1xml"
HelpInfoURI = 'https://aka.ms/powershell72-help'
HelpInfoURI = 'https://aka.ms/powershell73-help'
}
2 changes: 1 addition & 1 deletion src/Modules/Windows/PSDiagnostics/PSDiagnostics.psd1
Expand Up @@ -10,5 +10,5 @@
FunctionsToExport="Disable-PSTrace","Disable-PSWSManCombinedTrace","Disable-WSManTrace","Enable-PSTrace","Enable-PSWSManCombinedTrace","Enable-WSManTrace","Get-LogProperties","Set-LogProperties","Start-Trace","Stop-Trace"
CmdletsToExport = @()
AliasesToExport = @()
HelpInfoUri="https://aka.ms/powershell72-help"
HelpInfoUri="https://aka.ms/powershell73-help"
}
Expand Up @@ -175,13 +175,13 @@ static UpdatableHelpCommandBase()

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

s_metadataCache.Add("Microsoft.PowerShell.Diagnostics", "https://aka.ms/powershell72-help");
s_metadataCache.Add("Microsoft.PowerShell.Core", "https://aka.ms/powershell72-help");
s_metadataCache.Add("Microsoft.PowerShell.Utility", "https://aka.ms/powershell72-help");
s_metadataCache.Add("Microsoft.PowerShell.Host", "https://aka.ms/powershell72-help");
s_metadataCache.Add("Microsoft.PowerShell.Management", "https://aka.ms/powershell72-help");
s_metadataCache.Add("Microsoft.PowerShell.Security", "https://aka.ms/powershell72-help");
s_metadataCache.Add("Microsoft.WSMan.Management", "https://aka.ms/powershell72-help");
s_metadataCache.Add("Microsoft.PowerShell.Diagnostics", "https://aka.ms/powershell73-help");
s_metadataCache.Add("Microsoft.PowerShell.Core", "https://aka.ms/powershell73-help");
s_metadataCache.Add("Microsoft.PowerShell.Utility", "https://aka.ms/powershell73-help");
s_metadataCache.Add("Microsoft.PowerShell.Host", "https://aka.ms/powershell73-help");
s_metadataCache.Add("Microsoft.PowerShell.Management", "https://aka.ms/powershell73-help");
s_metadataCache.Add("Microsoft.PowerShell.Security", "https://aka.ms/powershell73-help");
s_metadataCache.Add("Microsoft.WSMan.Management", "https://aka.ms/powershell73-help");
}

/// <summary>
Expand Down

0 comments on commit 5a7e9a0

Please sign in to comment.