Skip to content

Commit 587b6bf

Browse files
author
bjansen
committed
Merge of #1658. Thanks @kola-tm
1 parent 4061460 commit 587b6bf

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/sdk/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
1111
### Added
1212

1313
- Support for reading Alerts [jansenbe - Bert Jansen]
14+
- Allow optional configuration of used SharePointRestClient and MicrosoftGraphClient #1659 [kola-tm]
1415

1516
### Changed
1617

src/sdk/PnP.Core.Test/Base/SetupTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ public void PnPContextFactory()
9393
Assert.ThrowsException<ArgumentNullException>(() =>
9494
{
9595
ServiceCollection services = new ServiceCollection();
96-
services.AddPnPContextFactory(null);
96+
services.AddPnPContextFactory(null, null, null);
9797
});
9898
}
9999
}

0 commit comments

Comments
 (0)