Skip to content

Commit

Permalink
Merged PR 736306: Remove more references to Microsoft.IdentityModel.C…
Browse files Browse the repository at this point in the history
…lients.ActiveDirectory

- This dependency appears to be unused by the daemon tools now (since it uses VssCredentialsFactory for auth now)

----
#### AI-Generated Description
This change removes the reference to the package `Microsoft.IdentityModel.Clients.ActiveDirectory` from three files: **Tool.DropDaemon.dsc**, **Tool.SymbolDaemon.dsc**, and **Test.Tool.DropDaemon.dsc**. These files are part of the BuildXL project, which is a high-performance build engine that enables fast and scalable builds. The package `Microsoft.IdentityModel.Clients.ActiveDirectory` provides authentication functionality for Azure Active Directory, but it is not used by the code in these files.

Related work items: #2099917
  • Loading branch information
pgunasekara committed Aug 30, 2023
1 parent d3b3ef6 commit ff4a2b5
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 11 deletions.
4 changes: 0 additions & 4 deletions Public/Src/Tools/DropDaemon/DropDaemon.exe.config
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,6 @@
<assemblyIdentity name="System.Threading.Tasks.Dataflow" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.6.3.0" newVersion="4.6.3.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Microsoft.IdentityModel.Clients.ActiveDirectory" publicKeyToken="31bf3856ad364e35" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-5.2.6.0" newVersion="5.2.6.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Microsoft.WindowsAzure.Storage" publicKeyToken="31bf3856ad364e35" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-9.3.2.0" newVersion="9.3.2.0" />
Expand Down
1 change: 0 additions & 1 deletion Public/Src/Tools/DropDaemon/Tool.DropDaemon.dsc
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ export namespace DropDaemon {
importFrom("ItemStore.Shared").pkg,
importFrom("Microsoft.ApplicationInsights").pkg,
importFrom("Microsoft.AspNet.WebApi.Client").pkg,
importFrom("Microsoft.IdentityModel.Clients.ActiveDirectory").pkg,
importFrom("Microsoft.VisualStudio.Services.ArtifactServices.Shared").pkg,
importFrom("Microsoft.VisualStudio.Services.BlobStore.Client").pkg,
importFrom("Microsoft.VisualStudio.Services.Client").pkg,
Expand Down
4 changes: 0 additions & 4 deletions Public/Src/Tools/SymbolDaemon/SymbolDaemon.exe.config
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,6 @@
<assemblyIdentity name="System.Threading.Tasks.Dataflow" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.6.3.0" newVersion="4.6.3.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Microsoft.IdentityModel.Clients.ActiveDirectory" publicKeyToken="31bf3856ad364e35" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.5.1.0" newVersion="4.5.1.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Microsoft.WindowsAzure.Storage" publicKeyToken="31bf3856ad364e35" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-9.3.2.0" newVersion="9.3.2.0" />
Expand Down
1 change: 0 additions & 1 deletion Public/Src/Tools/SymbolDaemon/Tool.SymbolDaemon.dsc
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ export const exe = !BuildXLSdk.isSymbolToolingEnabled ? undefined : BuildXLSdk.e
importFrom("ArtifactServices.App.Shared.Cache").pkg,
importFrom("Microsoft.ApplicationInsights").pkg,
importFrom("Microsoft.AspNet.WebApi.Client").pkg,
importFrom("Microsoft.IdentityModel.Clients.ActiveDirectory").pkg,
importFrom("Microsoft.VisualStudio.Services.ArtifactServices.Shared").pkg,
importFrom("Microsoft.VisualStudio.Services.BlobStore.Client").pkg,
importFrom("Microsoft.VisualStudio.Services.Client").pkg,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ namespace Test.Tool.DropDaemon {
importFrom("Microsoft.VisualStudio.Services.ArtifactServices.Shared").pkg,
importFrom("Microsoft.VisualStudio.Services.BlobStore.Client").pkg,
importFrom("Microsoft.VisualStudio.Services.BlobStore.Client.Cache").pkg,
importFrom("Microsoft.IdentityModel.Clients.ActiveDirectory").pkg,
importFrom("Microsoft.VisualStudio.Services.Client").pkg,
importFrom("Microsoft.VisualStudio.Services.InteractiveClient").pkg,
importFrom("Microsoft.Azure.Storage.Common").pkg,
Expand Down

0 comments on commit ff4a2b5

Please sign in to comment.