Skip to content

Commit 1405d1f

Browse files
committed
3.0.0-beta.1
1 parent d62f169 commit 1405d1f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/CHANGELOG.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@
2222
### Changed
2323
- **Breaking:** Switching from Remote PowerShell session to local PowerShell session due Microsoft disabling Remote PowerShell in Exchange Online
2424
- Export-RecipientPermission will require more local resources (CPU, RAM, network) and will take longer to complete because operations previously handled on the server side now need to be handled on the client side
25-
- The variables '`$Grantor`' and '`$Trustee`' loose some sub attributes, so you may have to adopt your '`GrantorFilter`' and '`TrusteeFilter`' code
26-
- .RecipientType.Value is now .RecipientType
27-
- .RecipientTypeDetails.Value is now .RecipientTypeDetails
28-
- .PrimarySmtpAddress no longer has the sub attributes .Local, .Domain and .Address
25+
- The variables '`$Grantor`' and '`$Trustee`' lose some sub attributes, so you may have to adopt your '`GrantorFilter`' and '`TrusteeFilter`' code:
26+
- '`.RecipientType.Value`' is now '`.RecipientType`'
27+
- '`.RecipientTypeDetails.Value`' is now '`.RecipientTypeDetails`'
28+
- '`.PrimarySmtpAddress`' no longer has the sub attributes .Local, .Domain and .Address
2929
- All the data formerly held in the sub attributes is still there, as .PrimarySmtpAddress is in the 'local@domain' format
30-
- .EmailAddresses (an array) no longer has the sub attributes .PrefixString, .IsPrimaryAddress, .SmtpAddress and .ProxyAddressString
30+
- '`.EmailAddresses`' (an array) no longer has the sub attributes .PrefixString, .IsPrimaryAddress, .SmtpAddress and .ProxyAddressString
3131
- All the data formerly held in the sub attributes is still there, as .EmailAddress is in the 'prefix:local@domain' format
3232
- On-prem only:
33-
- .Identity is now the canonical name (CN) only and no longer has the sub attributes .DomainId and .Parent
33+
- '`.Identity`' is now the canonical name (CN) only and no longer has the sub attributes .DomainId and .Parent
3434
- All the data formerly held in the sub attributes is still there, as .Identity is in the 'example.com/OU1/OU2/ObjectA' format
3535
- Reduced the default value of '`ParallelJobsExchange`' from '`$ExchangeConnectionUriList.count * 3`' to '`$ExchangeConnectionUriList.count`' as local Exchange PowerShell sessions are not as stable as Remote PowerShell sessions
3636
- Adopted sample code and documentation to reflect changes in the '`$Grantor`' and '`$Trustee`' variables

0 commit comments

Comments
 (0)