Releases: microsoftgraph/entra-powershell
0.19.0-preview
Release Notes
0.19.0 - November 4, 2024
-
New Global Secure Access Commands: Added four cmdlets:
Enable-EntraBetaGlobalSecureAccessTenant
New-EntraBetaPrivateAccessApplication
Get-EntraBetaPrivateAccessApplication
Get-EntraBetaGlobalSecureAccessTenantStatus
-
Bug Fixes:
-
Enhancements:
- Improved examples for over 130 cmdlets.
- Enhanced directory sync features and configurations.
-
Security:
- Implemented security hardening measures in the release pipeline.
Installation instructions
Install the module from the PowerShell gallery
Install-Module -Name Microsoft.Graph.Entra -RequiredVersion 0.19.0-preview -AllowPrerelease -Repository PSGallery –Force
For beta module
Install-Module -Name Microsoft.Graph.Entra.Beta -RequiredVersion 0.19.0-preview -AllowPrerelease -Repository PSGallery –Force
What's Changed
- Update CI build agent by @KenitoInc in #1173
- Bug fix: Type fixes for beta commands - Issue #1164 by @SteveMutungi254 in #1175
- 1es release pipeline fixes by @KenitoInc in #1159
- Enrich examples to boost example quality KPI - Batch 1 by @SteveMutungi254 in #1158
- Enrich examples to boost example quality KPI - Batch 3 by @SteveMutungi254 in #1169
- Remove duplicate examples - Get-EntraUserOAuth2PermissionGrant for Issue #1163 by @SteveMutungi254 in #1174
- Enrich examples to boost example quality KPI - Batch 2 by @SteveMutungi254 in #1167
- Create customer app script enhancements by @SteveMutungi254 in #1166
- Improvements on directory sync features and configurations by @SteveMutungi254 in #1170
- Adding Global Secure Access usability parameter switches by @SteveMutungi254 in #1171
- ::: 0.19.0-release Enhancements based on customer feedback. by @SteveMutungi254 in #1172
- Updated ServicePrincipalAppRole customizations (#1161) by @alflokken in #1162
- Global Secure Access commands #2 by @andres-canello in #971
- Update to version 0.19.0 by @emmanuel-karanja in #1183
New Contributors
- @alflokken made their first contribution in #1162
Full Changelog: 0.18.0-preview...0.19.0-preview
0.18.0-preview
Release Notes
0.18.0 - October 17th, 2024
- Added usability-focused parameter switches to the
Set-EntraUserLicence
andSet-EntraUserPassword
cmdlets. - Fixed issue #1118: corrected parameter sets for
Find-EntraPermission
. - Improved documentation quality scores for 20 cmdlets.
- Enhanced examples for 8 cmdlets.
- Implemented platform-level security hardening in the release pipeline
Installation instructions
Install the module from the PowerShell gallery
Install-Module -Name Microsoft.Graph.Entra -RequiredVersion 0.18.0-preview -AllowPrerelease -Repository PSGallery –Force
For beta module
Install-Module -Name Microsoft.Graph.Entra.Beta -RequiredVersion 0.18.0-preview -AllowPrerelease -Repository PSGallery –Force
What's Changed
- Remove trailing period on titles resulting in build warnings by @SteveMutungi254 in #1143
- Remove submodule by @KenitoInc in #1151
- Fix Find-EntraPermission to be consistent with Find-MgGraphPermission by @emmanuel-karanja in #1145
- Add example to cmdlet by @msewaweru in #1152
- Batch Acrolinx bump to over 80% score by @SteveMutungi254 in #1149
- Auto-generated baselines by 1ES Pipeline Templates by @microsoft-github-policy-service in #1132
- Missed Usability Params for 'Set-EntraUserLicence' and 'Set-EntraUserPassword' by @emmanuel-karanja in #1150
- Update Set-EntraBetaServicePrincipal.md by @msewaweru in #1146
- Documentation enhancements based on customer feedback for release 0.18.0 by @SteveMutungi254 in #1153
- Update the version to v0.18.0 by @emmanuel-karanja in #1157
Full Changelog: 0.17.0-preview...0.18.0-preview
0.17.0-preview
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
0.16.0-preview
Release Notes
0.16.0 - September 19th, 2024
- Added a new cmdlet:
Reset-EntraStrongAuthenticationMethodByUpn
. - Fixed issue #1090 where
Get-EntraUserManager
ignored the Property parameter. - Fixed broken links in the
Remove-EntraFeatureRolloutPolicyDirectoryObject
documentation. - Updated documentation for 300+ cmdlets to align with both
Beta
andv1.0
versions. - Upgraded the pipeline to the latest version 5 of the Engineering Security and Release Platform (ESRP) for the CI/CD pipeline.
- Added a sample script for retrieving Entitlement-assignment-policies-without-approval.
- Added 28 cmdlet aliases for backward compatibility.
- Included examples for removing licenses in
Set-EntraUserLicense
. - Added unit tests for 48 commands.
Installation instructions
Install the module from the PowerShell gallery
Install-Module -Name Microsoft.Graph.Entra -RequiredVersion 0.16.0-preview -AllowPrerelease -Repository PSGallery –Force
For beta module
Install-Module -Name Microsoft.Graph.Entra.Beta -RequiredVersion 0.16.0-preview -AllowPrerelease -Repository PSGallery –Force
What's Changed
- remove related link by @snehalkotwal in #1062
- Add empty OneBranchCI yml by @KenitoInc in #1064
- ESRP v5 by @KenitoInc in #1067
- OneBranch CI Build by @KenitoInc in #1069
- Create identify-assignment-policies-without-approval.ps1 by @AlexFilipin in #1060
- Docs improvement for 0.16.0 preview release batch one by @SteveMutungi254 in #1052
- Docs improvement for 0.16.0 preview release batch two by @SteveMutungi254 in #1070
- updated doc for entra and beta by @snehalkotwal in #1086
- Docs improvement for 0.16.0 preview release batch three by @SteveMutungi254 in #1076
- Docs improvement for 0.16.0 preview release batch four by @SteveMutungi254 in #1077
- Docs improvement for 0.16.0 preview release batch five by @SteveMutungi254 in #1078
- Docs improvement for 0.16.0 preview release batch six by @SteveMutungi254 in #1079
- Docs improvement for 0.16.0 preview release batch seven by @SteveMutungi254 in #1080
- Docs improvement for 0.16.0 preview release batch eight by @SteveMutungi254 in #1081
- Docs improvement for 0.16.0 preview release batch nine by @SteveMutungi254 in #1084
- Docs improvement for 0.16.0 preview release batch ten by @SteveMutungi254 in #1085
- Update module metadata like downloads, supported platforms by @SteveMutungi254 in #1072
- Cmdlets Aliases by @v-akarke in #1056
- added mock test by @snehalkotwal in #737
- Get-EntraUserLicenseDetail unit testing by @v-uansari in #743
- Added Remove Example - Set-EntraUserLincense by @v-akarke in #1094
- Unit Testing (EntraUserManager) by @v-uansari in #747
- Mock test for Add-EntraServicePrincipalOwner by @snehalkotwal in #749
- Mocktest1204 by @snehalkotwal in #700
- Upcoming version 0.16.0 preview enhancements by @SteveMutungi254 in #1057
- Added mock tests by @snehalkotwal in #752
- Reset-EntraStrongAuthenticationMethodByUpn by @v-akarke in #535
- Fix Get-EntraUserManager Property param implementation by @KenitoInc in #1099
- Update manifest generation to remove * and replace with @() by @emmanuel-karanja in #1097
- Update version to 0.16.0-preview by @KenitoInc in #1098
New Contributors
- @AlexFilipin made their first contribution in #1060
Full Changelog: 0.15.0-preview...0.16.0-preview
0.15.0-preview
Release Notes
0.15.0 - September 5th 2024
- Added six new cmdlets: FeatureRolloutPolicy, TrustedCertificateAuthority, and CustomSecurityAttributeDefinitionAllowedValue.
- Renamed over 40 cmdlets to follow PowerShell cmdlet naming best practices, ensuring singular nouns are used.
- Removed unused variables as part of code clean-up efforts.
- Added a developer documentation guide that covers development workflow, cmdlet best practices, pipeline best practices, and parameter best practices.
- Updated configuration to manage the required version for dependent modules.
- Enabled PSScriptAnalyzer for code analysis.
- Housekeeping tasks, including improvements to the build and release pipelines.
Installation instructions
Install the module from the PowerShell gallery
Install-Module -Name Microsoft.Graph.Entra -RequiredVersion 0.15.0-preview -AllowPrerelease -Repository PSGallery –Force
For beta module
Install-Module -Name Microsoft.Graph.Entra.Beta -RequiredVersion 0.15.0-preview -AllowPrerelease -Repository PSGallery –Force
What's Changed
- Add release pipeline by @KenitoInc in #980
- Kemunga/fix release pipeline by @KenitoInc in #1034
- Hotfix-New-EntraBetaApplication by @v-ymundhe in #1026
- Removed the mention of ROPC inline with SFI guidance by @msewaweru in #1037
- Removed unused var by @v-uansari in #1015
- Remove-EntraFeatureRolloutPolicyDirectoryObject by @v-akarke in #926
- Get-EntraCustomSecurityAttributeDefinitionAllowedValue by @v-akarke in #826
- Documentation improvements for 0.15.0-prerelease Batch One by @SteveMutungi254 in #1038
- Get-EntraTrustedCertificateAuthority/Get-EntraBetaTrustedCertificateAuthority : fixed CertificateAuthorities error issue by @v-akarke in #1024
- Set-EntraFeatureRolloutPolicy by @v-akarke in #913
- Remove-EntraFeatureRolloutPolicy by @v-akarke in #917
- Docs improvement for 0.15.0 preview release batch two by @SteveMutungi254 in #1040
- Create standard release pipeline by @KenitoInc in #1035
- Specify required version for dependent modules by @KenitoInc in #1045
- Developer documentation guide by @SteveMutungi254 in #1011
- Enable PSScriptAnalyzer by @KenitoInc in #972
- Docs improvement for 0.15.0 preview release batch three by @SteveMutungi254 in #1042
- Docs improvement for 0.15.0 preview release batch four by @SteveMutungi254 in #1043
- Beta commands converted to use API to make consistency by @v-uansari in #1025
- Docs improvement for 0.15.0 preview release batch five by @SteveMutungi254 in #1046
- Docs improvement for 0.15.0 preview release batch six by @SteveMutungi254 in #1047
- Get-EntraFeatureRolloutPolicy by @v-akarke in #896
- Updating module labels. by @SteveMutungi254 in #1049
- Cmdlets renaming and Aliases by @v-akarke in #1033
- update preview-release version to 0.15.0 by @emmanuel-karanja in #1051
Full Changelog: 0.14.0-preview...0.15.0-preview
0.14.0-preview
Release Notes
0.14.0 - August 22nd 2024
- Added 17 net new cmdlets (Custom Security attributes, Application template, Feature Rollout policy, Audit Directory logs, Audit SignIn Logs).
- Improved documentation for over 25 existing cmdlets.
- Added documentation for more than 20 v1.0 cmdlets.
- Added documentation for over 50 Beta cmdlets.
- Enhanced over 40 cmdlets with better examples and detailed descriptions.
- Issue 831fix to return actual Microsoft Graph types instead of PSCustomObjects.
- Performed housekeeping tasks, including strengthening the build and release pipelines.
Installation instructions
Install the module from the PowerShell gallery
Install-Module -Name Microsoft.Graph.Entra -RequiredVersion 0.14.0-preview -AllowPrerelease -Repository PSGallery –Force
For beta module
Install-Module -Name Microsoft.Graph.Entra.Beta -RequiredVersion 0.14.0-preview -AllowPrerelease -Repository PSGallery –Force
What's Changed
- Remove fullstops by @KenitoInc in #987
- Migrate Release build pipeline from microsoftgraph to msazure by @KenitoInc in #996
- Add steps by @KenitoInc in #997
- Kemunga/migrate release build bugfix certs by @KenitoInc in #998
- Kemunga/migrate release build bugfix codesignyml by @KenitoInc in #999
- Update ESRP by @KenitoInc in #1000
- Kemunga/migrate release build bugfix buildagent by @KenitoInc in #1001
- Kemunga/migrate release build bugfix timeout by @KenitoInc in #1002
- Kemunga/migrate release build codesignmigrate by @KenitoInc in #1003
- Doc updated ga 22 by @snehalkotwal in #943
- Updated doc for Get-EntraApplicationPasswordCredential by @snehalkotwal in #1005
- updated DOC by @snehalkotwal in #1014
- Beta Docs by @v-ymundhe in #978
- Beta_Docs_20240809 by @v-pughosh in #989
- Beta_Docs_20240812 by @v-pughosh in #993
- Beta_Docs_20240808 by @v-pughosh in #986
- Migrate CI build by @KenitoInc in #1004
- Beta docs by @v-ymundhe in #966
- Docs beta 26/7 by @snehalkotwal in #959
- New entra conditional access policy doc's by @snehalkotwal in #1012
- Add public documentation link to the module name by @SteveMutungi254 in #992
- added beta docs by @snehalkotwal in #994
- Beta Docs by @v-ymundhe in #985
- updated doc Remove-EntraServicePrincipalPasswordCredential by @snehalkotwal in #1020
- Get-EntraAdministrativeUnitMember by @v-uansari in #862
- Ga docs by @snehalkotwal in #811
- Get-EntraBetaObjectSetting by @v-uansari in #976
- Get entra object setting by @v-uansari in #861
- Get-EntraAuditDirectoryLogs by @v-uansari in #841
- removed common params by @v-uansari in #1009
- Remove common param by @v-pughosh in #1013
- remove common parameters by @v-pughosh in #1008
- Get-EntraScopedRoleMembership by @v-uansari in #816
- New-EntraCustomSecurityAttributeDefinition by @v-uansari in #899
- New-EntraBetaObjectSetting by @v-uansari in #977
- Set-EntraMSCustomSecurityAttributeDefinition by @v-uansari in #829
- Removed Common parameters by @v-akarke in #1010
- Get-EntraAuditSignInLogs by @v-uansari in #878
- #831 output-type-conversion by @v-uansari in #964
- New-EntraFeatureRolloutPolicy by @v-akarke in #990
- New-entraapplicationfromapplicationtemplate by @v-uansari in #901
- Get-EntraApplicationTemplate by @v-uansari in #919
- Bugfix 831 (Returning Graph Types instead of PSCustomObjects) by @v-akarke in #965
- Add-EntraCustomSecurityAttributeDefinitionAllowedValues by @v-akarke in #819
- Set-EntraBetaDirSyncFeature by @v-akarke in #1022
- Get-EntraCustomSecurityAttributeDefinition by @v-akarke in #822
- Adding more and richer examples by @SteveMutungi254 in #995
- Set-msoldirsyncenabledbeta-entra by @v-kachchani in #166
- New-EntraAdministrativeUnit by @v-uansari in #821
- Federation Msol Beta docs by @v-ymundhe in #1019
- New-EntraBetaServicePrincipalPasswordCredential type change by @v-pughosh in #979
- Msol beta doc by @snehalkotwal in #1016
- Get-EntraAdministrativeUnit by @v-uansari in #817
- Add-EntraAdministrativeUnitMember by @v-uansari in #797
- Set-EntraCustomSecurityAttributeDefinitionAllowedValue by @v-uansari in #870
- Cmdlet improvements based on Pull Request review exercise by @SteveMutungi254 in #1017
- Get-EntraServicePrincipalCreatedObject/Get-EntraBetaServicePrincipalCreatedObject by @v-akarke in #1018
- Update version to v0.14-preview by @KenitoInc in #1027
New Contributors
- @v-pughosh made their first contribution in #989
Full Changelog: 0.13.0-preview...0.14.0-preview
0.13.0-preview
Release Notes
0.13.0 - August 2024
- Added 5 net new cmdlets (Entra Policy, Application Password, Application Service Endpoints).
- Documentation improvements for over 25 existing cmdlet references documentation.
- Added over 50 Beta cmdlet references documentation.
- Issue 882 fix: Get-EntraGroupMember - to return Service Principal as a member.
- Issue 952 fix: Decoupled SignInActivity but added an example guidance on how to use SignInActivity property.
Installation instructions
Install the module from the PowerShell gallery
Install-Module -Name Microsoft.Graph.Entra -RequiredVersion 0.13.0-preview -AllowPrerelease -Repository PSGallery –Force
For beta module
Install-Module -Name Microsoft.Graph.Entra.Beta -RequiredVersion 0.13.0-preview -AllowPrerelease -Repository PSGallery –Force
What's Changed
- Beta docs by @snehalkotwal in #900
- Get-EntraUser : Removed SignInActivity and added Examples by @v-akarke in #974
- New-EntraApplicationPasswordCredential-doc by @v-akarke in #975
- Get-EntraBetaApplicationPasswordCredential by @v-akarke in #960
- Get-EntraGroupMember by @v-akarke in #963
- updated beta docs by @v-uansari in #930
- Set-EntraServicePrincipal and Set-EntraBetaServicePrincipal by @v-akarke in #809
- Get-EntraUser by @v-akarke in #982
- New-EntraConditionalAccessPolicy and New-EntraApplicationPassword -Hotfix by @v-akarke in #969
- New-EntraPolicy by @v-uansari in #871
- Improvements to commands docs based on review exercise by @SteveMutungi254 in #967
- Set entra policy by @v-uansari in #891
- Remove-EntraPolicy by @v-uansari in #877
- Add-EntraScopedRoleMembership by @v-uansari in #801
- Get entra policy by @v-uansari in #981
- Beta docs by @v-ymundhe in #953
- Update version to v0.13.0-preview by @KenitoInc in #984
New Contributors
- @v-ymundhe made their first contribution in #953
Full Changelog: 0.12.0-preview...0.13.0-preview
0.12.0-preview
Release Notes
0.12.0 - July 2024
- Added 3 new cmdlets for Global Secure Access - Private Access App segment management (preview)
- Documentation improvements - Added Beta documentation for over 50 cmdlets.
- Additional bug fixes from GitHub issues such as 936, 892.
- Added missing types that were throwing warnings on missing types for Get-EntraApplication and Get-EntraBetaApplication commands.
- Updated OData version to v4 in documentation references.
- Added required permissions for 34 additional commands.
Installation instructions
Install the module from the PowerShell gallery
Install-Module -Name Microsoft.Graph.Entra -RequiredVersion 0.12.0-preview -AllowPrerelease -Repository PSGallery –Force
For beta module
Install-Module -Name Microsoft.Graph.Entra.Beta -RequiredVersion 0.12.0-preview -AllowPrerelease -Repository PSGallery –Force
What's Changed
- Resolve broken link in New-EntraRoleDefinition page by @msewaweru in #935
- Get-EntraContext by @v-akarke in #939
- Get-EntraPolicy by @v-akarke in #795
- OData Version update from v3.0 to v4.0 by @emmanuel-karanja in #938
- Get-EntraAttributeSet by @v-akarke in #799
- New-EntraAttributeSet by @v-akarke in #804
- Beta docs by @snehalkotwal in #931
- Set-EntraAttributeSet by @v-akarke in #805
- Added online-version to docs by @emmanuel-karanja in #948
- Add docs for Property params in beta cmdlets by @KenitoInc in #944
- Remove-EntraAdministrativeUnitMember by @v-uansari in #876
- Remove-EntraAdministrativeUnit by @v-uansari in #823
- Add batch 2 scopes - Entra PowerShell cmdlets to increase usability by @SteveMutungi254 in #897
- Select-EntraGroupIdsGroupIsMemberOf - HOTFIX by @v-akarke in #951
- types fix by @v-uansari in #937
- Bugfix-936 by @v-akarke in #941
- Docs update - from learnings during review exercise by @SteveMutungi254 in #942
- License-Hotfix by @v-akarke in #954
- Beta Docs by @snehalkotwal in #946
- Docs beta 17/07 by @snehalkotwal in #933
- Private Access App segment management by @andres-canello in #934
- Set-EntraAdministrativeUnit by @v-uansari in #824
- Kemunga/fix property params ms cmds by @KenitoInc in #956
- Get-EntraGroupMember by @v-akarke in #950
- Serialization Fix by @v-akarke in #957
- Bugfix-892 by @v-akarke in #955
- Remove-EntraScopedRoleMembership by @v-uansari in #813
- Update version v0.12.0 by @KenitoInc in #958
New Contributors
- @andres-canello made their first contribution in #934
Full Changelog: 0.11.0-preview...0.12.0-preview
0.11.0-preview
Summary
- We have made updates to docs.
- We have added the required scopes in the examples for top cmdlets.
- We have resolved local build issue for PowerShell 7.x.
- Additional bug fixes from GitHub issues.
Installation instructions
Install the module from the PowerShell gallery
Install-Module -Name Microsoft.Graph.Entra -RequiredVersion 0.11.0-preview -AllowPrerelease -Repository PSGallery –Force
For beta module
Install-Module -Name Microsoft.Graph.Entra.Beta -RequiredVersion 0.11.0-preview -AllowPrerelease -Repository PSGallery –Force
What's Changed
- Updated .md files to reflect public preview status. by @SteveMutungi254 in #875
- added connect-entra disconnect-entra in beta by @v-uansari in #789
- #874 fixed by adding conditions by @v-uansari in #883
- Add contribution guide by @SteveMutungi254 in #884
- Add scopes - batch 1 for Entra PowerShell cmdlets by @SteveMutungi254 in #895
- New-EntraOauth2PermissionGrant GA and Beta by @v-akarke in #872
- Bugfix-903 by @v-akarke in #904
- fixed byte read issue by @v-uansari in #889
- Commit Fix by @emmanuel-karanja in #921
- Bugfix #885 by @v-akarke in #898
- BUGFIX #906 by @v-akarke in #912
- Beta doc 07 by @snehalkotwal in #887
- DOCS Property params v1.0 by @KenitoInc in #914
- Added public docs contribution section. by @SteveMutungi254 in #924
- Beta cmdlet docs by @snehalkotwal in #881
- Beta docs by @snehalkotwal in #860
- Updated Documentation for EntraBeta by @snehalkotwal in #837
- Doc Beta cmdlets by @snehalkotwal in #835
- Bugfix - #902 by @v-akarke in #923
- Fix typo "Get-EntraDomainFedrationSettings" -> "Get-EntraDomainFederationSettings" by @cnotin in #908
- ms-services-removal-updates by @emmanuel-karanja in #927
- Add AuditLog permission to User resource by @SteveMutungi254 in #928
- Update version to v0.11.0-preview by @KenitoInc in #925
New Contributors
Full Changelog: 0.10.0-preview...0.11.0-preview
0.10.0-preview
Summary
- We have added the capability to auto-install module dependencies.
- We have added the required scopes in the examples for top cmdlets.
- Additional bug fixes from GitHub issues.
Installation instructions
Install the module from the PowerShell gallery
Install-Module -Name Microsoft.Graph.Entra -RequiredVersion 0.10.0-preview -AllowPrerelease -Repository PSGallery –Force
For beta module
Install-Module -Name Microsoft.Graph.Entra.Beta -RequiredVersion 0.10.0-preview -AllowPrerelease -Repository PSGallery –Force
What's Changed
- Update version to 0.9.0-preview by @KenitoInc in #843
- Get-EntraUserManager hotfix by @v-uansari in #834
- Added scopes for App Roles, Administrative Units and other top cmdlets scopes by @SteveMutungi254 in #846
- EntraApplication-Hotfix for PublicClient by @v-akarke in #842
- Remove ExternalModuleDependencies by @KenitoInc in #853
- Adding scopes, roles and additional edits for top resources - RoleAssignments, RoleDefinition by @SteveMutungi254 in #854
- Connect entra docs hot fix by @snehalkotwal in #828
- Fix code sign by @KenitoInc in #863
- Support for Property parameter by @KenitoInc in #758
- Fix codesign for staging and publishing artifacts by @KenitoInc in #864
- removed MS prefix cmdlets by @v-varshamane in #847
- Bulk update PR by @emmanuel-karanja in #868
- Adding Connect-Entra enhancements by @SteveMutungi254 in #867
- Update version to v0.10.0-preview by @KenitoInc in #865
Full Changelog: 0.9.0-preview...0.10.0-preview