CARVIEW |
Select Language
HTTP/2 200
date: Wed, 23 Jul 2025 02:45:52 GMT
content-type: text/html; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With,Accept-Encoding, Accept, X-Requested-With
x-repository-download: git clone https://github.com/microsoft/PowerShellForGitHub.git
etag: W/"5a0cc59570f2dc951176783790bcc2ef"
cache-control: max-age=0, private, must-revalidate
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: no-referrer-when-downgrade
content-security-policy: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/
server: github.com
content-encoding: gzip
accept-ranges: bytes
set-cookie: _gh_sess=5oJl%2BV%2FRdBkemDkIDYxzNdPID1ENxlP%2FeLd2ZDEqE8d%2FebChJJDyfZiILdAJoez3fKDbq0wrn4f8UA3UihpZA0QaK6ya2HYw9%2B4HoFYCLiWeIOUFOFgmM6KLrnUUNPY%2BMFqkSF93jBz5Pd6zvowqMgzTJs1C8wSdNGClsehnsUa1MMbye9Ytofw%2FmJ0jL109tVejeoshrDPAJ1si5PoqQnt7Rk%2FrQC%2B5C7AM543CmbizqHPgf1vB4CQ8J%2B9UlmLIQvThAAo8xejWnpYhY3uEjw%3D%3D--cI67TahOiUpfbLuP--%2B1DbBsLfm4YkLLVoz60drQ%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.2113533078.1753238751; Path=/; Domain=github.com; Expires=Thu, 23 Jul 2026 02:45:51 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Thu, 23 Jul 2026 02:45:51 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: A6BC:2DEF93:29106E:39DD60:68804CDF
Removing binary dependencies for telemetry (#186) · microsoft/PowerShellForGitHub@ae8467f · GitHub
Copy file name to clipboard
Skip to content
Navigation Menu
{{ message }}
-
Notifications
You must be signed in to change notification settings - Fork 191
Commit ae8467f
authored
Removing binary dependencies for telemetry (#186)
This reverse engineers the REST API for Application Insights so that
we no longer need to download / depend on the 3 .dll files that were
necessary to use the Application Insights .NET SDK.
As a result, this also removes the `AssemblyPath` configuration property
since there are no longer any assemblies that this module needs.1 parent ad15657 commit ae8467fCopy full SHA for ae8467f
File tree
Expand file treeCollapse file tree
7 files changed
+369
-727
lines changedFilter options
Expand file treeCollapse file tree
7 files changed
+369
-727
lines changed.gitignore
Copy file name to clipboard-3Lines changed: 0 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
3 |
| - | |
4 |
| - |
-9Lines changed: 0 additions & 9 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
76 | 76 |
| |
77 | 77 |
| |
78 | 78 |
| |
79 |
| - | |
80 |
| - | |
81 |
| - | |
82 |
| - | |
83 |
| - | |
84 | 79 |
| |
85 | 80 |
| |
86 | 81 |
| |
| |||
182 | 177 |
| |
183 | 178 |
| |
184 | 179 |
| |
185 |
| - | |
186 |
| - | |
187 | 180 |
| |
188 | 181 |
| |
189 | 182 |
| |
| |||
279 | 272 |
| |
280 | 273 |
| |
281 | 274 |
| |
282 |
| - | |
283 | 275 |
| |
284 | 276 |
| |
285 | 277 |
| |
| |||
617 | 609 |
| |
618 | 610 |
| |
619 | 611 |
| |
620 |
| - | |
621 | 612 |
| |
622 | 613 |
| |
623 | 614 |
| |
|
+10-12Lines changed: 10 additions & 12 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
98 | 98 |
| |
99 | 99 |
| |
100 | 100 |
| |
101 |
| - | |
102 |
| - | |
| 101 | + | |
103 | 102 |
| |
104 | 103 |
| |
105 | 104 |
| |
| |||
144 | 143 |
| |
145 | 144 |
| |
146 | 145 |
| |
147 |
| - | |
148 |
| - | |
149 |
| - | |
150 |
| - | |
| 146 | + | |
151 | 147 |
| |
152 | 148 |
| |
153 | 149 |
| |
| |||
198 | 194 |
| |
199 | 195 |
| |
200 | 196 |
| |
| 197 | + | |
| 198 | + | |
201 | 199 |
| |
202 | 200 |
| |
203 | 201 |
| |
204 | 202 |
| |
205 | 203 |
| |
206 | 204 |
| |
207 |
| - | |
208 | 205 |
| |
209 | 206 |
| |
210 | 207 |
| |
| |||
293 | 290 |
| |
294 | 291 |
| |
295 | 292 |
| |
296 |
| - | |
| 293 | + | |
| 294 | + | |
297 | 295 |
| |
298 | 296 |
| |
299 | 297 |
| |
| |||
326 | 324 |
| |
327 | 325 |
| |
328 | 326 |
| |
329 |
| - | |
| 327 | + | |
330 | 328 |
| |
331 | 329 |
| |
332 | 330 |
| |
| |||
454 | 452 |
| |
455 | 453 |
| |
456 | 454 |
| |
457 |
| - | |
| 455 | + | |
458 | 456 |
| |
459 | 457 |
| |
460 | 458 |
| |
461 | 459 |
| |
462 | 460 |
| |
463 | 461 |
| |
464 |
| - | |
| 462 | + | |
465 | 463 |
| |
466 | 464 |
| |
467 | 465 |
| |
| |||
524 | 522 |
| |
525 | 523 |
| |
526 | 524 |
| |
527 |
| - | |
| 525 | + | |
528 | 526 |
| |
529 | 527 |
| |
530 | 528 |
| |
|
+13-8Lines changed: 13 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
322 | 322 |
| |
323 | 323 |
| |
324 | 324 |
| |
325 |
| - | |
326 |
| - | |
327 |
| - | |
| 325 | + | |
328 | 326 |
| |
329 |
| - | |
330 |
| - | |
331 |
| - | |
332 |
| - | |
333 |
| - | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
334 | 338 |
| |
| 339 | + | |
335 | 340 |
| |
336 | 341 |
| |
337 | 342 |
| |
|
You can’t perform that action at this time.
0 commit comments