Skip to content

Latest commit

 

History

History
58 lines (41 loc) · 1.11 KB

Uninstall-BicepCLI.md

File metadata and controls

58 lines (41 loc) · 1.11 KB
external help file Module Name online version schema
Bicep-help.xml
Bicep
2.0.0

Uninstall-BicepCLI

SYNOPSIS

Uninstall Bicep CLI (Windows only)

SYNTAX

Uninstall-BicepCLI [-Force] [<CommonParameters>]

DESCRIPTION

Uninstall-BicepCLI uninstalls all Bicep CLI versions installed (Windows Installer and PowerShell installations)

EXAMPLES

Example 1: Uninstall Bicep CLI

Uninstall-BicepCLI -Force

PARAMETERS

-Force

This switch will force Bicep to be uninstalled.

Type: SwitchParameter
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

None

OUTPUTS

System.Object

NOTES

RELATED LINKS