Skip to content

Instantly share code, notes, and snippets.

View JimMoyle's full-sized avatar

Jim Moyle JimMoyle

View GitHub Profile
@JimMoyle
JimMoyle / Get-AzureVmPrice.ps1
Created March 10, 2021 14:16
Get Azure VM price from API with PowerShell
[CmdletBinding()]
Param (
[Parameter(
ValuefromPipelineByPropertyName = $true,
ValuefromPipeline = $true,
Mandatory = $true
)]
[System.String]$vmSKU,