Skip to content

Commit fe71827

Browse files
authored
Added notice on renamed property
1 parent 3663f25 commit fe71827

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
8585
- `Send-PnPMail` now throws a warning about the retirement of the SharePoint SendEmail API.
8686
- `Get-PnPCustomAction` now supports a completer for `-Identity` and uses the PnP Core SDK to return custom actions.
8787
- `Set-PnPPropertyBagValue` and `Remove-PnPPropertyBagValue` now toggle the NoScript status of the site to allow setting/removing property bag values, but only if the tenant wide `AllowWebPropertyBagUpdateWhenDenyAddAndCustomizePagesIsEnabled` is not enabled [#4680](https://github.com/pnp/powershell/pull/4680)
88-
- `Get-PnPTenant` now uses nullable types for the properties that can return null if the property is not set or could not be retrieved [#4722](https://github.com/pnp/powershell/pull/4722)
88+
- `Get-PnPTenant` now uses nullable types for the properties that can return null if the property is not set or could not be retrieved. Beware that the property `PublicCdnOrigins` has been renamed to `PublicCdnOriginParsed `. All other property names will remain the same. [#4722](https://github.com/pnp/powershell/pull/4722)
8989

9090
### Fixed
9191

0 commit comments

Comments
 (0)