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
+14-1
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,20 @@ All notable changes to this project will be documented in this file.
6
6
7
7
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
8
8
9
+
## [Current nightly]
9
10
10
-
## [Current Nightly]
11
+
### Added
12
+
13
+
### Changed
14
+
15
+
### Fixed
16
+
17
+
### Removed
18
+
19
+
### Contributors
20
+
21
+
22
+
## [2.12.0]
11
23
12
24
### Added
13
25
@@ -20,6 +32,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
20
32
21
33
### Changed
22
34
35
+
-*Release due to deprecation/shutdown of support for the PnP Management Shell* Refer to https://pnp.github.io/powershell/articles/registerapplication.html on how to registration your own application
23
36
- Added output for clientid/Entra App Id when using `-Verbose` with `Connect-PnPOnline`
24
37
- Added `-OutputTask` switch to `Add-PnPPlannerTask` cmdlet which will return the just created task so inspect its ID, ETag, etc. values.
25
38
- Improved `Invoke-PnPGraphMethod` cmdlet now to also support a hashtable value for the AdditionalHeaders parameter besides the current Dictionary<string,string>. See documentation.
0 commit comments