Skip to content

Removing binary dependencies for telemetry #202

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 23, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions Documentation/SETUP.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,12 +165,6 @@ StoreBroker has a dependency on dll's from the following NuGet packages:
WindowsAzure.Storage v8.1.1: Microsoft.WindowsAzure.Storage.dll
Microsoft.Azure.Storage.DataMovement v0.5.1: Microsoft.WindowsAzure.Storage.DataMovement.dll

**For [Telemetry](USAGE.md#telemetry)**

Microsoft.ApplicationInsights v2.0.1: Microsoft.ApplicationInsights.dll"
Microsoft.Diagnostics.Tracing.EventSource.Redist v1.1.24: Microsoft.Diagnostics.Tracing.EventSource.dll
Microsoft.Bcl.Async v1.0.168.0: Microsoft.Threading.Tasks.dll

During execution of a command, when StoreBroker has need for an object from one of these dll's,
if it cannot find the dll, it will automatically download nuget.exe, then download the nuget
package that the assembly is in, and finally cache it for the duration of your PowerShell session.
Expand Down
Loading