标签: azure powershell cmdlets
Get-AzureRMRouteTable |Where-Object { ($_.Name -like '*why*')}
我有3个UDR,名称分别为why,bye和123455
why
bye
123455
此cmldet为什么会全部返回?
答案 0 :(得分:0)
这是一个已知问题here。该请求已为fixed。更新PowerShell模块AzureRM 6.5.0来解决此问题。
Install-Module -Name AzureRM -RequiredVersion 6.5.0