Skip to content

Latest commit

 

History

History
64 lines (42 loc) · 1.1 KB

Get-UsedModulesInBicepFile.md

File metadata and controls

64 lines (42 loc) · 1.1 KB
external help file Module Name online version schema
Bicep-help.xml
Bicep
2.0.0

Get-UsedModulesInBicepFile

SYNOPSIS

Get modules used in a Bicep file.

SYNTAX

Get-UsedModulesInBicepFile [-Path] <String> [<CommonParameters>]

DESCRIPTION

Get information about modules used in a Bicep file.

EXAMPLES

Example 1

PS C:\> Get-UsedModulesInBicepFile -Path $BicepFilePath

Get all modules from a specific Bicep file.

PARAMETERS

-Path

The path to the Bicep file.

Type: String
Parameter Sets: (All)
Aliases:

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

CommonParameters

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

INPUTS

None

OUTPUTS

System.Object

NOTES

RELATED LINKS