File tree Expand file tree Collapse file tree 1 file changed +36
-0
lines changed
Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Original file line number Diff line number Diff line change @@ -317,6 +317,42 @@ const autoGenList: AutoGenConfig[] = [
317317 {
318318 type : 'scheduledActions' ,
319319 scopes : ScopeType . Tenant | ScopeType . Subscription | ScopeType . ResourceGroup | ScopeType . Extension ,
320+ } ,
321+ {
322+ type : 'benefitRecommendations' ,
323+ scopes : ScopeType . Subscription | ScopeType . ResourceGroup | ScopeType . Extension ,
324+ } ,
325+ {
326+ type : 'benefitUtilizationSummaries' ,
327+ scopes : ScopeType . Subscription | ScopeType . ResourceGroup | ScopeType . Extension ,
328+ } ,
329+ {
330+ type : 'generateCostDetailsReport' ,
331+ scopes : ScopeType . Subscription | ScopeType . Extension ,
332+ } ,
333+ {
334+ type : 'alerts' ,
335+ scopes : ScopeType . ManagementGroup | ScopeType . Subscription | ScopeType . ResourceGroup | ScopeType . Extension ,
336+ } ,
337+ {
338+ type : 'forecast' ,
339+ scopes : ScopeType . ManagementGroup | ScopeType . Subscription | ScopeType . ResourceGroup | ScopeType . Extension ,
340+ } ,
341+ {
342+ type : 'dimensions' ,
343+ scopes : ScopeType . ManagementGroup | ScopeType . Subscription | ScopeType . ResourceGroup | ScopeType . Extension ,
344+ } ,
345+ {
346+ type : 'query' ,
347+ scopes : ScopeType . ManagementGroup | ScopeType . Subscription | ScopeType . ResourceGroup | ScopeType . Extension ,
348+ } ,
349+ {
350+ type : 'settings' ,
351+ scopes : ScopeType . Subscription | ScopeType . Extension ,
352+ } ,
353+ {
354+ type : 'pricesheets' ,
355+ scopes : ScopeType . Extension
320356 }
321357 ] ,
322358 postProcessor : costManagementPostProcessor ,
You can’t perform that action at this time.
0 commit comments