templating
templating copied to clipboard
Fix the shell script error: command not found
Problem
eng/SearchCache/InstallAzureCLI.sh has the error: bash: line 95: Command: command not found.
Solution
Save the install script locally and then execute.
Checks:
- [ ] Added unit tests
- [ ] Added
#nullable enableto all the modified files ?