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
371 stars 158 forks source link

Fix jq version evaluation #866

Closed Jefajers closed 3 months ago

Jefajers commented 3 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