Skip to content

Commit 265689d

Browse files
committed
Include module rename in changelog.
1 parent 7f70d33 commit 265689d

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,8 @@ The following breaking changes have been introduced between `v1.x` and `v2.x`:
122122
- Dropped profile support.
123123
- Dropped support for `-ForceRefresh` on `Connect-MgGraph`.
124124
- Renamed `beta` command names from `<Verb>-Mg<Noun>` to `<Verb>-MgBeta<Noun>`.
125+
- Renamed `DeviceManagement.Enrolment` module to `DeviceManagement.Enrollment`.
126+
- Moved directory role and entitlement management commands from `DeviceManagement.Enrollment` to `Identity.Governance` module.
125127
- Changed beta namespace from `Microsoft.Graph.PowerShell.Models.<Entity>` to `Microsoft.Graph.Beta.PowerShell.Models.<Entity>`.
126128
- Changed `-AccessToken` type on `Connect-MgGraph` from `String` to `SecureString`.
127129

docs/upgrade-to-v2.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,14 @@ In v2, we've changed `-AccessToken` from `String` to `SecureString` type. This c
6464

6565
We've dropped support for `-ForceRefresh` on `Connect-MgGraph` command. `-ForceRefresh` is no longer support by the auth token credentials used in v2. Customers should instead use `Disconnect-MgGraph` to sign out of current context then call `Connect-MgGraph` to get a new access token.
6666

67+
### Renamed `DeviceManagement.Enrolment` module to `DeviceManagement.Enrollment`
68+
69+
`DeviceManagement.Enrolment` module has been renamed to `DeviceManagement.Enrollment` to align with the API.
70+
71+
### Directory Role and Entitlement Management Commands
72+
73+
Directory role and entitlement management commands that were in `DeviceManagement.Enrollment` module have been moved to `Identity.Governance` to align with the [API reference](https://learn.microsoft.com/graph/api/resources/directoryrole?view=graph-rest-1.0).
74+
6775
## New Features and Improvements
6876

6977
The following new features and improvements have been added to the module in v2.

0 commit comments

Comments
 (0)