We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 043999f commit a844bbeCopy full SHA for a844bbe
Microsoft.SystemForCrossDomainIdentityManagement/Service/ProviderBase.cs
@@ -1,6 +1,4 @@
1
-//------------------------------------------------------------
2
-// Copyright (c) Microsoft Corporation. All rights reserved.
3
-//------------------------------------------------------------
+// Copyright (c) Microsoft Corporation.// Licensed under the MIT license.
4
5
namespace Microsoft.SCIM
6
{
@@ -266,4 +264,4 @@ public virtual async Task UpdateAsync(IRequest<IPatch> request)
266
264
await this.UpdateAsync(request.Payload, request.CorrelationIdentifier).ConfigureAwait(false);
267
265
}
268
269
-}
+}
0 commit comments