Skip to content

Commit 0714573

Browse files
committed
Release 1.3.0
1 parent a8e4a28 commit 0714573

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
77

88
## [Current Nightly]
99

10+
### Added
11+
12+
### Changed
13+
14+
15+
## [1.3.0]
16+
1017
### Added
1118
- Added `-HideTitleInHeader` parameter to `Set-PnPWeb` to hide or show the title in the header. Use `-HideTitleInHeader` to hide it and `-HideTitleInHeader:$false` to show it.
1219
- Added `-ShowContentUrl` parameter to `Register-PnPManagementShellAccess` retrieve the url to consent to the PnP Management Shell application by an administrator.
@@ -21,7 +28,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
2128
- Added `-ClientId` option to `-DeviceLogin` allowing device code authentication with custom app registrations.
2229
- Changed `-Url` parameter on Get-PnPTenantSite and Set-PnPTenantSite to `-Identity`. Made `-Url` available as an alias.
2330
- Updated `Set-PnPTenantSite` to support same parameters as `Set-SPOSite`
24-
- Updated `Get-SPOTenantSite` to return same properties as `Get-SPOSite`
31+
- Updated `Get-PnPTenantSite` to return same properties as `Get-SPOSite`
2532
- Fixed issue where `-Interactive` on `Connect-PnPOnline` would prompt for credentials when connecting to new site within same tenant. Added -ForceLogin parameter to force
2633
- Get-PnPUser and any other cmdlet that takes a UserPipeBind parameter as input now allows users to be specified by name besides loginname or id.
2734
- Fixed issue where retrieving a single site with Get-PnPTenantSite vs retrieving all sites showed different properties.

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.20
1+
1.3.0

0 commit comments

Comments
 (0)