Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita2b2d7e

Browse files
authored
UpdateHelpInfoUri for 7.5 (#24610)
1 parent7ca7aae commita2b2d7e

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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp