Azure CLI Task Yaml
I am trying to execute Get-AzSqlServer from AzureCli@2 yaml pipeline and it is throwing an error: The term 'Get-AzSqlServer ' is not recognized as the name of a cmdlet Here is my task - task: AzureCli@2 inputs: azureSubscription: 'serviceconnection' scriptType:…