You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ReleaseNotes='* Supported statements for user-defined types in Bicep files.
271
-
* Fixed reporting duplicate warnings when compiling Bicep files.
272
-
* Updated New and Set Management Group cmdlets to allow DeploymentSubscription to be optional.
273
-
* Fixed inexplicable error message when subscription and scope are neither provided in RoleAssignment/RoleDefinition related commands. [#22716]'
268
+
ReleaseNotes='* [Breaking Change] Redesigned CRUD cmdlets for PolicyAssignment, PolicyDefinition, PolicyExemption, PolicySetDefinition. Please see Az 11 migration guide https://learn.microsoft.com/en-us/powershell/azure/migrate-az-10.0.0 for more detail.
269
+
* Used utf8 encoding for reading stdout & stderr when invoking Bicep. [#23246]
270
+
* Fixed regression in ''Publish-AzBicepModule'' [Azure/bicep/12461](https://github.com/Azure/bicep/issues/12461)'
274
271
275
272
# Prerelease string of this module
276
-
#Prerelease = ''
273
+
Prerelease='preview'
277
274
278
275
# Flag to indicate whether the module requires explicit user acceptance for install/update/save
Copy file name to clipboardExpand all lines: src/Resources/Resources/ChangeLog.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,8 @@
19
19
-->
20
20
21
21
## Upcoming Release
22
+
23
+
## Version 7.0.0
22
24
*[Breaking Change] Redesigned CRUD cmdlets for PolicyAssignment, PolicyDefinition, PolicyExemption, PolicySetDefinition. Please see Az 11 migration guide https://learn.microsoft.com/en-us/powershell/azure/migrate-az-10.0.0 for more detail.
23
25
* Used utf8 encoding for reading stdout & stderr when invoking Bicep. [#23246]
24
26
* Fixed regression in `Publish-AzBicepModule`[Azure/bicep/12461](https://github.com/Azure/bicep/issues/12461)
0 commit comments