Skip to content

Commit 4669864

Browse files
Merge pull request #6392 from NikCharlebois/Release-1.25.730.1
Release 1.25.730.1
2 parents 66810e1 + 0eae7e2 commit 4669864

File tree

2 files changed

+6
-9
lines changed

2 files changed

+6
-9
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change log for Microsoft365DSC
22

3-
# UNRELEASED
3+
# 1.25.730.1
44

55
* AADServicePrincipal
66
* Fixed an issue when translating `AppId` to the corresponding `DisplayName` during test.

Modules/Microsoft365DSC/Microsoft365DSC.psd1

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 2025-07-25
6+
# Generated on: 2025-07-30
77

88
@{
99

1010
# Script module or binary module file associated with this manifest.
1111
# RootModule = ''
1212

1313
# Version number of this module.
14-
ModuleVersion = '1.25.723.2'
14+
ModuleVersion = '1.25.730.1'
1515

1616
# Supported PSEditions
1717
# CompatiblePSEditions = @()
@@ -151,12 +151,9 @@
151151
IconUri = 'https://github.com/microsoft/Microsoft365DSC/blob/Dev/Modules/Microsoft365DSC/Dependencies/Images/Logo.png?raw=true'
152152

153153
# ReleaseNotes of this module
154-
ReleaseNotes = '* AADConditionalAccessPolicy
155-
* Remove the ValidateSet from the ProtocolFlows property.
156-
* AADCrossTenantAccessPolicyConfigurationDefault
157-
* Fixed the return values from the Get-TargetResource method.
158-
* AADUser
159-
* Fixed an issue when fetching a property from an empty array.'
154+
ReleaseNotes = '* AADServicePrincipal
155+
* Fixed an issue when translating `AppId` to the corresponding `DisplayName` during test.
156+
FIXES [#6382](https://github.com/microsoft/Microsoft365DSC/issues/6382)'
160157

161158
# Flag to indicate whether the module requires explicit user acceptance for install/update
162159
# RequireLicenseAcceptance = $false

0 commit comments

Comments
 (0)