Skip to content

Instantly share code, notes, and snippets.

View Manbearpiet's full-sized avatar
🏠
Working from home

Christian Piet Manbearpiet

🏠
Working from home
View GitHub Profile
@Manbearpiet
Manbearpiet / README.md
Created August 28, 2023 14:47 — forked from MichaelCurrin/README.md
GitHub GraphQL - Get Pull Requests using GH's GraphQL API

Get Pull Requests using GH's GraphQL API

How to get Pull Requests data using Github in the browser, or using the API to allow for automating reporting or building in values into a website.

Resources

@Manbearpiet
Manbearpiet / Trace-AICommand.ps1
Created August 9, 2023 19:52 — forked from JustinGrote/Trace-AICommand.ps1
Report the results and performance of any scriptblock to Azure Application Insights
#requires -version 7
#You can load this script with $(iwr https://tinyurl.com/TraceAICommand | iex)
using namespace Microsoft.ApplicationInsights
using namespace Microsoft.ApplicationInsights.Extensibility
using namespace Microsoft.ApplicationInsights.DataContracts
using namespace System.Management.Automation
using namespace System.Collections.Generic
using namespace System.Net
#Reference: https://docs.microsoft.com/en-us/azure/azure-monitor/app/console