Skip to content

Commit

Permalink
Add table azure_alert_management Closes #665 (#685)
Browse files Browse the repository at this point in the history
Co-authored-by: Madhushree Ray <[email protected]>
  • Loading branch information
ParthaI and madhushreeray30 authored Nov 2, 2023
1 parent 385853b commit ab26cda
Show file tree
Hide file tree
Showing 3 changed files with 523 additions and 0 deletions.
1 change: 1 addition & 0 deletions azure/plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ func Plugin(ctx context.Context) *plugin.Plugin {
"azure_ad_group": tableAzureAdGroup(ctx),
"azure_ad_service_principal": tableAzureAdServicePrincipal(ctx),
"azure_ad_user": tableAzureAdUser(ctx),
"azure_alert_management": tableAzureAlertMangement(ctx),
"azure_api_management": tableAzureAPIManagement(ctx),
"azure_app_configuration": tableAzureAppConfiguration(ctx),
"azure_app_service_environment": tableAzureAppServiceEnvironment(ctx),
Expand Down
Loading

0 comments on commit ab26cda

Please sign in to comment.