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

Update API Version Handling #844

Closed daltondhcp closed 6 months ago

daltondhcp commented 6 months ago

Overview/Summary

Separated General Availability (GA) and Preview API versions to prioritize the use of GA API versions. This resolves issue #834.

Testing Evidence

Revised the functional tests to ensure that templates exclusively incorporate stable API versions, excluding any preview versions.

As part of this Pull Request I have