You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo"List VMs with tag AutoRefresh=true and whose tag OsDiskName does not end with $VM_SUFFIX_VNEXT. These are targets for re-tagging to OsDiskName=$VM_SUFFIX_VNEXT."
query="Resources | where type =~ \"microsoft.compute/virtualmachines\" and tags['AutoRefresh'] =~ \"true\" and not(tags['OsDiskName'] endswith_cs \"""$VM_SUFFIX_VNEXT""\") | project id, name"