Azure / Azure/arm-ttk

The term 'Test-AzTemplate' is not recognized as a name of a cmdlet

Open
#801 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
PowerShell
Stars
468
Forks
208
PR merge metrics
No merged PRs in 30d

Description

I downloaded the last release, unzipped it to a folder

Image

In PS, Update execution policy to unrestricted for my user useeion, then I isssued

` Import-Module C:\Projects\AzureDevOpsProjects\ARM\arm-ttk\arm-ttk\arm-ttk.psd1`
without any error but running
`Test-AzTemplate -TemplatePath .`
gives always the following error

> Test-AzTemplate: The term 'Test-AzTemplate' is not recognized as a name of a cmdlet, function, script file, or executable program.
> Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
>

Am I missing something? Thanks for your help

Contributor guide

No contributing guide indexed for this repository

Research direction

Start with the downloaded release and the arm-ttk.psd1 module entry point, reproducing the import and Test-AzTemplate commands in PowerShell. Check whether importing the module exposes Test-AzTemplate as a callable command; done means the documented release setup makes that command available without the reported recognition error.

Written by the indexing model from the issue text.

Assessment

Tech stack
powershell
Domain
testing-qa, tooling
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
55/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.