tfitzmac / resource-capabilities

36 stars 62 forks source link

CSV repository files not matching current website #7

Open kevinbasoftcat opened 2 years ago

kevinbasoftcat commented 2 years ago

We use these lists to automate a report for our customers to see if we can move them to CSP. We have noticed the CSV files in the repository do not currently match the values on the website. Examples below could you confirm if these CSV files will be updated to reflect the website.

Microsoft.DataProtection/backupvaults - Website Yes/Yes/No, CSV 0/0/0 (should be 1/1/0) Microsoft.DBforMySQL/flexibleServers - Website Yes/Yes/No , CSV 0/0/0 (should be 1/1/0)

vijaytdh commented 1 year ago

Is there an API for retrieving this information? The reason for asking is I would like to use it in an Azure Policy for tag enforcement but exclude resource types that do not support tags. I can download this CSV but but that requires periodically checking for updates (the CI that creates the policy does not have access to github).