tfitzmac / resource-capabilities

36 stars 62 forks source link

Update tag-support.csv #4

Closed ErtelK closed 3 years ago

ErtelK commented 3 years ago

Update tag support boolean to TRUE for Microsoft.Network networkWatchers/flowLogs

We have a policy which applies the tags from a parent resource group to any resources created. At one time it's true that tags could not be created on NSG flow logs, but we have noticed that tags are now being propagated by the policy. The issue we are having is that we still have untagged flow logs since they were created before the change that allows these resources to be tagged was made. We have created a runbook that will go out and apply missing tags and update incorrect tag values, but that runbook reads in the .csv file in this repo to determine whether a resource can be tagged or not; if the value is false, the resource is skipped. We would like to request that this table be updated to reflect that flow logs can be tagged now.

tfitzmac commented 3 years ago

Sorry about the delay in getting to this work. I have updated the file and it includes the same change you made.