Skip to content

Releases: Azure/AzOps

v1.8.0

24 May 12:03
fa930c2
Compare
Choose a tag to compare

Features

Enhancements

  • Simplify/optimize Remove-AzOpsDeployment function (#618)

Dependencies

  • Increment required module versions (#621, #637)
    • Az.Accounts (2.8.0)
    • Az.Resources (6.0.0)
    • PSFramework (1.7.227)

v1.7.7

04 May 08:07
219d8ae
Compare
Choose a tag to compare

Issues

  • Initial Push pipeline run in ADO fails with "Expecting deploymentList object, it was not found." (#610)

v1.7.6

27 Apr 12:11
3d55780
Compare
Choose a tag to compare

Thank you @StefanIvemo for your contribution to this release!

Issues

  • Using bicep as part of path name throws an error (#600)
  • Fix to VNet modules templates (#584)
  • Policy and Role resources not pulled at resourceGroup scopes (#598)

Enhancements

  • Initialize-AzOpsEnvironment fails with incorrect file path error (#577)
  • Update Template.jq with Kind and Sku parameters (#586)

Dependencies

  • Increment required module versions (#602)
    • Az.Accounts (2.7.5)
    • Az.Resources (5.6.0)

v1.7.5

14 Mar 21:10
ac67ba5
Compare
Choose a tag to compare

v1.7.5

Issues

  • Set-Content - The specified path is too long (#578)

v1.7.4

04 Mar 11:28
9e505bf
Compare
Choose a tag to compare

Issues

  • Json Scope Warnings should be treated as errors (#338)
  • Bugfix in Get-AzOpsCurrentPrincipal to handle federated credentials (#571)

Enhancements

  • New-AzOpsScope Strings update (#570)
  • Bump Dependencies (#573)

v1.7.3

18 Feb 18:05
019330a
Compare
Choose a tag to compare

Issues

  • AzOps Pull-pipeline doesn't discover resource groups (#555)

Enhancements

  • Extend functionality of resource deletion to include exemptions (#488)
  • Bump Dependencies (#562)
  • Deployments/push fail with deployment already exists in location error (#558)

v1.7.2

01 Feb 08:10
f3c6452
Compare
Choose a tag to compare

Issues

  • Updated jq filter for policyAssignments with userManagedIdentity (#538)- Thank you @jsandquist!
  • Fix managed identity lookup in Remove-AzOpsDeployment (#546) - Thank you @StefanIvemo!

Enhancements

  • Expand Validate/WhatIf error handling for WhatIf prediction failures (#545)

v1.7.1

14 Jan 15:29
7e6cc71
Compare
Choose a tag to compare

Thank you @StefanIvemo for your contributions to this release!

Features

  • Adding support for child resources (#426)

Issues

  • Fixing bugs related to the latest Az Modules (#530, #534)

Enhancements

  • Adding support for spaces in parameter filenames (#522)

v1.7.0

05 Jan 08:46
d5f9275
Compare
Choose a tag to compare

Thank you @Jefajers, @jasonbrisbin, @SimonWahlin and @StefanIvemo for all your contributions to this release!

Features

  • Adding support for filtering WhatIf json output (#482)

Issues

  • Encoding issues with WhatIf comments (#513)
  • Commits with a bicep file and ARM template parameter file generates 2 deployments (#516)

Enhancements

  • Expanded test framework (#493, #518)
  • Retiring legacy setting Core.AllInOneTemplate (#517)

Dependencies

v1.6.4

29 Nov 08:58
30de748
Compare
Choose a tag to compare

Issues

  • Casing issue with custom AutoGeneratedTemplateFolderPath (#483)
  • Fixed issue with custom path folder '/.az' not working as expected during scope creation. (#487)