Azure-Samples / azure-files-samples

This repository contains supporting code (PowerShell modules/scripts, ARM templates, etc.) for deploying, configuring, and using Azure Files.
https://docs.microsoft.com/azure/storage/files/storage-files-introduction
MIT License
226 stars 192 forks source link

Add an utils check for the ss command #182

Closed sprasad-microsoft closed 7 months ago

sprasad-microsoft commented 7 months ago

The script now relies on the output of the ss command. However, in the initial check for utilities, this tool is not checked.

This change checks for the utility. If not present, it errors out.