通过Azure Powershell 指定location和Pbulishername 获取所有可用镜像的 publisherName,Offer,Skus,Version,location信息列表 Get-AzureRmLocation | Where-Object { $_.Location -eq 'chinanorth' } | Get-AzureRmVMImagePublisher | Where-Object { $_.publisherName -eq 'OpenLogic' }…