I hereby claim:
- I am abombss on github.
- I am adamtybor (https://keybase.io/adamtybor) on keybase.
- I have a public key ASD7_Ez3OYRvO7Vlfe6qX5jA2d7N9xs4Hn1Y3RUxDMjxtwo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
<tags ms.service="service-bus"
/* | |
======================================================================================== | |
Microsoft patterns & practices (http://microsoft.com/practices) | |
SEMANTIC LOGGING APPLICATION BLOCK | |
======================================================================================== | |
Copyright (c) Microsoft. All rights reserved. | |
Microsoft would like to thank its contributors, a list | |
of whom are at http://aka.ms/entlib-contributors |
function Get-AzureRmResourceReference { | |
[CmdletBinding(DefaultParameterSetName='Version')] | |
param( | |
[Parameter(Mandatory=$false, Position=0, ParameterSetName='Version')] | |
[string]$Version='2015-01-01', | |
[Parameter(Mandatory=$true, Position=0, ParameterSetName='Uri')] | |
[uri]$Uri, | |
[Parameter(Mandatory=$true, Position=0, ValueFromPipeline=$true, ParameterSetName='Content')] |
"<failedRequest " | |
| kv regex "=\"([^\"]*)\"" | |
keys "url" | |
, "siteId" | |
, "appPoolId" | |
, "processId" | |
, "verb" | |
, "remoteUserName" | |
, "userName" | |
, "tokenUserName" |
<# | |
The MIT License (MIT) | |
Copyright (c) 2014 Adam Tybor | |
Permission is hereby granted, free of charge, to any person obtaining a copy | |
of this software and associated documentation files (the "Software"), to deal | |
in the Software without restriction, including without limitation the rights | |
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
copies of the Software, and to permit persons to whom the Software is |
#region Copyright | |
//The MIT License (MIT) | |
// | |
//Copyright (c) 2013 Adam Tybor ([email protected]) | |
// | |
//Permission is hereby granted, free of charge, to any person obtaining a copy | |
//of this software and associated documentation files (the "Software"), to deal | |
//in the Software without restriction, including without limitation the rights | |
//to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
//copies of the Software, and to permit persons to whom the Software is |
function Add-ServerFarm { | |
[CmdletBinding(SupportsShouldProcess=$true)] | |
param( | |
[Parameter(Mandatory=$true)] | |
[string]$Name, | |
[Parameter(Mandatory=$true)] | |
[string[]]$Servers, |
<UsingTask | |
TaskName="JoinItems" | |
TaskFactory="CodeTaskFactory" | |
AssemblyFile="$(MSBuildToolsPath)\Microsoft.Build.Tasks.v4.0.dll" > | |
<ParameterGroup> | |
<OuterItems ParameterType="Microsoft.Build.Framework.ITaskItem[]" Required="true" /> | |
<OuterProperty Required="false" ParameterType="System.String" /> | |
<InnerItems ParameterType="Microsoft.Build.Framework.ITaskItem[]" Required="true" /> | |
<InnerProperty Required="false" ParameterType="System.String" /> | |
<IgnoreCase Required="false" ParameterType="System.String" /> |