Skip to content

Commit 3445b2d

Browse files
Remove comments
1 parent aab2cbf commit 3445b2d

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

articles/active-directory/app-provisioning/use-scim-to-provision-users-and-groups.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -816,10 +816,6 @@ Developers using the CLI libraries can host their services within any executable
816816
```csharp
817817
private static void Main(string[] arguments)
818818
{
819-
// Microsoft.SystemForCrossDomainIdentityManagement.IMonitor,
820-
// Microsoft.SystemForCrossDomainIdentityManagement.IProvider and
821-
// Microsoft.SystemForCrossDomainIdentityManagement.Service are all defined in
822-
// Microsoft.SystemForCrossDomainIdentityManagement.Service.dll.
823819

824820
Microsoft.SystemForCrossDomainIdentityManagement.IMonitor monitor =
825821
new DevelopersMonitor();
@@ -909,10 +905,6 @@ To host the service within Internet Information Services, a developer would buil
909905
```csharp
910906
public class Startup
911907
{
912-
// Microsoft.SystemForCrossDomainIdentityManagement.IWebApplicationStarter,
913-
// Microsoft.SystemForCrossDomainIdentityManagement.IMonitor and
914-
// Microsoft.SystemForCrossDomainIdentityManagement.Service are all defined in
915-
// Microsoft.SystemForCrossDomainIdentityManagement.Service.dll.
916908

917909
Microsoft.SystemForCrossDomainIdentityManagement.IWebApplicationStarter starter;
918910

0 commit comments

Comments
 (0)