diff --git a/src/Resources/Resources/ChangeLog.md b/src/Resources/Resources/ChangeLog.md index 39e5dd394c06..931c0d0f9c94 100644 --- a/src/Resources/Resources/ChangeLog.md +++ b/src/Resources/Resources/ChangeLog.md @@ -20,13 +20,13 @@ ## Upcoming Release * Used utf8 encoding for reading stdout & stderr when invoking Bicep. [#23246] +* Fixed regression in `Publish-AzBicepModule` [Azure/bicep/12461](https://github.com/Azure/bicep/issues/12461) ## Version 6.12.0 * Supported $ref statements for user-defined types in Bicep files. * Fixed reporting duplicate warnings when compiling Bicep files. * Updated New and Set Management Group cmdlets to allow DeploymentSubscription to be optional. * Fixed inexplicable error message when subscription and scope are neither provided in RoleAssignment/RoleDefinition related commands. [#22716] -* Fixed regression in `Publish-AzBicepModule` [Azure/bicep/12461](https://github.com/Azure/bicep/issues/12461) ## Version 6.11.2 * Fixed bug where `.bicepparam` values were not being correctly serialized in the correct format.