From d683dfaee44a3996fc560b5bdc050db99eed7461 Mon Sep 17 00:00:00 2001 From: ArvindHarinder1 <36525136+ArvindHarinder1@users.noreply.github.com> Date: Tue, 25 Feb 2020 17:55:31 -0800 Subject: [PATCH 01/68] Update Program.cs --- Microsoft.SCIM.WebHostSample/Program.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Microsoft.SCIM.WebHostSample/Program.cs b/Microsoft.SCIM.WebHostSample/Program.cs index aa45c28b..d7038068 100644 --- a/Microsoft.SCIM.WebHostSample/Program.cs +++ b/Microsoft.SCIM.WebHostSample/Program.cs @@ -1,3 +1,5 @@ +// Copyright (c) Microsoft Corporation.// Licensed under the MIT license. + using System; using System.Collections.Generic; using System.Linq; From ede3050da5c18ee7e8d3fc86dfc151c06983802b Mon Sep 17 00:00:00 2001 From: ArvindHarinder1 <36525136+ArvindHarinder1@users.noreply.github.com> Date: Tue, 25 Feb 2020 17:55:47 -0800 Subject: [PATCH 02/68] Update Startup.cs --- Microsoft.SCIM.WebHostSample/Startup.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Microsoft.SCIM.WebHostSample/Startup.cs b/Microsoft.SCIM.WebHostSample/Startup.cs index 941db642..bf574dca 100644 --- a/Microsoft.SCIM.WebHostSample/Startup.cs +++ b/Microsoft.SCIM.WebHostSample/Startup.cs @@ -1,3 +1,5 @@ +// Copyright (c) Microsoft Corporation.// Licensed under the MIT license. + using System; using System.Collections.Generic; using System.Linq; From b3de9d335bc6bea216b6cf5c5bca4433b6a94352 Mon Sep 17 00:00:00 2001 From: ArvindHarinder1 <36525136+ArvindHarinder1@users.noreply.github.com> Date: Tue, 25 Feb 2020 17:56:55 -0800 Subject: [PATCH 03/68] Update InMemoryGroupProvider.cs --- .../Provider/InMemoryGroupProvider.cs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Microsoft.SCIM.WebHostSample/Provider/InMemoryGroupProvider.cs b/Microsoft.SCIM.WebHostSample/Provider/InMemoryGroupProvider.cs index bf39fff2..05db68e5 100644 --- a/Microsoft.SCIM.WebHostSample/Provider/InMemoryGroupProvider.cs +++ b/Microsoft.SCIM.WebHostSample/Provider/InMemoryGroupProvider.cs @@ -1,6 +1,4 @@ -//------------------------------------------------------------ -// Copyright (c) Microsoft Corporation. All rights reserved. -//------------------------------------------------------------ +// Copyright (c) Microsoft Corporation.// Licensed under the MIT license. namespace Microsoft.SCIM.WebHostSample.Provider { From 5e37710977cbbadd58191ab1ed7696ff9ab64ca7 Mon Sep 17 00:00:00 2001 From: ArvindHarinder1 <36525136+ArvindHarinder1@users.noreply.github.com> Date: Tue, 25 Feb 2020 17:57:08 -0800 Subject: [PATCH 04/68] Update InMemoryProvider.cs --- Microsoft.SCIM.WebHostSample/Provider/InMemoryProvider.cs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Microsoft.SCIM.WebHostSample/Provider/InMemoryProvider.cs b/Microsoft.SCIM.WebHostSample/Provider/InMemoryProvider.cs index 8ed0277a..122fffca 100644 --- a/Microsoft.SCIM.WebHostSample/Provider/InMemoryProvider.cs +++ b/Microsoft.SCIM.WebHostSample/Provider/InMemoryProvider.cs @@ -1,6 +1,4 @@ -//------------------------------------------------------------ -// Copyright (c) Microsoft Corporation. All rights reserved. -//------------------------------------------------------------ +// Copyright (c) Microsoft Corporation.// Licensed under the MIT license. namespace Microsoft.SCIM.WebHostSample.Provider { From 6b828303c25a3bff0f4cdddd55e58de542834e5f Mon Sep 17 00:00:00 2001 From: ArvindHarinder1 <36525136+ArvindHarinder1@users.noreply.github.com> Date: Tue, 25 Feb 2020 17:57:21 -0800 Subject: [PATCH 05/68] Update InMemoryStorage.cs --- Microsoft.SCIM.WebHostSample/Provider/InMemoryStorage.cs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Microsoft.SCIM.WebHostSample/Provider/InMemoryStorage.cs b/Microsoft.SCIM.WebHostSample/Provider/InMemoryStorage.cs index 73096b0c..1e5540fe 100644 --- a/Microsoft.SCIM.WebHostSample/Provider/InMemoryStorage.cs +++ b/Microsoft.SCIM.WebHostSample/Provider/InMemoryStorage.cs @@ -1,6 +1,4 @@ -//------------------------------------------------------------ -// Copyright (c) Microsoft Corporation. All rights reserved. -//------------------------------------------------------------ +// Copyright (c) Microsoft Corporation.// Licensed under the MIT license. namespace Microsoft.SCIM.WebHostSample.Provider { From 1bccd5ab02604e8aa102497c257f2990619fe7a1 Mon Sep 17 00:00:00 2001 From: ArvindHarinder1 <36525136+ArvindHarinder1@users.noreply.github.com> Date: Tue, 25 Feb 2020 17:57:35 -0800 Subject: [PATCH 06/68] Update InMemoryUserProvider.cs --- Microsoft.SCIM.WebHostSample/Provider/InMemoryUserProvider.cs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Microsoft.SCIM.WebHostSample/Provider/InMemoryUserProvider.cs b/Microsoft.SCIM.WebHostSample/Provider/InMemoryUserProvider.cs index 306158af..8c4f532d 100644 --- a/Microsoft.SCIM.WebHostSample/Provider/InMemoryUserProvider.cs +++ b/Microsoft.SCIM.WebHostSample/Provider/InMemoryUserProvider.cs @@ -1,6 +1,4 @@ -//------------------------------------------------------------ -// Copyright (c) Microsoft Corporation. All rights reserved. -//------------------------------------------------------------ +// Copyright (c) Microsoft Corporation.// Licensed under the MIT license. namespace Microsoft.SCIM.WebHostSample.Provider { From 25c26d621f4492fff15484de0e6726585c170794 Mon Sep 17 00:00:00 2001 From: ArvindHarinder1 <36525136+ArvindHarinder1@users.noreply.github.com> Date: Tue, 25 Feb 2020 17:57:51 -0800 Subject: [PATCH 07/68] Update TokenController.cs --- Microsoft.SCIM.WebHostSample/Controllers/TokenController.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Microsoft.SCIM.WebHostSample/Controllers/TokenController.cs b/Microsoft.SCIM.WebHostSample/Controllers/TokenController.cs index 4af10de7..2d09f550 100644 --- a/Microsoft.SCIM.WebHostSample/Controllers/TokenController.cs +++ b/Microsoft.SCIM.WebHostSample/Controllers/TokenController.cs @@ -1,4 +1,6 @@ -using Microsoft.AspNetCore.Mvc; +// Copyright (c) Microsoft Corporation.// Licensed under the MIT license. + +using Microsoft.AspNetCore.Mvc; using Microsoft.Extensions.Configuration; using Microsoft.IdentityModel.Tokens; using System; From c29d7ce115ece44c0563fbc405e5ec5b7a2bfa08 Mon Sep 17 00:00:00 2001 From: ArvindHarinder1 <36525136+ArvindHarinder1@users.noreply.github.com> Date: Tue, 25 Feb 2020 17:58:37 -0800 Subject: [PATCH 08/68] Update ControllerTemplate.cs --- .../Service/Controllers/ControllerTemplate.cs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Microsoft.SystemForCrossDomainIdentityManagement/Service/Controllers/ControllerTemplate.cs b/Microsoft.SystemForCrossDomainIdentityManagement/Service/Controllers/ControllerTemplate.cs index bebb5124..15b460b6 100644 --- a/Microsoft.SystemForCrossDomainIdentityManagement/Service/Controllers/ControllerTemplate.cs +++ b/Microsoft.SystemForCrossDomainIdentityManagement/Service/Controllers/ControllerTemplate.cs @@ -1,6 +1,4 @@ -//------------------------------------------------------------ -// Copyright (c) Microsoft Corporation. All rights reserved. -//------------------------------------------------------------ +// Copyright (c) Microsoft Corporation.// Licensed under the MIT license. namespace Microsoft.SCIM { @@ -728,4 +726,4 @@ public virtual async Task> Put([FromBody]T resource, stri } } } -} \ No newline at end of file +} From 3cf3c1bb3fe20eb1e398c2f51357764a927e24ae Mon Sep 17 00:00:00 2001 From: ArvindHarinder1 <36525136+ArvindHarinder1@users.noreply.github.com> Date: Tue, 25 Feb 2020 17:59:07 -0800 Subject: [PATCH 09/68] Update GroupsController.cs --- .../Service/Controllers/GroupsController.cs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Microsoft.SystemForCrossDomainIdentityManagement/Service/Controllers/GroupsController.cs b/Microsoft.SystemForCrossDomainIdentityManagement/Service/Controllers/GroupsController.cs index c6919f03..d3492757 100644 --- a/Microsoft.SystemForCrossDomainIdentityManagement/Service/Controllers/GroupsController.cs +++ b/Microsoft.SystemForCrossDomainIdentityManagement/Service/Controllers/GroupsController.cs @@ -1,6 +1,4 @@ -//------------------------------------------------------------ -// Copyright (c) Microsoft Corporation. All rights reserved. -//------------------------------------------------------------ +// Copyright (c) Microsoft Corporation.// Licensed under the MIT license. namespace Microsoft.SCIM { @@ -30,4 +28,4 @@ protected override IProviderAdapter AdaptProvider(IProvider provider return result; } } -} \ No newline at end of file +} From 660971d606a915ad4cf7c7989f9d09c6877f3401 Mon Sep 17 00:00:00 2001 From: ArvindHarinder1 <36525136+ArvindHarinder1@users.noreply.github.com> Date: Tue, 25 Feb 2020 17:59:29 -0800 Subject: [PATCH 10/68] Update ResourceTypesController.cs --- .../Service/Controllers/ResourceTypesController.cs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Microsoft.SystemForCrossDomainIdentityManagement/Service/Controllers/ResourceTypesController.cs b/Microsoft.SystemForCrossDomainIdentityManagement/Service/Controllers/ResourceTypesController.cs index 0ba92995..7488b673 100644 --- a/Microsoft.SystemForCrossDomainIdentityManagement/Service/Controllers/ResourceTypesController.cs +++ b/Microsoft.SystemForCrossDomainIdentityManagement/Service/Controllers/ResourceTypesController.cs @@ -1,6 +1,4 @@ -//------------------------------------------------------------ -// Copyright (c) Microsoft Corporation. All rights reserved. -//------------------------------------------------------------ +// Copyright (c) Microsoft Corporation.// Licensed under the MIT license. namespace Microsoft.SCIM { @@ -99,4 +97,4 @@ public IEnumerable Get() } } } -} \ No newline at end of file +} From 0966397d5a505eb19756bb167c8ca19908968ce9 Mon Sep 17 00:00:00 2001 From: ArvindHarinder1 <36525136+ArvindHarinder1@users.noreply.github.com> Date: Tue, 25 Feb 2020 17:59:44 -0800 Subject: [PATCH 11/68] Update RootController.cs --- .../Service/Controllers/RootController.cs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Microsoft.SystemForCrossDomainIdentityManagement/Service/Controllers/RootController.cs b/Microsoft.SystemForCrossDomainIdentityManagement/Service/Controllers/RootController.cs index abc457b4..b5d0320c 100644 --- a/Microsoft.SystemForCrossDomainIdentityManagement/Service/Controllers/RootController.cs +++ b/Microsoft.SystemForCrossDomainIdentityManagement/Service/Controllers/RootController.cs @@ -1,6 +1,4 @@ -//------------------------------------------------------------ -// Copyright (c) Microsoft Corporation. All rights reserved. -//------------------------------------------------------------ +// Copyright (c) Microsoft Corporation.// Licensed under the MIT license. namespace Microsoft.SCIM { From d5ca15f4b842efc5625ba0483b1deb0940f9fd0a Mon Sep 17 00:00:00 2001 From: ArvindHarinder1 <36525136+ArvindHarinder1@users.noreply.github.com> Date: Tue, 25 Feb 2020 18:00:03 -0800 Subject: [PATCH 12/68] Update SchemasController.cs --- .../Service/Controllers/SchemasController.cs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Microsoft.SystemForCrossDomainIdentityManagement/Service/Controllers/SchemasController.cs b/Microsoft.SystemForCrossDomainIdentityManagement/Service/Controllers/SchemasController.cs index fc8ba2b8..6083ddfa 100644 --- a/Microsoft.SystemForCrossDomainIdentityManagement/Service/Controllers/SchemasController.cs +++ b/Microsoft.SystemForCrossDomainIdentityManagement/Service/Controllers/SchemasController.cs @@ -1,6 +1,4 @@ -//------------------------------------------------------------ -// Copyright (c) Microsoft Corporation. All rights reserved. -//------------------------------------------------------------ +// Copyright (c) Microsoft Corporation.// Licensed under the MIT license. namespace Microsoft.SCIM { @@ -99,4 +97,4 @@ public IEnumerable Get() } } } -} \ No newline at end of file +} From 19687dd576972031b4c348ba8fa77365a25efd34 Mon Sep 17 00:00:00 2001 From: ArvindHarinder1 <36525136+ArvindHarinder1@users.noreply.github.com> Date: Tue, 25 Feb 2020 18:00:19 -0800 Subject: [PATCH 13/68] Update UsersController.cs --- .../Service/Controllers/UsersController.cs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Microsoft.SystemForCrossDomainIdentityManagement/Service/Controllers/UsersController.cs b/Microsoft.SystemForCrossDomainIdentityManagement/Service/Controllers/UsersController.cs index 872fdc47..144e7a9d 100644 --- a/Microsoft.SystemForCrossDomainIdentityManagement/Service/Controllers/UsersController.cs +++ b/Microsoft.SystemForCrossDomainIdentityManagement/Service/Controllers/UsersController.cs @@ -1,6 +1,4 @@ -//------------------------------------------------------------ -// Copyright (c) Microsoft Corporation. All rights reserved. -//------------------------------------------------------------ +// Copyright (c) Microsoft Corporation.// Licensed under the MIT license. namespace Microsoft.SCIM { @@ -29,4 +27,4 @@ protected override IProviderAdapter AdaptProvider(IProvider return result; } } -} \ No newline at end of file +} From 583d65e719d25a1043afab7f6c85cf8f3541f68a Mon Sep 17 00:00:00 2001 From: ArvindHarinder1 <36525136+ArvindHarinder1@users.noreply.github.com> Date: Tue, 25 Feb 2020 18:00:34 -0800 Subject: [PATCH 14/68] Update TokenController.cs --- .../Service/Controllers/TokenController.cs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Microsoft.SystemForCrossDomainIdentityManagement/Service/Controllers/TokenController.cs b/Microsoft.SystemForCrossDomainIdentityManagement/Service/Controllers/TokenController.cs index cdff6eef..c369817b 100644 --- a/Microsoft.SystemForCrossDomainIdentityManagement/Service/Controllers/TokenController.cs +++ b/Microsoft.SystemForCrossDomainIdentityManagement/Service/Controllers/TokenController.cs @@ -1,6 +1,4 @@ -//---------------------------------------------------------------- -// Copyright (c) Microsoft Corporation. All rights reserved. -//---------------------------------------------------------------- +// Copyright (c) Microsoft Corporation.// Licensed under the MIT license. namespace Microsoft.SCIM { @@ -55,4 +53,4 @@ namespace Microsoft.SCIM // } //} -} \ No newline at end of file +} From 1299084b317c4731eff79f5d3cf94718382d6917 Mon Sep 17 00:00:00 2001 From: ArvindHarinder1 <36525136+ArvindHarinder1@users.noreply.github.com> Date: Tue, 25 Feb 2020 18:00:52 -0800 Subject: [PATCH 15/68] Update ServiceProviderConfigurationController.cs --- .../Controllers/ServiceProviderConfigurationController.cs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Microsoft.SystemForCrossDomainIdentityManagement/Service/Controllers/ServiceProviderConfigurationController.cs b/Microsoft.SystemForCrossDomainIdentityManagement/Service/Controllers/ServiceProviderConfigurationController.cs index 59cb2dc7..68e658dd 100644 --- a/Microsoft.SystemForCrossDomainIdentityManagement/Service/Controllers/ServiceProviderConfigurationController.cs +++ b/Microsoft.SystemForCrossDomainIdentityManagement/Service/Controllers/ServiceProviderConfigurationController.cs @@ -1,6 +1,4 @@ -//------------------------------------------------------------ -// Copyright (c) Microsoft Corporation. All rights reserved. -//------------------------------------------------------------ +// Copyright (c) Microsoft Corporation.// Licensed under the MIT license. namespace Microsoft.SCIM { @@ -98,4 +96,4 @@ public ServiceConfigurationBase Get() } } } -} \ No newline at end of file +} From 9b042f9913d43f7f76c56d584783461745fc583f Mon Sep 17 00:00:00 2001 From: ArvindHarinder1 <36525136+ArvindHarinder1@users.noreply.github.com> Date: Tue, 25 Feb 2020 18:01:10 -0800 Subject: [PATCH 16/68] Update ConsoleMonitor.cs --- .../Service/Monitor/ConsoleMonitor.cs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Microsoft.SystemForCrossDomainIdentityManagement/Service/Monitor/ConsoleMonitor.cs b/Microsoft.SystemForCrossDomainIdentityManagement/Service/Monitor/ConsoleMonitor.cs index 21c59d59..ad20b897 100644 --- a/Microsoft.SystemForCrossDomainIdentityManagement/Service/Monitor/ConsoleMonitor.cs +++ b/Microsoft.SystemForCrossDomainIdentityManagement/Service/Monitor/ConsoleMonitor.cs @@ -1,6 +1,4 @@ -//------------------------------------------------------------ -// Copyright (c) Microsoft Corporation. All rights reserved. -//------------------------------------------------------------ +// Copyright (c) Microsoft Corporation.// Licensed under the MIT license. namespace Microsoft.SCIM { @@ -98,4 +96,4 @@ public void Warn(Notification notification) notification.Message); } } -} \ No newline at end of file +} From ece64a46dcb33b41841dc5e4b11a809bae7a7dfc Mon Sep 17 00:00:00 2001 From: ArvindHarinder1 <36525136+ArvindHarinder1@users.noreply.github.com> Date: Tue, 25 Feb 2020 18:01:35 -0800 Subject: [PATCH 17/68] Update CriticalExceptionNotificationFactory.cs --- .../Service/Monitor/CriticalExceptionNotificationFactory.cs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Microsoft.SystemForCrossDomainIdentityManagement/Service/Monitor/CriticalExceptionNotificationFactory.cs b/Microsoft.SystemForCrossDomainIdentityManagement/Service/Monitor/CriticalExceptionNotificationFactory.cs index 42e0739a..cda91bbd 100644 --- a/Microsoft.SystemForCrossDomainIdentityManagement/Service/Monitor/CriticalExceptionNotificationFactory.cs +++ b/Microsoft.SystemForCrossDomainIdentityManagement/Service/Monitor/CriticalExceptionNotificationFactory.cs @@ -1,6 +1,4 @@ -//------------------------------------------------------------ -// Copyright (c) Microsoft Corporation. All rights reserved. -//------------------------------------------------------------ +// Copyright (c) Microsoft Corporation.// Licensed under the MIT license. namespace Microsoft.SCIM { @@ -61,4 +59,4 @@ public override IExceptionNotification CreateNotification( return result; } } -} \ No newline at end of file +} From cb8bb0c8022d98e3f3fe5707e6118630a464aaf6 Mon Sep 17 00:00:00 2001 From: ArvindHarinder1 <36525136+ArvindHarinder1@users.noreply.github.com> Date: Tue, 25 Feb 2020 18:01:41 -0800 Subject: [PATCH 18/68] Update ExceptionNotification.cs --- .../Service/Monitor/ExceptionNotification.cs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Microsoft.SystemForCrossDomainIdentityManagement/Service/Monitor/ExceptionNotification.cs b/Microsoft.SystemForCrossDomainIdentityManagement/Service/Monitor/ExceptionNotification.cs index 2e56daf0..2ef3d064 100644 --- a/Microsoft.SystemForCrossDomainIdentityManagement/Service/Monitor/ExceptionNotification.cs +++ b/Microsoft.SystemForCrossDomainIdentityManagement/Service/Monitor/ExceptionNotification.cs @@ -1,6 +1,4 @@ -//------------------------------------------------------------ -// Copyright (c) Microsoft Corporation. All rights reserved. -//------------------------------------------------------------ +// Copyright (c) Microsoft Corporation.// Licensed under the MIT license. namespace Microsoft.SCIM { @@ -59,4 +57,4 @@ public bool Critical set; } } -} \ No newline at end of file +} From eedb2f2fceb6818f880eb7fc22fa610828e6ca67 Mon Sep 17 00:00:00 2001 From: ArvindHarinder1 <36525136+ArvindHarinder1@users.noreply.github.com> Date: Tue, 25 Feb 2020 18:01:50 -0800 Subject: [PATCH 19/68] Update ExceptionNotificationFactory.cs --- .../Service/Monitor/ExceptionNotificationFactory.cs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Microsoft.SystemForCrossDomainIdentityManagement/Service/Monitor/ExceptionNotificationFactory.cs b/Microsoft.SystemForCrossDomainIdentityManagement/Service/Monitor/ExceptionNotificationFactory.cs index 0095011d..8a0df027 100644 --- a/Microsoft.SystemForCrossDomainIdentityManagement/Service/Monitor/ExceptionNotificationFactory.cs +++ b/Microsoft.SystemForCrossDomainIdentityManagement/Service/Monitor/ExceptionNotificationFactory.cs @@ -1,6 +1,4 @@ -//------------------------------------------------------------ -// Copyright (c) Microsoft Corporation. All rights reserved. -//------------------------------------------------------------ +// Copyright (c) Microsoft Corporation.// Licensed under the MIT license. namespace Microsoft.SCIM { @@ -61,4 +59,4 @@ public override IExceptionNotification CreateNotification( return result; } } -} \ No newline at end of file +} From 9432073f9d341cc2f39dbc6de08a842c35b65d9d Mon Sep 17 00:00:00 2001 From: ArvindHarinder1 <36525136+ArvindHarinder1@users.noreply.github.com> Date: Tue, 25 Feb 2020 18:02:00 -0800 Subject: [PATCH 20/68] Update IExceptionNotification.cs --- .../Service/Monitor/IExceptionNotification.cs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Microsoft.SystemForCrossDomainIdentityManagement/Service/Monitor/IExceptionNotification.cs b/Microsoft.SystemForCrossDomainIdentityManagement/Service/Monitor/IExceptionNotification.cs index 68204781..cfeeb12c 100644 --- a/Microsoft.SystemForCrossDomainIdentityManagement/Service/Monitor/IExceptionNotification.cs +++ b/Microsoft.SystemForCrossDomainIdentityManagement/Service/Monitor/IExceptionNotification.cs @@ -1,6 +1,4 @@ -//------------------------------------------------------------ -// Copyright (c) Microsoft Corporation. All rights reserved. -//------------------------------------------------------------ +// Copyright (c) Microsoft Corporation.// Licensed under the MIT license. namespace Microsoft.SCIM { @@ -10,4 +8,4 @@ public interface IExceptionNotification : INotification { bool Critical { get; set; } } -} \ No newline at end of file +} From cb12c76a1a6a3426651958d7cc98996555b68768 Mon Sep 17 00:00:00 2001 From: ArvindHarinder1 <36525136+ArvindHarinder1@users.noreply.github.com> Date: Tue, 25 Feb 2020 18:02:07 -0800 Subject: [PATCH 21/68] Update IInformationNotification.cs --- .../Service/Monitor/IInformationNotification.cs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Microsoft.SystemForCrossDomainIdentityManagement/Service/Monitor/IInformationNotification.cs b/Microsoft.SystemForCrossDomainIdentityManagement/Service/Monitor/IInformationNotification.cs index 6fd08f16..2e33d6f7 100644 --- a/Microsoft.SystemForCrossDomainIdentityManagement/Service/Monitor/IInformationNotification.cs +++ b/Microsoft.SystemForCrossDomainIdentityManagement/Service/Monitor/IInformationNotification.cs @@ -1,6 +1,4 @@ -//------------------------------------------------------------ -// Copyright (c) Microsoft Corporation. All rights reserved. -//------------------------------------------------------------ +// Copyright (c) Microsoft Corporation.// Licensed under the MIT license. namespace Microsoft.SCIM { @@ -8,4 +6,4 @@ public interface IInformationNotification : INotification { bool Verbose { get; set; } } -} \ No newline at end of file +} From fe05ea30335b533ab53bfbb19c904fd40f8fceea Mon Sep 17 00:00:00 2001 From: ArvindHarinder1 <36525136+ArvindHarinder1@users.noreply.github.com> Date: Tue, 25 Feb 2020 18:02:15 -0800 Subject: [PATCH 22/68] Update IMonitor.cs --- .../Service/Monitor/IMonitor.cs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Microsoft.SystemForCrossDomainIdentityManagement/Service/Monitor/IMonitor.cs b/Microsoft.SystemForCrossDomainIdentityManagement/Service/Monitor/IMonitor.cs index da6cf713..a13bfaa9 100644 --- a/Microsoft.SystemForCrossDomainIdentityManagement/Service/Monitor/IMonitor.cs +++ b/Microsoft.SystemForCrossDomainIdentityManagement/Service/Monitor/IMonitor.cs @@ -1,6 +1,4 @@ -//------------------------------------------------------------ -// Copyright (c) Microsoft Corporation. All rights reserved. -//------------------------------------------------------------ +// Copyright (c) Microsoft Corporation.// Licensed under the MIT license. namespace Microsoft.SCIM { @@ -13,4 +11,4 @@ public interface IMonitor void Warn(Notification notification); void Warn(Notification notification); } -} \ No newline at end of file +} From 76c9ea9068babbde4b5d6375ee0767482136b80c Mon Sep 17 00:00:00 2001 From: ArvindHarinder1 <36525136+ArvindHarinder1@users.noreply.github.com> Date: Tue, 25 Feb 2020 18:02:42 -0800 Subject: [PATCH 23/68] Update INotification.cs --- .../Service/Monitor/INotification.cs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Microsoft.SystemForCrossDomainIdentityManagement/Service/Monitor/INotification.cs b/Microsoft.SystemForCrossDomainIdentityManagement/Service/Monitor/INotification.cs index 90cef31b..66a4947c 100644 --- a/Microsoft.SystemForCrossDomainIdentityManagement/Service/Monitor/INotification.cs +++ b/Microsoft.SystemForCrossDomainIdentityManagement/Service/Monitor/INotification.cs @@ -1,6 +1,4 @@ -//------------------------------------------------------------ -// Copyright (c) Microsoft Corporation. All rights reserved. -//------------------------------------------------------------ +// Copyright (c) Microsoft Corporation.// Licensed under the MIT license. namespace Microsoft.SCIM { @@ -10,4 +8,4 @@ public interface INotification string CorrelationIdentifier { get; } TPayload Message { get; } } -} \ No newline at end of file +} From 542728a6d4609f0c0b856073348026b10a03ac8e Mon Sep 17 00:00:00 2001 From: ArvindHarinder1 <36525136+ArvindHarinder1@users.noreply.github.com> Date: Tue, 25 Feb 2020 18:02:50 -0800 Subject: [PATCH 24/68] Update InformationNotification.cs --- .../Service/Monitor/InformationNotification.cs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Microsoft.SystemForCrossDomainIdentityManagement/Service/Monitor/InformationNotification.cs b/Microsoft.SystemForCrossDomainIdentityManagement/Service/Monitor/InformationNotification.cs index 34283452..cd8a6831 100644 --- a/Microsoft.SystemForCrossDomainIdentityManagement/Service/Monitor/InformationNotification.cs +++ b/Microsoft.SystemForCrossDomainIdentityManagement/Service/Monitor/InformationNotification.cs @@ -1,6 +1,4 @@ -//------------------------------------------------------------ -// Copyright (c) Microsoft Corporation. All rights reserved. -//------------------------------------------------------------ +// Copyright (c) Microsoft Corporation.// Licensed under the MIT license. namespace Microsoft.SCIM { @@ -69,4 +67,4 @@ public bool Verbose set; } } -} \ No newline at end of file +} From 57290484678e9820e17c27fd0670d1da692f39ee Mon Sep 17 00:00:00 2001 From: ArvindHarinder1 <36525136+ArvindHarinder1@users.noreply.github.com> Date: Tue, 25 Feb 2020 18:02:56 -0800 Subject: [PATCH 25/68] Update InformationNotificationFactory.cs --- .../Service/Monitor/InformationNotificationFactory.cs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Microsoft.SystemForCrossDomainIdentityManagement/Service/Monitor/InformationNotificationFactory.cs b/Microsoft.SystemForCrossDomainIdentityManagement/Service/Monitor/InformationNotificationFactory.cs index 3572a414..6013a5a7 100644 --- a/Microsoft.SystemForCrossDomainIdentityManagement/Service/Monitor/InformationNotificationFactory.cs +++ b/Microsoft.SystemForCrossDomainIdentityManagement/Service/Monitor/InformationNotificationFactory.cs @@ -1,6 +1,4 @@ -//------------------------------------------------------------ -// Copyright (c) Microsoft Corporation. All rights reserved. -//------------------------------------------------------------ +// Copyright (c) Microsoft Corporation.// Licensed under the MIT license. namespace Microsoft.SCIM { @@ -61,4 +59,4 @@ public override IInformationNotification CreateNotification( return result; } } -} \ No newline at end of file +} From 81f49877995568ea2043077a7fc380af608c4b03 Mon Sep 17 00:00:00 2001 From: ArvindHarinder1 <36525136+ArvindHarinder1@users.noreply.github.com> Date: Tue, 25 Feb 2020 18:03:03 -0800 Subject: [PATCH 26/68] Update Notification.cs --- .../Service/Monitor/Notification.cs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Microsoft.SystemForCrossDomainIdentityManagement/Service/Monitor/Notification.cs b/Microsoft.SystemForCrossDomainIdentityManagement/Service/Monitor/Notification.cs index c876df19..2ed69c85 100644 --- a/Microsoft.SystemForCrossDomainIdentityManagement/Service/Monitor/Notification.cs +++ b/Microsoft.SystemForCrossDomainIdentityManagement/Service/Monitor/Notification.cs @@ -1,6 +1,4 @@ -//------------------------------------------------------------ -// Copyright (c) Microsoft Corporation. All rights reserved. -//------------------------------------------------------------ +// Copyright (c) Microsoft Corporation.// Licensed under the MIT license. namespace Microsoft.SCIM { @@ -109,4 +107,4 @@ public override string ToString() } } -} \ No newline at end of file +} From b1e07c8e0c3c623cbb40f2efb80edbbccd13d595 Mon Sep 17 00:00:00 2001 From: ArvindHarinder1 <36525136+ArvindHarinder1@users.noreply.github.com> Date: Tue, 25 Feb 2020 18:03:10 -0800 Subject: [PATCH 27/68] Update NotificationFactory.cs --- .../Service/Monitor/NotificationFactory.cs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Microsoft.SystemForCrossDomainIdentityManagement/Service/Monitor/NotificationFactory.cs b/Microsoft.SystemForCrossDomainIdentityManagement/Service/Monitor/NotificationFactory.cs index d7290c01..a5b28538 100644 --- a/Microsoft.SystemForCrossDomainIdentityManagement/Service/Monitor/NotificationFactory.cs +++ b/Microsoft.SystemForCrossDomainIdentityManagement/Service/Monitor/NotificationFactory.cs @@ -1,6 +1,4 @@ -//------------------------------------------------------------ -// Copyright (c) Microsoft Corporation. All rights reserved. -//------------------------------------------------------------ +// Copyright (c) Microsoft Corporation.// Licensed under the MIT license. namespace Microsoft.SCIM { @@ -20,4 +18,4 @@ public TNotification CreateNotification(TPayload payload, Guid correlationIdenti return result; } } -} \ No newline at end of file +} From ae9ab488b493e34a56d1b2a52afcd543cf9493fa Mon Sep 17 00:00:00 2001 From: ArvindHarinder1 <36525136+ArvindHarinder1@users.noreply.github.com> Date: Tue, 25 Feb 2020 18:03:34 -0800 Subject: [PATCH 28/68] Update NotificationFactoryBase.cs --- .../Service/Monitor/NotificationFactoryBase.cs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Microsoft.SystemForCrossDomainIdentityManagement/Service/Monitor/NotificationFactoryBase.cs b/Microsoft.SystemForCrossDomainIdentityManagement/Service/Monitor/NotificationFactoryBase.cs index 4348eef6..b88cebd2 100644 --- a/Microsoft.SystemForCrossDomainIdentityManagement/Service/Monitor/NotificationFactoryBase.cs +++ b/Microsoft.SystemForCrossDomainIdentityManagement/Service/Monitor/NotificationFactoryBase.cs @@ -1,6 +1,4 @@ -//------------------------------------------------------------ -// Copyright (c) Microsoft Corporation. All rights reserved. -//------------------------------------------------------------ +// Copyright (c) Microsoft Corporation.// Licensed under the MIT license. namespace Microsoft.SCIM { @@ -46,4 +44,4 @@ public TNotification FormatNotification( return result; } } -} \ No newline at end of file +} From ecbe6291fd73fe8069dcb313c9a111df1639f184 Mon Sep 17 00:00:00 2001 From: ArvindHarinder1 <36525136+ArvindHarinder1@users.noreply.github.com> Date: Tue, 25 Feb 2020 18:03:41 -0800 Subject: [PATCH 29/68] Update VerboseInformationNotificationFactory.cs --- .../Monitor/VerboseInformationNotificationFactory.cs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Microsoft.SystemForCrossDomainIdentityManagement/Service/Monitor/VerboseInformationNotificationFactory.cs b/Microsoft.SystemForCrossDomainIdentityManagement/Service/Monitor/VerboseInformationNotificationFactory.cs index adee2b5b..681f3680 100644 --- a/Microsoft.SystemForCrossDomainIdentityManagement/Service/Monitor/VerboseInformationNotificationFactory.cs +++ b/Microsoft.SystemForCrossDomainIdentityManagement/Service/Monitor/VerboseInformationNotificationFactory.cs @@ -1,6 +1,4 @@ -//------------------------------------------------------------ -// Copyright (c) Microsoft Corporation. All rights reserved. -//------------------------------------------------------------ +// Copyright (c) Microsoft Corporation.// Licensed under the MIT license. namespace Microsoft.SCIM { @@ -61,4 +59,4 @@ public override IInformationNotification CreateNotification( return result; } } -} \ No newline at end of file +} From b0d921812325122fb269d3cdcc0a6310fa019000 Mon Sep 17 00:00:00 2001 From: ArvindHarinder1 <36525136+ArvindHarinder1@users.noreply.github.com> Date: Tue, 25 Feb 2020 18:03:48 -0800 Subject: [PATCH 30/68] Update WarningNotificationFactory.cs --- .../Service/Monitor/WarningNotificationFactory.cs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Microsoft.SystemForCrossDomainIdentityManagement/Service/Monitor/WarningNotificationFactory.cs b/Microsoft.SystemForCrossDomainIdentityManagement/Service/Monitor/WarningNotificationFactory.cs index 90e91558..4edd2367 100644 --- a/Microsoft.SystemForCrossDomainIdentityManagement/Service/Monitor/WarningNotificationFactory.cs +++ b/Microsoft.SystemForCrossDomainIdentityManagement/Service/Monitor/WarningNotificationFactory.cs @@ -1,6 +1,4 @@ -//------------------------------------------------------------ -// Copyright (c) Microsoft Corporation. All rights reserved. -//------------------------------------------------------------ +// Copyright (c) Microsoft Corporation.// Licensed under the MIT license. namespace Microsoft.SCIM { @@ -61,4 +59,4 @@ public override Notification CreateNotification( return result; } } -} \ No newline at end of file +} From 8dea40711d1523af289454f692ce1db37f25ae9a Mon Sep 17 00:00:00 2001 From: ArvindHarinder1 <36525136+ArvindHarinder1@users.noreply.github.com> Date: Tue, 25 Feb 2020 18:05:14 -0800 Subject: [PATCH 31/68] Update Core2EnterpriseUserProviderAdapter.cs --- .../Service/Core2EnterpriseUserProviderAdapter.cs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Microsoft.SystemForCrossDomainIdentityManagement/Service/Core2EnterpriseUserProviderAdapter.cs b/Microsoft.SystemForCrossDomainIdentityManagement/Service/Core2EnterpriseUserProviderAdapter.cs index 3a5c64ab..5f364032 100644 --- a/Microsoft.SystemForCrossDomainIdentityManagement/Service/Core2EnterpriseUserProviderAdapter.cs +++ b/Microsoft.SystemForCrossDomainIdentityManagement/Service/Core2EnterpriseUserProviderAdapter.cs @@ -1,6 +1,4 @@ -//------------------------------------------------------------ -// Copyright (c) Microsoft Corporation. All rights reserved. -//------------------------------------------------------------ +// Copyright (c) Microsoft Corporation.// Licensed under the MIT license. namespace Microsoft.SCIM { @@ -19,4 +17,4 @@ public override string SchemaIdentifier } } } -} \ No newline at end of file +} From 53d612bab374738b38cd25f5d518616277581104 Mon Sep 17 00:00:00 2001 From: ArvindHarinder1 <36525136+ArvindHarinder1@users.noreply.github.com> Date: Tue, 25 Feb 2020 18:05:23 -0800 Subject: [PATCH 32/68] Update Core2GroupProviderAdapter.cs --- .../Service/Core2GroupProviderAdapter.cs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Microsoft.SystemForCrossDomainIdentityManagement/Service/Core2GroupProviderAdapter.cs b/Microsoft.SystemForCrossDomainIdentityManagement/Service/Core2GroupProviderAdapter.cs index 531a41a1..a93a251d 100644 --- a/Microsoft.SystemForCrossDomainIdentityManagement/Service/Core2GroupProviderAdapter.cs +++ b/Microsoft.SystemForCrossDomainIdentityManagement/Service/Core2GroupProviderAdapter.cs @@ -1,6 +1,4 @@ -//------------------------------------------------------------ -// Copyright (c) Microsoft Corporation. All rights reserved. -//------------------------------------------------------------ +// Copyright (c) Microsoft Corporation.// Licensed under the MIT license. namespace Microsoft.SCIM { @@ -19,4 +17,4 @@ public override string SchemaIdentifier } } } -} \ No newline at end of file +} From c4f61ea5cabbf558f4b29c633e431f78efced127 Mon Sep 17 00:00:00 2001 From: ArvindHarinder1 <36525136+ArvindHarinder1@users.noreply.github.com> Date: Tue, 25 Feb 2020 18:05:30 -0800 Subject: [PATCH 33/68] Update CreationRequest.cs --- .../Service/CreationRequest.cs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Microsoft.SystemForCrossDomainIdentityManagement/Service/CreationRequest.cs b/Microsoft.SystemForCrossDomainIdentityManagement/Service/CreationRequest.cs index f4448388..5fe83f01 100644 --- a/Microsoft.SystemForCrossDomainIdentityManagement/Service/CreationRequest.cs +++ b/Microsoft.SystemForCrossDomainIdentityManagement/Service/CreationRequest.cs @@ -1,6 +1,4 @@ -//------------------------------------------------------------ -// Copyright (c) Microsoft Corporation. All rights reserved. -//------------------------------------------------------------ +// Copyright (c) Microsoft Corporation.// Licensed under the MIT license. namespace Microsoft.SCIM { @@ -18,4 +16,4 @@ public CreationRequest( { } } -} \ No newline at end of file +} From eaf919e37719132eb4c2851d1a8b2969fa6f0832 Mon Sep 17 00:00:00 2001 From: ArvindHarinder1 <36525136+ArvindHarinder1@users.noreply.github.com> Date: Tue, 25 Feb 2020 18:05:38 -0800 Subject: [PATCH 34/68] Update DeletionRequest.cs --- .../Service/DeletionRequest.cs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Microsoft.SystemForCrossDomainIdentityManagement/Service/DeletionRequest.cs b/Microsoft.SystemForCrossDomainIdentityManagement/Service/DeletionRequest.cs index c509611e..7a43740f 100644 --- a/Microsoft.SystemForCrossDomainIdentityManagement/Service/DeletionRequest.cs +++ b/Microsoft.SystemForCrossDomainIdentityManagement/Service/DeletionRequest.cs @@ -1,6 +1,4 @@ -//------------------------------------------------------------ -// Copyright (c) Microsoft Corporation. All rights reserved. -//------------------------------------------------------------ +// Copyright (c) Microsoft Corporation.// Licensed under the MIT license. namespace Microsoft.SCIM { @@ -19,4 +17,4 @@ public DeletionRequest( { } } -} \ No newline at end of file +} From 7122bc3a22a590169fc095b02f87469c854b1dfd Mon Sep 17 00:00:00 2001 From: ArvindHarinder1 <36525136+ArvindHarinder1@users.noreply.github.com> Date: Tue, 25 Feb 2020 18:05:45 -0800 Subject: [PATCH 35/68] Update DependencyResolverDecorator.cs --- .../Service/DependencyResolverDecorator.cs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Microsoft.SystemForCrossDomainIdentityManagement/Service/DependencyResolverDecorator.cs b/Microsoft.SystemForCrossDomainIdentityManagement/Service/DependencyResolverDecorator.cs index aace3882..ea0a9b98 100644 --- a/Microsoft.SystemForCrossDomainIdentityManagement/Service/DependencyResolverDecorator.cs +++ b/Microsoft.SystemForCrossDomainIdentityManagement/Service/DependencyResolverDecorator.cs @@ -1,6 +1,4 @@ -////------------------------------------------------------------ -//// Copyright (c) Microsoft Corporation. All rights reserved. -////------------------------------------------------------------ +// Copyright (c) Microsoft Corporation.// Licensed under the MIT license. //namespace Microsoft.SCIM //{ @@ -78,4 +76,4 @@ // return results; // } // } -//} \ No newline at end of file +//} From 84864f384ec0a5b0b5f9b2770723575e51e9049c Mon Sep 17 00:00:00 2001 From: ArvindHarinder1 <36525136+ArvindHarinder1@users.noreply.github.com> Date: Tue, 25 Feb 2020 18:06:36 -0800 Subject: [PATCH 36/68] Update DeserializingFactory.cs --- .../Service/DeserializingFactory.cs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Microsoft.SystemForCrossDomainIdentityManagement/Service/DeserializingFactory.cs b/Microsoft.SystemForCrossDomainIdentityManagement/Service/DeserializingFactory.cs index c55e88ba..7f0cc8e0 100644 --- a/Microsoft.SystemForCrossDomainIdentityManagement/Service/DeserializingFactory.cs +++ b/Microsoft.SystemForCrossDomainIdentityManagement/Service/DeserializingFactory.cs @@ -1,6 +1,4 @@ -//------------------------------------------------------------ -// Copyright (c) Microsoft Corporation. All rights reserved. -//------------------------------------------------------------ +// Copyright (c) Microsoft Corporation.// Licensed under the MIT license. namespace Microsoft.SCIM { @@ -16,4 +14,4 @@ public abstract class DeserializingFactory : return result; } } -} \ No newline at end of file +} From 532599acdbe6688cda3d96192bf696e20626218b Mon Sep 17 00:00:00 2001 From: ArvindHarinder1 <36525136+ArvindHarinder1@users.noreply.github.com> Date: Tue, 25 Feb 2020 18:06:45 -0800 Subject: [PATCH 37/68] Update Friends.cs --- .../Service/Friends.cs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Microsoft.SystemForCrossDomainIdentityManagement/Service/Friends.cs b/Microsoft.SystemForCrossDomainIdentityManagement/Service/Friends.cs index 9482e98a..a97d43c1 100644 --- a/Microsoft.SystemForCrossDomainIdentityManagement/Service/Friends.cs +++ b/Microsoft.SystemForCrossDomainIdentityManagement/Service/Friends.cs @@ -1,6 +1,4 @@ -//------------------------------------------------------------ -// Copyright (c) Microsoft Corporation. All rights reserved. -//------------------------------------------------------------ +// Copyright (c) Microsoft Corporation.// Licensed under the MIT license. using System.Runtime.CompilerServices; From 7cfa1a94b0e8a21f84c7186cd08169e2b9de284f Mon Sep 17 00:00:00 2001 From: ArvindHarinder1 <36525136+ArvindHarinder1@users.noreply.github.com> Date: Tue, 25 Feb 2020 18:08:56 -0800 Subject: [PATCH 38/68] Update HttpResponseExceptionFactory.cs --- .../Service/HttpResponseExceptionFactory.cs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Microsoft.SystemForCrossDomainIdentityManagement/Service/HttpResponseExceptionFactory.cs b/Microsoft.SystemForCrossDomainIdentityManagement/Service/HttpResponseExceptionFactory.cs index d890b5a7..74f30025 100644 --- a/Microsoft.SystemForCrossDomainIdentityManagement/Service/HttpResponseExceptionFactory.cs +++ b/Microsoft.SystemForCrossDomainIdentityManagement/Service/HttpResponseExceptionFactory.cs @@ -1,6 +1,4 @@ -//------------------------------------------------------------ -// Copyright (c) Microsoft Corporation. All rights reserved. -//------------------------------------------------------------ +// Copyright (c) Microsoft Corporation.// Licensed under the MIT license. namespace Microsoft.SCIM { @@ -32,4 +30,4 @@ public HttpResponseException CreateException(HttpStatusCode statusCode, T conten } } } -} \ No newline at end of file +} From b45df16f2d8408e033f402e6441c630247dc1792 Mon Sep 17 00:00:00 2001 From: ArvindHarinder1 <36525136+ArvindHarinder1@users.noreply.github.com> Date: Tue, 25 Feb 2020 18:09:03 -0800 Subject: [PATCH 39/68] Update HttpResponseMessageFactory.cs --- .../Service/HttpResponseMessageFactory.cs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Microsoft.SystemForCrossDomainIdentityManagement/Service/HttpResponseMessageFactory.cs b/Microsoft.SystemForCrossDomainIdentityManagement/Service/HttpResponseMessageFactory.cs index b9047ace..0d8b09ac 100644 --- a/Microsoft.SystemForCrossDomainIdentityManagement/Service/HttpResponseMessageFactory.cs +++ b/Microsoft.SystemForCrossDomainIdentityManagement/Service/HttpResponseMessageFactory.cs @@ -1,6 +1,4 @@ -//------------------------------------------------------------ -// Copyright (c) Microsoft Corporation. All rights reserved. -//------------------------------------------------------------ +// Copyright (c) Microsoft Corporation.// Licensed under the MIT license. namespace Microsoft.SCIM { @@ -46,4 +44,4 @@ public HttpResponseMessage CreateMessage(HttpStatusCode statusCode, T content) } } } -} \ No newline at end of file +} From b650e94323f7dd9b7b45f150839a30cac273546e Mon Sep 17 00:00:00 2001 From: ArvindHarinder1 <36525136+ArvindHarinder1@users.noreply.github.com> Date: Tue, 25 Feb 2020 18:09:32 -0800 Subject: [PATCH 40/68] Update HttpStringResponseExceptionFactory.cs --- .../Service/HttpStringResponseExceptionFactory.cs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Microsoft.SystemForCrossDomainIdentityManagement/Service/HttpStringResponseExceptionFactory.cs b/Microsoft.SystemForCrossDomainIdentityManagement/Service/HttpStringResponseExceptionFactory.cs index 2258afc3..75e22a4a 100644 --- a/Microsoft.SystemForCrossDomainIdentityManagement/Service/HttpStringResponseExceptionFactory.cs +++ b/Microsoft.SystemForCrossDomainIdentityManagement/Service/HttpStringResponseExceptionFactory.cs @@ -1,6 +1,4 @@ -//------------------------------------------------------------ -// Copyright (c) Microsoft Corporation. All rights reserved. -//------------------------------------------------------------ +// Copyright (c) Microsoft Corporation.// Licensed under the MIT license. namespace Microsoft.SCIM { @@ -42,4 +40,4 @@ public override HttpResponseMessage ProvideMessage(HttpStatusCode statusCode, st } } } -} \ No newline at end of file +} From 3100edcd7c9c7fa4de6f908a10e684a77fa9eb63 Mon Sep 17 00:00:00 2001 From: ArvindHarinder1 <36525136+ArvindHarinder1@users.noreply.github.com> Date: Tue, 25 Feb 2020 18:09:49 -0800 Subject: [PATCH 41/68] Update HttpStringResponseMessageFactory.cs --- .../Service/HttpStringResponseMessageFactory.cs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Microsoft.SystemForCrossDomainIdentityManagement/Service/HttpStringResponseMessageFactory.cs b/Microsoft.SystemForCrossDomainIdentityManagement/Service/HttpStringResponseMessageFactory.cs index 479a43fa..88597bfb 100644 --- a/Microsoft.SystemForCrossDomainIdentityManagement/Service/HttpStringResponseMessageFactory.cs +++ b/Microsoft.SystemForCrossDomainIdentityManagement/Service/HttpStringResponseMessageFactory.cs @@ -1,6 +1,4 @@ -//------------------------------------------------------------ -// Copyright (c) Microsoft Corporation. All rights reserved. -//------------------------------------------------------------ +// Copyright (c) Microsoft Corporation.// Licensed under the MIT license. namespace Microsoft.SCIM { @@ -36,4 +34,4 @@ public override HttpContent ProvideContent(string content) } } } -} \ No newline at end of file +} From 7e6bf01ce25f264c96926af44a9fff64a32803f5 Mon Sep 17 00:00:00 2001 From: ArvindHarinder1 <36525136+ArvindHarinder1@users.noreply.github.com> Date: Tue, 25 Feb 2020 18:09:57 -0800 Subject: [PATCH 42/68] Update IMetadataProvider.cs --- .../Service/IMetadataProvider.cs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Microsoft.SystemForCrossDomainIdentityManagement/Service/IMetadataProvider.cs b/Microsoft.SystemForCrossDomainIdentityManagement/Service/IMetadataProvider.cs index 7ad6cffd..9bc3d43b 100644 --- a/Microsoft.SystemForCrossDomainIdentityManagement/Service/IMetadataProvider.cs +++ b/Microsoft.SystemForCrossDomainIdentityManagement/Service/IMetadataProvider.cs @@ -1,6 +1,4 @@ -//------------------------------------------------------------ -// Copyright (c) Microsoft Corporation. All rights reserved. -//------------------------------------------------------------ +// Copyright (c) Microsoft Corporation.// Licensed under the MIT license. namespace Microsoft.SCIM { @@ -12,4 +10,4 @@ public interface IMetadataProvider IReadOnlyCollection ResourceTypes { get; } IReadOnlyCollection Schema { get; } } -} \ No newline at end of file +} From 10ad93dc27824d54708b40628561ae18a03cb288 Mon Sep 17 00:00:00 2001 From: ArvindHarinder1 <36525136+ArvindHarinder1@users.noreply.github.com> Date: Tue, 25 Feb 2020 18:10:07 -0800 Subject: [PATCH 43/68] Update IPatch.cs --- .../Service/IPatch.cs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Microsoft.SystemForCrossDomainIdentityManagement/Service/IPatch.cs b/Microsoft.SystemForCrossDomainIdentityManagement/Service/IPatch.cs index 90f1e992..9e2ad619 100644 --- a/Microsoft.SystemForCrossDomainIdentityManagement/Service/IPatch.cs +++ b/Microsoft.SystemForCrossDomainIdentityManagement/Service/IPatch.cs @@ -1,6 +1,4 @@ -//------------------------------------------------------------ -// Copyright (c) Microsoft Corporation. All rights reserved. -//------------------------------------------------------------ +// Copyright (c) Microsoft Corporation.// Licensed under the MIT license. namespace Microsoft.SCIM { @@ -9,4 +7,4 @@ public interface IPatch PatchRequestBase PatchRequest { get; set; } IResourceIdentifier ResourceIdentifier { get; set; } } -} \ No newline at end of file +} From 5e4539721f11f32d4c831d7e421dac365351ad5f Mon Sep 17 00:00:00 2001 From: ArvindHarinder1 <36525136+ArvindHarinder1@users.noreply.github.com> Date: Tue, 25 Feb 2020 18:10:21 -0800 Subject: [PATCH 44/68] Update IProvider.cs --- .../Service/IProvider.cs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Microsoft.SystemForCrossDomainIdentityManagement/Service/IProvider.cs b/Microsoft.SystemForCrossDomainIdentityManagement/Service/IProvider.cs index 8c97b456..9718c99a 100644 --- a/Microsoft.SystemForCrossDomainIdentityManagement/Service/IProvider.cs +++ b/Microsoft.SystemForCrossDomainIdentityManagement/Service/IProvider.cs @@ -1,6 +1,4 @@ -//------------------------------------------------------------ -// Copyright (c) Microsoft Corporation. All rights reserved. -//------------------------------------------------------------ +// Copyright (c) Microsoft Corporation.// Licensed under the MIT license. namespace Microsoft.SCIM { @@ -30,4 +28,4 @@ public interface IProvider Task RetrieveAsync(IRequest request); Task UpdateAsync(IRequest request); } -} \ No newline at end of file +} From e8fc10fa57d94096e23b64f132eb738cf6dbcbf5 Mon Sep 17 00:00:00 2001 From: ArvindHarinder1 <36525136+ArvindHarinder1@users.noreply.github.com> Date: Tue, 25 Feb 2020 18:11:25 -0800 Subject: [PATCH 45/68] Update IProviderAdapter.cs --- .../Service/IProviderAdapter.cs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Microsoft.SystemForCrossDomainIdentityManagement/Service/IProviderAdapter.cs b/Microsoft.SystemForCrossDomainIdentityManagement/Service/IProviderAdapter.cs index 4079ee12..3f835ad2 100644 --- a/Microsoft.SystemForCrossDomainIdentityManagement/Service/IProviderAdapter.cs +++ b/Microsoft.SystemForCrossDomainIdentityManagement/Service/IProviderAdapter.cs @@ -1,6 +1,4 @@ -//------------------------------------------------------------ -// Copyright (c) Microsoft Corporation. All rights reserved. -//------------------------------------------------------------ +// Copyright (c) Microsoft Corporation.// Licensed under the MIT license. namespace Microsoft.SCIM { @@ -34,4 +32,4 @@ Task Update( PatchRequestBase patchRequest, string correlationIdentifier); } -} \ No newline at end of file +} From 841001e992356cd0ce8733e76d3327d8e947fbfe Mon Sep 17 00:00:00 2001 From: ArvindHarinder1 <36525136+ArvindHarinder1@users.noreply.github.com> Date: Tue, 25 Feb 2020 18:11:31 -0800 Subject: [PATCH 46/68] Update IRequest.cs --- .../Service/IRequest.cs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Microsoft.SystemForCrossDomainIdentityManagement/Service/IRequest.cs b/Microsoft.SystemForCrossDomainIdentityManagement/Service/IRequest.cs index 0014dd3c..ed39e3a0 100644 --- a/Microsoft.SystemForCrossDomainIdentityManagement/Service/IRequest.cs +++ b/Microsoft.SystemForCrossDomainIdentityManagement/Service/IRequest.cs @@ -1,6 +1,4 @@ -//------------------------------------------------------------ -// Copyright (c) Microsoft Corporation. All rights reserved. -//------------------------------------------------------------ +// Copyright (c) Microsoft Corporation.// Licensed under the MIT license. namespace Microsoft.SCIM { @@ -20,4 +18,4 @@ public interface IRequest : IRequest where TPayload : class { TPayload Payload { get; } } -} \ No newline at end of file +} From f55e1849af4ccae82b0c420b6a276df61bc10316 Mon Sep 17 00:00:00 2001 From: ArvindHarinder1 <36525136+ArvindHarinder1@users.noreply.github.com> Date: Tue, 25 Feb 2020 18:11:39 -0800 Subject: [PATCH 47/68] Update IResourceQuery.cs --- .../Service/IResourceQuery.cs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Microsoft.SystemForCrossDomainIdentityManagement/Service/IResourceQuery.cs b/Microsoft.SystemForCrossDomainIdentityManagement/Service/IResourceQuery.cs index 368f26a9..64fed0e0 100644 --- a/Microsoft.SystemForCrossDomainIdentityManagement/Service/IResourceQuery.cs +++ b/Microsoft.SystemForCrossDomainIdentityManagement/Service/IResourceQuery.cs @@ -1,6 +1,4 @@ -//------------------------------------------------------------ -// Copyright (c) Microsoft Corporation. All rights reserved. -//------------------------------------------------------------ +// Copyright (c) Microsoft Corporation.// Licensed under the MIT license. namespace Microsoft.SCIM { @@ -13,4 +11,4 @@ public interface IResourceQuery IReadOnlyCollection Filters { get; } IPaginationParameters PaginationParameters { get; } } -} \ No newline at end of file +} From 6fbf34146999dafefdeabf92610dd05fa3a27c20 Mon Sep 17 00:00:00 2001 From: ArvindHarinder1 <36525136+ArvindHarinder1@users.noreply.github.com> Date: Tue, 25 Feb 2020 18:11:45 -0800 Subject: [PATCH 48/68] Update ISampleProvider.cs --- .../Service/ISampleProvider.cs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Microsoft.SystemForCrossDomainIdentityManagement/Service/ISampleProvider.cs b/Microsoft.SystemForCrossDomainIdentityManagement/Service/ISampleProvider.cs index 6b6803f2..b81c6ed0 100644 --- a/Microsoft.SystemForCrossDomainIdentityManagement/Service/ISampleProvider.cs +++ b/Microsoft.SystemForCrossDomainIdentityManagement/Service/ISampleProvider.cs @@ -1,6 +1,4 @@ -//------------------------------------------------------------ -// Copyright (c) Microsoft Corporation. All rights reserved. -//------------------------------------------------------------ +// Copyright (c) Microsoft Corporation.// Licensed under the MIT license. namespace Microsoft.SCIM { @@ -11,4 +9,4 @@ public interface ISampleProvider Core2EnterpriseUser SampleResource { get; } Core2EnterpriseUser SampleUser { get; } } -} \ No newline at end of file +} From e39aad5af24a7cc78fcd2ea48d34a43feda69a3b Mon Sep 17 00:00:00 2001 From: ArvindHarinder1 <36525136+ArvindHarinder1@users.noreply.github.com> Date: Tue, 25 Feb 2020 18:11:51 -0800 Subject: [PATCH 49/68] Update IUniformResourceIdentifier.cs --- .../Service/IUniformResourceIdentifier.cs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Microsoft.SystemForCrossDomainIdentityManagement/Service/IUniformResourceIdentifier.cs b/Microsoft.SystemForCrossDomainIdentityManagement/Service/IUniformResourceIdentifier.cs index 6236a0eb..407f0068 100644 --- a/Microsoft.SystemForCrossDomainIdentityManagement/Service/IUniformResourceIdentifier.cs +++ b/Microsoft.SystemForCrossDomainIdentityManagement/Service/IUniformResourceIdentifier.cs @@ -1,6 +1,4 @@ -//------------------------------------------------------------ -// Copyright (c) Microsoft Corporation. All rights reserved. -//------------------------------------------------------------ +// Copyright (c) Microsoft Corporation.// Licensed under the MIT license. namespace Microsoft.SCIM { @@ -11,4 +9,4 @@ public interface IUniformResourceIdentifier IResourceIdentifier Identifier { get; } IResourceQuery Query { get; } } -} \ No newline at end of file +} From 631cca79512b584c81092f17127d6b0ff4a8b047 Mon Sep 17 00:00:00 2001 From: ArvindHarinder1 <36525136+ArvindHarinder1@users.noreply.github.com> Date: Tue, 25 Feb 2020 18:11:57 -0800 Subject: [PATCH 50/68] Update MonitoringMiddleware.cs --- .../Service/MonitoringMiddleware.cs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Microsoft.SystemForCrossDomainIdentityManagement/Service/MonitoringMiddleware.cs b/Microsoft.SystemForCrossDomainIdentityManagement/Service/MonitoringMiddleware.cs index 02960be8..f2c7e079 100644 --- a/Microsoft.SystemForCrossDomainIdentityManagement/Service/MonitoringMiddleware.cs +++ b/Microsoft.SystemForCrossDomainIdentityManagement/Service/MonitoringMiddleware.cs @@ -1,6 +1,4 @@ -////------------------------------------------------------------ -//// Copyright (c) Microsoft Corporation. All rights reserved. -////------------------------------------------------------------ +// Copyright (c) Microsoft Corporation.// Licensed under the MIT license. //namespace Microsoft.SCIM //{ @@ -144,4 +142,4 @@ // this.Monitor.Inform(processedNotification); // } // } -//} \ No newline at end of file +//} From e824c4066dbc91244bb3727ca09a91c4599857ff Mon Sep 17 00:00:00 2001 From: ArvindHarinder1 <36525136+ArvindHarinder1@users.noreply.github.com> Date: Tue, 25 Feb 2020 18:12:04 -0800 Subject: [PATCH 51/68] Update Patch.cs --- .../Service/Patch.cs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Microsoft.SystemForCrossDomainIdentityManagement/Service/Patch.cs b/Microsoft.SystemForCrossDomainIdentityManagement/Service/Patch.cs index 7bfd89c8..5499b932 100644 --- a/Microsoft.SystemForCrossDomainIdentityManagement/Service/Patch.cs +++ b/Microsoft.SystemForCrossDomainIdentityManagement/Service/Patch.cs @@ -1,6 +1,4 @@ -//------------------------------------------------------------ -// Copyright (c) Microsoft Corporation. All rights reserved. -//------------------------------------------------------------ +// Copyright (c) Microsoft Corporation.// Licensed under the MIT license. namespace Microsoft.SCIM { @@ -30,4 +28,4 @@ public IResourceIdentifier ResourceIdentifier set; } } -} \ No newline at end of file +} From 043999f3e20d4324331d87ff927cb0aa9bf61411 Mon Sep 17 00:00:00 2001 From: ArvindHarinder1 <36525136+ArvindHarinder1@users.noreply.github.com> Date: Tue, 25 Feb 2020 18:12:32 -0800 Subject: [PATCH 52/68] Update ProviderAdapterTemplate.cs --- .../Service/ProviderAdapterTemplate.cs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Microsoft.SystemForCrossDomainIdentityManagement/Service/ProviderAdapterTemplate.cs b/Microsoft.SystemForCrossDomainIdentityManagement/Service/ProviderAdapterTemplate.cs index f5379e25..2a70f2b3 100644 --- a/Microsoft.SystemForCrossDomainIdentityManagement/Service/ProviderAdapterTemplate.cs +++ b/Microsoft.SystemForCrossDomainIdentityManagement/Service/ProviderAdapterTemplate.cs @@ -1,6 +1,4 @@ -//------------------------------------------------------------ -// Copyright (c) Microsoft Corporation. All rights reserved. -//------------------------------------------------------------ +// Copyright (c) Microsoft Corporation.// Licensed under the MIT license. namespace Microsoft.SCIM { @@ -249,4 +247,4 @@ public virtual async Task Update( await this.Provider.UpdateAsync(updateRequest).ConfigureAwait(false); } } -} \ No newline at end of file +} From a844bbe26f30445ac63a1d37bb29d96bcdd10648 Mon Sep 17 00:00:00 2001 From: ArvindHarinder1 <36525136+ArvindHarinder1@users.noreply.github.com> Date: Tue, 25 Feb 2020 18:12:38 -0800 Subject: [PATCH 53/68] Update ProviderBase.cs --- .../Service/ProviderBase.cs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Microsoft.SystemForCrossDomainIdentityManagement/Service/ProviderBase.cs b/Microsoft.SystemForCrossDomainIdentityManagement/Service/ProviderBase.cs index 6e3b2306..52165da3 100644 --- a/Microsoft.SystemForCrossDomainIdentityManagement/Service/ProviderBase.cs +++ b/Microsoft.SystemForCrossDomainIdentityManagement/Service/ProviderBase.cs @@ -1,6 +1,4 @@ -//------------------------------------------------------------ -// Copyright (c) Microsoft Corporation. All rights reserved. -//------------------------------------------------------------ +// Copyright (c) Microsoft Corporation.// Licensed under the MIT license. namespace Microsoft.SCIM { @@ -266,4 +264,4 @@ public virtual async Task UpdateAsync(IRequest request) await this.UpdateAsync(request.Payload, request.CorrelationIdentifier).ConfigureAwait(false); } } -} \ No newline at end of file +} From 990eda7056dfa1569bae2c0cea0fd0fe2a3aab35 Mon Sep 17 00:00:00 2001 From: ArvindHarinder1 <36525136+ArvindHarinder1@users.noreply.github.com> Date: Tue, 25 Feb 2020 18:12:47 -0800 Subject: [PATCH 54/68] Update QueryRequest.cs --- .../Service/QueryRequest.cs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Microsoft.SystemForCrossDomainIdentityManagement/Service/QueryRequest.cs b/Microsoft.SystemForCrossDomainIdentityManagement/Service/QueryRequest.cs index e1a5a667..4917ca8b 100644 --- a/Microsoft.SystemForCrossDomainIdentityManagement/Service/QueryRequest.cs +++ b/Microsoft.SystemForCrossDomainIdentityManagement/Service/QueryRequest.cs @@ -1,6 +1,4 @@ -//------------------------------------------------------------ -// Copyright (c) Microsoft Corporation. All rights reserved. -//------------------------------------------------------------ +// Copyright (c) Microsoft Corporation.// Licensed under the MIT license. namespace Microsoft.SCIM { @@ -19,4 +17,4 @@ public QueryRequest( { } } -} \ No newline at end of file +} From d5e3f927aef3bc2162f551e7cdcb78c1f7b8316d Mon Sep 17 00:00:00 2001 From: ArvindHarinder1 <36525136+ArvindHarinder1@users.noreply.github.com> Date: Tue, 25 Feb 2020 18:12:57 -0800 Subject: [PATCH 55/68] Update QueryResponse.cs --- .../Service/QueryResponse.cs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Microsoft.SystemForCrossDomainIdentityManagement/Service/QueryResponse.cs b/Microsoft.SystemForCrossDomainIdentityManagement/Service/QueryResponse.cs index 07884932..5d9d0d37 100644 --- a/Microsoft.SystemForCrossDomainIdentityManagement/Service/QueryResponse.cs +++ b/Microsoft.SystemForCrossDomainIdentityManagement/Service/QueryResponse.cs @@ -1,6 +1,4 @@ -//------------------------------------------------------------ -// Copyright (c) Microsoft Corporation. All rights reserved. -//------------------------------------------------------------ +// Copyright (c) Microsoft Corporation.// Licensed under the MIT license. namespace Microsoft.SCIM { @@ -25,4 +23,4 @@ public QueryResponse(IList resources) { } } -} \ No newline at end of file +} From fd882977a7e94349808083a6f4f1c89131c11c76 Mon Sep 17 00:00:00 2001 From: ArvindHarinder1 <36525136+ArvindHarinder1@users.noreply.github.com> Date: Tue, 25 Feb 2020 18:13:05 -0800 Subject: [PATCH 56/68] Update ReplaceRequest.cs --- .../Service/ReplaceRequest.cs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Microsoft.SystemForCrossDomainIdentityManagement/Service/ReplaceRequest.cs b/Microsoft.SystemForCrossDomainIdentityManagement/Service/ReplaceRequest.cs index 6787309f..6defd66a 100644 --- a/Microsoft.SystemForCrossDomainIdentityManagement/Service/ReplaceRequest.cs +++ b/Microsoft.SystemForCrossDomainIdentityManagement/Service/ReplaceRequest.cs @@ -1,6 +1,4 @@ -//------------------------------------------------------------ -// Copyright (c) Microsoft Corporation. All rights reserved. -//------------------------------------------------------------ +// Copyright (c) Microsoft Corporation.// Licensed under the MIT license. namespace Microsoft.SCIM { @@ -18,4 +16,4 @@ public ReplaceRequest( { } } -} \ No newline at end of file +} From 2ae5ef8ea03291193dee3cc475608dc661c13492 Mon Sep 17 00:00:00 2001 From: ArvindHarinder1 <36525136+ArvindHarinder1@users.noreply.github.com> Date: Tue, 25 Feb 2020 18:13:14 -0800 Subject: [PATCH 57/68] Update RequestExtensions.cs --- .../Service/RequestExtensions.cs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Microsoft.SystemForCrossDomainIdentityManagement/Service/RequestExtensions.cs b/Microsoft.SystemForCrossDomainIdentityManagement/Service/RequestExtensions.cs index 5742ed1f..4073234e 100644 --- a/Microsoft.SystemForCrossDomainIdentityManagement/Service/RequestExtensions.cs +++ b/Microsoft.SystemForCrossDomainIdentityManagement/Service/RequestExtensions.cs @@ -1,6 +1,4 @@ -//------------------------------------------------------------ -// Copyright (c) Microsoft Corporation. All rights reserved. -//------------------------------------------------------------ +// Copyright (c) Microsoft Corporation.// Licensed under the MIT license. namespace Microsoft.SCIM { @@ -65,4 +63,4 @@ public static bool TryGetRequestIdentifier(this HttpRequestMessage request, out return true; } } -} \ No newline at end of file +} From 26d8c11fe3b501eb7b647f621e3da0dcd9b028dd Mon Sep 17 00:00:00 2001 From: ArvindHarinder1 <36525136+ArvindHarinder1@users.noreply.github.com> Date: Tue, 25 Feb 2020 18:13:21 -0800 Subject: [PATCH 58/68] Update ResourceQuery.cs --- .../Service/ResourceQuery.cs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Microsoft.SystemForCrossDomainIdentityManagement/Service/ResourceQuery.cs b/Microsoft.SystemForCrossDomainIdentityManagement/Service/ResourceQuery.cs index 987ac724..b4608599 100644 --- a/Microsoft.SystemForCrossDomainIdentityManagement/Service/ResourceQuery.cs +++ b/Microsoft.SystemForCrossDomainIdentityManagement/Service/ResourceQuery.cs @@ -1,6 +1,4 @@ -//------------------------------------------------------------ -// Copyright (c) Microsoft Corporation. All rights reserved. -//------------------------------------------------------------ +// Copyright (c) Microsoft Corporation.// Licensed under the MIT license. namespace Microsoft.SCIM { @@ -197,4 +195,4 @@ private static IReadOnlyCollection ParseFilters(string filterExpression return results; } } -} \ No newline at end of file +} From 1d129892a5292de0b374d2401f8ae397e2ad64e5 Mon Sep 17 00:00:00 2001 From: ArvindHarinder1 <36525136+ArvindHarinder1@users.noreply.github.com> Date: Tue, 25 Feb 2020 18:13:56 -0800 Subject: [PATCH 59/68] Update UpdateRequest.cs --- .../Service/UpdateRequest.cs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Microsoft.SystemForCrossDomainIdentityManagement/Service/UpdateRequest.cs b/Microsoft.SystemForCrossDomainIdentityManagement/Service/UpdateRequest.cs index 6341418e..469333a0 100644 --- a/Microsoft.SystemForCrossDomainIdentityManagement/Service/UpdateRequest.cs +++ b/Microsoft.SystemForCrossDomainIdentityManagement/Service/UpdateRequest.cs @@ -1,6 +1,4 @@ -//------------------------------------------------------------ -// Copyright (c) Microsoft Corporation. All rights reserved. -//------------------------------------------------------------ +// Copyright (c) Microsoft Corporation.// Licensed under the MIT license. namespace Microsoft.SCIM { @@ -19,4 +17,4 @@ public UpdateRequest( { } } -} \ No newline at end of file +} From 45ccaf5c558497bc6a762726344bc97583c656eb Mon Sep 17 00:00:00 2001 From: ArvindHarinder1 <36525136+ArvindHarinder1@users.noreply.github.com> Date: Tue, 25 Feb 2020 18:14:02 -0800 Subject: [PATCH 60/68] Update UniformResourceIdentifier.cs --- .../Service/UniformResourceIdentifier.cs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Microsoft.SystemForCrossDomainIdentityManagement/Service/UniformResourceIdentifier.cs b/Microsoft.SystemForCrossDomainIdentityManagement/Service/UniformResourceIdentifier.cs index 94143373..3b76bc1b 100644 --- a/Microsoft.SystemForCrossDomainIdentityManagement/Service/UniformResourceIdentifier.cs +++ b/Microsoft.SystemForCrossDomainIdentityManagement/Service/UniformResourceIdentifier.cs @@ -1,6 +1,4 @@ -//------------------------------------------------------------ -// Copyright (c) Microsoft Corporation. All rights reserved. -//------------------------------------------------------------ +// Copyright (c) Microsoft Corporation.// Licensed under the MIT license. namespace Microsoft.SCIM { @@ -145,4 +143,4 @@ public static bool TryParse( return true; } } -} \ No newline at end of file +} From 029fc1ec798cdee873c2bbbd9ff2f385214cf738 Mon Sep 17 00:00:00 2001 From: ArvindHarinder1 <36525136+ArvindHarinder1@users.noreply.github.com> Date: Tue, 25 Feb 2020 18:14:08 -0800 Subject: [PATCH 61/68] Update SystemForCrossDomainIdentityManagementRequest.cs --- .../SystemForCrossDomainIdentityManagementRequest.cs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Microsoft.SystemForCrossDomainIdentityManagement/Service/SystemForCrossDomainIdentityManagementRequest.cs b/Microsoft.SystemForCrossDomainIdentityManagement/Service/SystemForCrossDomainIdentityManagementRequest.cs index f66fc141..870c05c7 100644 --- a/Microsoft.SystemForCrossDomainIdentityManagement/Service/SystemForCrossDomainIdentityManagementRequest.cs +++ b/Microsoft.SystemForCrossDomainIdentityManagement/Service/SystemForCrossDomainIdentityManagementRequest.cs @@ -1,6 +1,4 @@ -//------------------------------------------------------------ -// Copyright (c) Microsoft Corporation. All rights reserved. -//------------------------------------------------------------ +// Copyright (c) Microsoft Corporation.// Licensed under the MIT license. namespace Microsoft.SCIM { @@ -64,4 +62,4 @@ public HttpRequestMessage Request private set; } } -} \ No newline at end of file +} From e815bad7d40679586fd93e33f9418da9c4942d8a Mon Sep 17 00:00:00 2001 From: ArvindHarinder1 <36525136+ArvindHarinder1@users.noreply.github.com> Date: Tue, 25 Feb 2020 18:14:15 -0800 Subject: [PATCH 62/68] Update SevereWarningNotificationFactory.cs --- .../Service/SevereWarningNotificationFactory.cs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Microsoft.SystemForCrossDomainIdentityManagement/Service/SevereWarningNotificationFactory.cs b/Microsoft.SystemForCrossDomainIdentityManagement/Service/SevereWarningNotificationFactory.cs index 75f1c381..661bcc8a 100644 --- a/Microsoft.SystemForCrossDomainIdentityManagement/Service/SevereWarningNotificationFactory.cs +++ b/Microsoft.SystemForCrossDomainIdentityManagement/Service/SevereWarningNotificationFactory.cs @@ -1,6 +1,4 @@ -//------------------------------------------------------------ -// Copyright (c) Microsoft Corporation. All rights reserved. -//------------------------------------------------------------ +// Copyright (c) Microsoft Corporation.// Licensed under the MIT license. namespace Microsoft.SCIM { @@ -61,4 +59,4 @@ public override Notification CreateNotification( return result; } } -} \ No newline at end of file +} From 6282842a94414b7185a7244615d1a9a9baff3292 Mon Sep 17 00:00:00 2001 From: ArvindHarinder1 <36525136+ArvindHarinder1@users.noreply.github.com> Date: Tue, 25 Feb 2020 18:14:21 -0800 Subject: [PATCH 63/68] Update ServiceNotificationIdentifiers.cs --- .../Service/ServiceNotificationIdentifiers.cs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Microsoft.SystemForCrossDomainIdentityManagement/Service/ServiceNotificationIdentifiers.cs b/Microsoft.SystemForCrossDomainIdentityManagement/Service/ServiceNotificationIdentifiers.cs index b3c06bca..2c026830 100644 --- a/Microsoft.SystemForCrossDomainIdentityManagement/Service/ServiceNotificationIdentifiers.cs +++ b/Microsoft.SystemForCrossDomainIdentityManagement/Service/ServiceNotificationIdentifiers.cs @@ -1,6 +1,4 @@ -//------------------------------------------------------------ -// Copyright (c) Microsoft Corporation. All rights reserved. -//------------------------------------------------------------ +// Copyright (c) Microsoft Corporation.// Licensed under the MIT license. namespace Microsoft.SCIM { @@ -69,4 +67,4 @@ internal static class ServiceNotificationIdentifiers public const long EventsControllerPostNotImplementedException = 48; public const long EventsControllerPostNotSupportedException = 49; } -} \ No newline at end of file +} From 839997369cc87c6cc9739c19c0308121dd69e0f0 Mon Sep 17 00:00:00 2001 From: ArvindHarinder1 <36525136+ArvindHarinder1@users.noreply.github.com> Date: Tue, 25 Feb 2020 18:14:27 -0800 Subject: [PATCH 64/68] Update ServiceConstants.cs --- .../Service/ServiceConstants.cs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Microsoft.SystemForCrossDomainIdentityManagement/Service/ServiceConstants.cs b/Microsoft.SystemForCrossDomainIdentityManagement/Service/ServiceConstants.cs index 14aecff1..533594e0 100644 --- a/Microsoft.SystemForCrossDomainIdentityManagement/Service/ServiceConstants.cs +++ b/Microsoft.SystemForCrossDomainIdentityManagement/Service/ServiceConstants.cs @@ -1,6 +1,4 @@ -//------------------------------------------------------------ -// Copyright (c) Microsoft Corporation. All rights reserved. -//------------------------------------------------------------ +// Copyright (c) Microsoft Corporation.// Licensed under the MIT license. namespace Microsoft.SCIM { @@ -23,4 +21,4 @@ public static class ServiceConstants //public const string TokenAudience = "Microsoft.Security.Bearer"; //public const string TokenIssuer = "Microsoft.Security.Bearer"; } -} \ No newline at end of file +} From 34fb87be1013b85c7183c94dd50dccade68384f6 Mon Sep 17 00:00:00 2001 From: ArvindHarinder1 <36525136+ArvindHarinder1@users.noreply.github.com> Date: Tue, 25 Feb 2020 18:14:48 -0800 Subject: [PATCH 65/68] Update SchematizedMediaTypeFormatter.cs --- .../Service/SchematizedMediaTypeFormatter.cs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Microsoft.SystemForCrossDomainIdentityManagement/Service/SchematizedMediaTypeFormatter.cs b/Microsoft.SystemForCrossDomainIdentityManagement/Service/SchematizedMediaTypeFormatter.cs index fd11b09d..54859775 100644 --- a/Microsoft.SystemForCrossDomainIdentityManagement/Service/SchematizedMediaTypeFormatter.cs +++ b/Microsoft.SystemForCrossDomainIdentityManagement/Service/SchematizedMediaTypeFormatter.cs @@ -1,6 +1,4 @@ -//------------------------------------------------------------ -// Copyright (c) Microsoft Corporation. All rights reserved. -//------------------------------------------------------------ +// Copyright (c) Microsoft Corporation.// Licensed under the MIT license. namespace Microsoft.SCIM { From cd12915aee292c955549affc77947321ae02e8ff Mon Sep 17 00:00:00 2001 From: ArvindHarinder1 <36525136+ArvindHarinder1@users.noreply.github.com> Date: Tue, 25 Feb 2020 18:14:56 -0800 Subject: [PATCH 66/68] Update SampleProvider.cs --- .../Service/SampleProvider.cs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Microsoft.SystemForCrossDomainIdentityManagement/Service/SampleProvider.cs b/Microsoft.SystemForCrossDomainIdentityManagement/Service/SampleProvider.cs index 5340b672..f8ed8155 100644 --- a/Microsoft.SystemForCrossDomainIdentityManagement/Service/SampleProvider.cs +++ b/Microsoft.SystemForCrossDomainIdentityManagement/Service/SampleProvider.cs @@ -1,6 +1,4 @@ -//------------------------------------------------------------ -// Copyright (c) Microsoft Corporation. All rights reserved. -//------------------------------------------------------------ +// Copyright (c) Microsoft Corporation.// Licensed under the MIT license. namespace Microsoft.SCIM { @@ -662,4 +660,4 @@ public override Task UpdateAsync(IPatch patch, string correlationIdentifier) return result; } } -} \ No newline at end of file +} From e937288f55028ef9ef13298887f3963eec3170c8 Mon Sep 17 00:00:00 2001 From: ArvindHarinder1 <36525136+ArvindHarinder1@users.noreply.github.com> Date: Tue, 25 Feb 2020 18:15:01 -0800 Subject: [PATCH 67/68] Update RootProviderAdapter .cs --- .../Service/RootProviderAdapter .cs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Microsoft.SystemForCrossDomainIdentityManagement/Service/RootProviderAdapter .cs b/Microsoft.SystemForCrossDomainIdentityManagement/Service/RootProviderAdapter .cs index fb929489..d7d6cde3 100644 --- a/Microsoft.SystemForCrossDomainIdentityManagement/Service/RootProviderAdapter .cs +++ b/Microsoft.SystemForCrossDomainIdentityManagement/Service/RootProviderAdapter .cs @@ -1,6 +1,4 @@ -//------------------------------------------------------------ -// Copyright (c) Microsoft Corporation. All rights reserved. -//------------------------------------------------------------ +// Copyright (c) Microsoft Corporation.// Licensed under the MIT license. namespace Microsoft.SCIM { @@ -73,4 +71,4 @@ public override Task Update( throw new HttpResponseException(HttpStatusCode.NotImplemented); } } -} \ No newline at end of file +} From f6509810689774f156b744cdaef5161603afc94d Mon Sep 17 00:00:00 2001 From: ArvindHarinder1 <36525136+ArvindHarinder1@users.noreply.github.com> Date: Tue, 25 Feb 2020 18:15:11 -0800 Subject: [PATCH 68/68] Update RetrievalRequest.cs --- .../Service/RetrievalRequest.cs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Microsoft.SystemForCrossDomainIdentityManagement/Service/RetrievalRequest.cs b/Microsoft.SystemForCrossDomainIdentityManagement/Service/RetrievalRequest.cs index 114339e7..0cecdb0f 100644 --- a/Microsoft.SystemForCrossDomainIdentityManagement/Service/RetrievalRequest.cs +++ b/Microsoft.SystemForCrossDomainIdentityManagement/Service/RetrievalRequest.cs @@ -1,6 +1,4 @@ -//------------------------------------------------------------ -// Copyright (c) Microsoft Corporation. All rights reserved. -//------------------------------------------------------------ +// Copyright (c) Microsoft Corporation.// Licensed under the MIT license. namespace Microsoft.SCIM { @@ -19,4 +17,4 @@ public RetrievalRequest( { } } -} \ No newline at end of file +}