You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
7
7
8
8
## [Current Nightly]
9
9
10
+
### Added
11
+
12
+
### Changed
13
+
14
+
15
+
## [1.3.0]
16
+
10
17
### Added
11
18
- 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.
12
19
- 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/).
21
28
- Added `-ClientId` option to `-DeviceLogin` allowing device code authentication with custom app registrations.
22
29
- Changed `-Url` parameter on Get-PnPTenantSite and Set-PnPTenantSite to `-Identity`. Made `-Url` available as an alias.
23
30
- 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`
25
32
- Fixed issue where `-Interactive` on `Connect-PnPOnline` would prompt for credentials when connecting to new site within same tenant. Added -ForceLogin parameter to force
26
33
- 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.
27
34
- Fixed issue where retrieving a single site with Get-PnPTenantSite vs retrieving all sites showed different properties.
0 commit comments