Created
April 4, 2018 07:31
-
-
Save kiettisak-angkanawin/448570ec48e12ac1ba0f017aa12636d9 to your computer and use it in GitHub Desktop.
azure cli to delete unattached network interface (nic)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
az network nic delete --ids $(az network nic list --query "[?virtualMachine==null].id" -o tsv) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment