I hereby claim:
- I am madd0 on github.
- I am madd0 (https://keybase.io/madd0) on keybase.
- I have a public key ASAxL9uKy0Yywt-vSKzucHFvIn7MlzA6UprY6zBEj5fFDgo
To claim this, I am signing this object:
| <Project | |
| xmlns="http://schemas.microsoft.com/developer/msbuild/2003" | |
| ToolsVersion="4.0" | |
| DefaultTargets="Demo" > | |
| <Target Name="Demo"> | |
| <PropertyGroup> | |
| <CurrentDate>$([System.DateTime]::Now.ToString(yyyyMMdd-mmss))</CurrentDate> | |
| </PropertyGroup> | 
I hereby claim:
To claim this, I am signing this object:
| $BaseDir = "C:\sources" | |
| Function go { | |
| [CmdletBinding()] | |
| param () | |
| DynamicParam { | |
| # Set the dynamic parameters' name | |
| $ParameterName = 'Repo' | |
| # Create the dictionary | 
| let Start=startofday(ago(2d)); | |
| let Stop=startofday(ago(1d)); | |
| requests | |
| | where timestamp >= Start and timestamp < Stop | |
| | summarize Count=count() by bin(timestamp, 1h) | |
| | union ( | |
| range x from 1 to 1 step 1 | |
| | mv-expand timestamp=range(Start, Stop, 1h) to typeof(datetime) | |
| | extend Count = 0 | |
| ) |