0.17.0-preview
Pre-release
Pre-release
Release Notes
0.17.0 - October 3rd, 2024
- Introduced usability parameter switches for over 480 cmdlets.
- Added a new cmdlet:
Set-EntraDirSyncEnabled
. - Resolved issue #1106 – corrected indentation errors.
- Resolved issue #1110 – added proper command examples to Help Synopsis.
- Resolved issue #1112 – provided missing parameter descriptions in Help Synopsis.
- Added unit tests for 48 cmdlets.
- Enriched examples for more than 15 cmdlets.
Installation instructions
Install the module from the PowerShell gallery
Install-Module -Name Microsoft.Graph.Entra -RequiredVersion 0.17.0-preview -AllowPrerelease -Repository PSGallery –Force
For beta module
Install-Module -Name Microsoft.Graph.Entra.Beta -RequiredVersion 0.17.0-preview -AllowPrerelease -Repository PSGallery –Force
What's Changed
- added unit test for New-EntraServicePrincipal and New-EntraServicePri… by @snehalkotwal in #756
- Policy Unit Testing by @v-akarke in #751
- added mock test cases for Remove-EntraServicePrincipalPasswordCredent… by @snehalkotwal in #761
- added unit script for Set-EntraServicePrincipal and Select-EntraGroup… by @snehalkotwal in #762
- Common-parameters-UT by @v-akarke in #1021
- Unit-Tests by @v-ymundhe in #1029
- Unit tests by @v-ymundhe in #1030
- mock test cases for contact by @snehalkotwal in #1036
- updated mock test cases by @snehalkotwal in #1041
- Added mock test for Get-EntraServiceAppRoleAssigne,Get-EntraServiceAp… by @snehalkotwal in #754
- added mock test cases by @snehalkotwal in #1039
- Unit Testing by @snehalkotwal in #763
- added msol tests by @v-uansari in #787
- Bugfix-1082 by @v-akarke in #1091
- added msol unit test cases by @snehalkotwal in #783
- moved extra proxy docs to future folder by @v-pughosh in #1107
- Entra cmdlet mock test cases by @snehalkotwal in #1096
- updated mock test cases by @snehalkotwal in #1105
- Added beta mock test cases by @snehalkotwal in #1103
- Integration tests pipeline by @KenitoInc in #1124
- updated main branch test cases for missing headers by @snehalkotwal in #1111
- Get entra partner information docs by @snehalkotwal in #1109
- 1ES CI pipeline by @KenitoInc in #1125
- Get-EntraAuthorizationPolicy by @v-akarke in #1121
- Updated UserThumbnailPhoto doc to remove missing parameters by @snehalkotwal in #1123
- Updating Description for the module metadata by @SteveMutungi254 in #1122
- Fixed error message for unsupported command by @merill in #1128
- Fixes for Issue: #1110 and #1112 by @HCRitter in #1113
- Fixing bad examples by @SteveMutungi254 in #1127
- Confirm-EntraBetaDomain by @v-akarke in #1117
- Credscan fixes by @SteveMutungi254 in #1131
- Set-MsolDirSyncEnabled cmd by @v-uansari in #1115
- Restore-EntraBetaDeletedDirectoryObject by @v-akarke in #1071
- 1es release pipeline by @KenitoInc in #1134
- Update integration tests pipeline by @KenitoInc in #1135
- Make CI pipeline official by @KenitoInc in #1137
- Release 0.17.0-prerelease Improvements by @SteveMutungi254 in #1100
- Usability-Parameters by @v-akarke in #1050
- Hot Fix Restore entra beta deleted directory object by @v-uansari in #1136
- Sample scripts for creating a custom enterprise application by @SteveMutungi254 in #1138
- Fixing indentation for Entra PS v1.0 commands by @SteveMutungi254 in #1130
- Removed white space to fix indentation issue for Beta commands. by @SteveMutungi254 in #1129
- Update to version 0.17.0 by @emmanuel-karanja in #1141
New Contributors
Full Changelog: 0.16.0-preview...0.17.0-preview