Releases: Azure/AzOps
Releases · Azure/AzOps
v1.8.0
Features
- Adding discovery support for Microsoft.Authorization/roleEligibilityScheduleRequests (#635)
Note: To make use of this new settingCore.SkipPim
requires update insettings.json
. Have a look at: https://github.com/Azure/AzOps-Accelerator/blob/main/settings.json - Adding additional controls for resource discovery (#609)
Note: To make use of these new settingsCore.IncludeResourcesInResourceGroup
andCore.IncludeResourceType
requires updates insettings.json
. Have a look at: https://github.com/Azure/AzOps-Accelerator/blob/main/settings.json - Enhance movement of Policy assignment scope (#623)
Note: To make use of this new behaviour requires updates invalidate-deploy
.
For GitHub Actions have a look at: https://github.com/Azure/AzOps-Accelerator/blob/main/.github/actions/validate-deploy/action.yml
For Azure DevOps have a look at: https://github.com/Azure/AzOps-Accelerator/blob/main/.pipelines/.templates/validate-deploy.yml
The pull request: https://github.com/Azure/AzOps-Accelerator/pull/118/files - Cleanup of New-AzOpsDeployment and CustomSortOrder feature for Invoke-AzOpsPush (#632)
Enhancements
- Simplify/optimize Remove-AzOpsDeployment function (#618)
Dependencies
v1.7.7
v1.7.6
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
v1.7.4
v1.7.3
v1.7.2
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
v1.7.0
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
Dependencies
- PowerShell > 7.2 is now a requirement (#513)
- Increment required module versions (#498)
Note: breaking changes related to Microsoft Graph that may affect discovery of roleAssignments. Read more at https://techcommunity.microsoft.com/t5/azure-tools-blog/why-is-az-7-an-important-release-for-azure-powershell/ba-p/3035513- Az.Accounts (2.7.1)
- Az.Resources (5.2.0)