Skip to content

Commit e602491

Browse files
AdmiringWormgep13
authored andcommitted
(chocolatey#2469) Remove deprecated Write-ChocolateyFailure
This commit removes the deprecated cmdlet Write-ChocolateyFailure. This cmdlet was deprecated for v1.0.0 and are now removed with this commit.
1 parent b9240e1 commit e602491

File tree

3 files changed

+0
-61
lines changed

3 files changed

+0
-61
lines changed

GenerateDocs.ps1

-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ These are the functions from above as one list.
7979
8080
* [Install-ChocolateyZipPackage](xref:install-chocolateyzippackage)
8181
* [Install-ChocolateyPowershellCommand](xref:install-chocolateypowershellcommand)
82-
* [Write-ChocolateyFailure](xref:write-chocolateyfailure)
8382
* [Get-ChocolateyWebFile](xref:get-chocolateywebfile)
8483
* [Get-ChocolateyUnzip](xref:get-chocolateyunzip)
8584
* [Install-ChocolateyPath](xref:install-chocolateypath) - when specifying user path

src/chocolatey.resources/chocolatey.resources.csproj

-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@
8585
<EmbeddedResource Include="helpers\functions\Uninstall-ChocolateyPackage.ps1" />
8686
<EmbeddedResource Include="helpers\functions\UnInstall-ChocolateyZipPackage.ps1" />
8787
<EmbeddedResource Include="helpers\functions\Update-SessionEnvironment.ps1" />
88-
<EmbeddedResource Include="helpers\functions\Write-ChocolateyFailure.ps1" />
8988
<EmbeddedResource Include="redirects\choco.exe.ignore" />
9089
<EmbeddedResource Include="redirects\chocolatey.exe.ignore" />
9190
<EmbeddedResource Include="redirects\cinst.exe.ignore" />

src/chocolatey.resources/helpers/functions/Write-ChocolateyFailure.ps1

-59
This file was deleted.

0 commit comments

Comments
 (0)