Azure / AzOps

AzOps is a PowerShell module which deploys (Push) ARM Resource Templates & Bicep files at all Azure scope levels and exports (Pull) ARM resource hierarchy.
https://aka.ms/AzOps
MIT License
388 stars 163 forks source link

Fix jq version evaluation #866

Closed Jefajers closed 8 months ago

Jefajers commented 8 months ago

Overview/Summary

This PR closes #865 by changing the logic used to determine jq --version output.

This PR fixes/adds/changes/removes

  1. Changes Assert-AzOpsJqDependency.ps1

Breaking Changes

  1. N/A

Testing Evidence

Testing with a jq version variable set to 1.7.1 evaluates correct.

As part of this Pull Request I have