Dean Campbell
Dean Campbell
### Describe the feature I currently have a need to completely delete the contents of certain resource groups weekly. I was hoping to be able to find all `azure.armresource` resources...
From everything I've read about this solution, it relies on tagging in place to take action. I'd love to use this to control schedules via tags, but also apply a...
Provider version: 1.12.1 We initially created a StorageSync SyyncGroup server endpoint with the following code: ```hcl resource "azapi_resource" "server_endpoint" { type = "Microsoft.StorageSync/storageSyncServices/syncGroups/serverEndpoints@2022-09-01" name = "${var.share.sync_on_prem.server_endpoint}+${var.share.sync_on_prem.server_path}" parent_id = azurerm_storage_sync_group.files_sync_group[var.share.sync_on_prem.server_path].id body...
### Are you certain it's a bug? - [X] Yes, it looks like a bug ### Are you using the latest plugin release? - [X] Yes, I'm using the latest...