external help file | Module Name | online version | schema |
---|---|---|---|
PSDocs.Azure-help.xml |
PSDocs.Azure |
2.0.0 |
Get Azure template files within a directory structure.
Get-AzDocTemplateFile [[-InputPath] <String[]>] [[-Path] <String>] [<CommonParameters>]
Gets any Azure Resource Manager (ARM) template files found within the search path. By default, the current working path is used.
When a JSON file is found the schema is compared to determine if it is a valid ARM template file. JSON files without a valid schema are ignored.
PS C:\> Get-AzDocTemplateFile
Get a list of template files within the current working directory.
A filter for finding template files within the search path.
Type: String[]
Parameter Sets: (All)
Aliases: f, TemplateFile, FullName
Required: False
Position: 1
Default value: *.json
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: True
The path to search for template files within. By default, the current working path is used.
Type: String
Parameter Sets: (All)
Aliases: p
Required: False
Position: 0
Default value: $PWD
Accept pipeline input: False
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.