Skip to content

Commit

Permalink
Remove ServicePrincipalOptions (#1302)
Browse files Browse the repository at this point in the history
  • Loading branch information
lbussell committed May 22, 2024
1 parent a864e12 commit 5c021cb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 79 deletions.

This file was deleted.

1 change: 0 additions & 1 deletion src/Microsoft.DotNet.ImageBuilder/src/ImageBuilder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ public static int Main(string[] args)
context.BindingContext.AddModelBinder(new ModelBinder<GitOptions>());
context.BindingContext.AddModelBinder(new ModelBinder<ManifestFilterOptions>());
context.BindingContext.AddModelBinder(new ModelBinder<RegistryCredentialsOptions>());
context.BindingContext.AddModelBinder(new ModelBinder<ServicePrincipalOptions>());
context.BindingContext.AddModelBinder(new ModelBinder<SubscriptionOptions>());
})
.Build();
Expand Down

0 comments on commit 5c021cb

Please sign in to comment.