Forum Discussion
darrenge
Microsoft
Aug 17, 2020How to delete rows in Azure using Like (and wildcard) in Az model
How can I delete all the rows in a table where it is a like a wildcard (*) and a Like? I am using Powershell 7. In Powershell 5, there was a cmdlet where you could use "like" and a "*" on the end. ...