forked from microsoft/Application-Insights-Workbooks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CODEOWNERS
Validating CODEOWNERS rules...
116 lines (82 loc) · 6.6 KB
/
CODEOWNERS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
# Lines starting with '#' are comments.
# Each line is a file pattern followed by one or more owners.
# see https://help.github.com/en/articles/about-code-owners
# Order is important. The last matching pattern has the most precedence.
# everything at the root, or inside docs, schema, scripts, cohorts requires workbooks team review
* @microsoft/applicationinsights-devtools
/Documentation/** @microsoft/applicationinsights-devtools
/_assets/** @microsoft/applicationinsights-devtools
/schema/** @microsoft/applicationinsights-devtools
/scripts/** @microsoft/applicationinsights-devtools
/test/** @microsoft/applicationinsights-devtools
/.pipelines/** @microsoft/applicationinsights-devtools
/Cohorts/** @microsoft/applicationinsights-devtools
/Workbooks/** @microsoft/applicationinsights-devtools
/gallery/** @microsoft/applicationinsights-devtools
# teams that want to lock down their templates would insert rows here with the path to their template and the users/teams they want to own the items
# anything not specified will default to requiring review by the workbooks team
# it also appears that spaces in directory names are not well handled or are handled differently on different platforms. so here * is used instead of spaces.
/Workbooks/WaasUpdateInsights/** @microsoft/update-compliance-workbooks
/Workbooks/Azure*Security*Center/** @microsoft/azure-security-center-workbooks
/Workbooks/ADXCluster/** @microsoft/kusto-workbooks
/Workbooks/AKS/** @microsoft/container-insights-workbook-contributors @microsoft/applicationinsights-devtools
/Workbooks/Azure*Active*Directory*/** @microsoft/azure-ad-workbooks
/Workbooks/Azure*Backup/** @microsoft/azure-backup-workbook
/Workbooks/Azure*Blockchain/** @keikumata @microsoft/applicationinsights-devtools
/Workbooks/HDInsight/** @microsoft/hdinsight-workbooks-team @microsoft/applicationinsights-devtools
/Workbooks/Intune*Audit/** @microsoft/intune-insights-and-analysis @microsoft/applicationinsights-devtools
/Workbooks/Intune*Compliance/** @microsoft/intune-insights-and-analysis @microsoft/applicationinsights-devtools
/Workbooks/Intune*Devices/** @microsoft/intune-insights-and-analysis @microsoft/applicationinsights-devtools
/Workbooks/Intune*Enrollment/** @microsoft/intune-insights-and-analysis @microsoft/applicationinsights-devtools
/Workbooks/Intune*Reports/** @microsoft/intune-reportingv2-trends
/Workbooks/MultiCluster/** @microsoft/container-insights-workbook-contributors @microsoft/applicationinsights-devtools
/Workbooks/MySQL*/** @microsoft/azuremysql
/Workbooks/Network*Insights/** @microsoft/network-insights @microsoft/applicationinsights-devtools
/Workbooks/Traffic*Analytics/** @microsoft/network-watcher-traffic-analytics @microsoft/applicationinsights-devtools
/Workbooks/SapMonitor/** @microsoft/sap-embrace-idc-monitor @microsoft/azuremonitorforsapsolutions @microsoft/applicationinsights-devtools
/Workbooks/Virtual*Machine*/** @andrewki-msft @nasundar @rakshith210 @microsoft/applicationinsights-devtools
/Workbooks/Availability/** @microsoft/ApplicationInsights-PortalExperiences @microsoft/applicationinsights-devtools
/Workbooks/Usage/** @microsoft/ApplicationInsights-PortalExperiences @microsoft/applicationinsights-devtools @microsoft/applicationinsights-heart
/Workbooks/UsageMetrics/** @microsoft/ApplicationInsights-PortalExperiences @microsoft/applicationinsights-devtools
/Workbooks/WorkItems/** @microsoft/ApplicationInsights-PortalExperiences @microsoft/applicationinsights-devtools
/Workbooks/IoTHub/** @microsoft/iotedge-workbooks
/Workbooks/IoT*Central/** @microsoft/iotedge-workbooks
/Workbooks/Windows*Virtual*Desktop/** @microsoft/windows-virtual-desktop
/Workbooks/Azure*Sentinel/** @microsoft/azure-sentinel-monitoring-workbooks
/Workbooks/Individual*Storage/** @microsoft/iaasexp
/Workbooks/CosmosDb/** @microsoft/azurecosmosdb-workbooks
/Workbooks/LogAnalytics*Workspace/** @microsoft/loganalytics @microsoft/applicationinsights-devtools
/Workbooks/ServiceBus/** @microsoft/service-bus @microsoft/applicationinsights-devtools
/Workbooks/Azure*Stack*HCI/** @microsoft/azure-stack-hci
/Workbooks/RedisCache/** @microsoft/azure-cache-for-redis @microsoft/applicationinsights-devtools
/Workbooks/Insights/RedisCache/** @microsoft/azure-cache-for-redis @microsoft/applicationinsights-devtools
/Workbooks/Resource*Insights/RedisCache/** @microsoft/azure-cache-for-redis @microsoft/applicationinsights-devtools
/Workbooks/Azure*SQL*VM/** @microsoft/azuresqlvm-workbook
/Workbooks/Communication*Services/** @microsoft/acs-data
/Workbooks/Workloads/SQL/** @microsoft/sqlexternalmonitoring
# Section for gallery files
/gallery/workbook/WaaSUpdateInsights.json @microsoft/update-compliance-workbooks
/gallery/workbook/Azure*Monitor.json @microsoft/applicationinsights-devtools
/gallery/workbook/Microsoft.HDInsight-Clusters.json @microsoft/hdinsight-workbooks-team
/gallery/workbook/Microsoft.Devices-IotHubs.json @microsoft/iotedge-workbooks
/gallery/workbook/Microsoft.IoTCentral-IoTApps.json @microsoft/iotedge-workbooks
/gallery/workbook/Azure*Security*Center.json @microsoft/azure-security-center-workbooks
/gallery/workbook/microsoft.aadiam-tenant.json @microsoft/azure-ad-workbooks
/gallery/workbook/Microsoft.HanaOnAzure-sapMonitors.json @microsoft/sap-embrace-idc-monitor @microsoft/azuremonitorforsapsolutions
/gallery/workbook/microsoft.intune-tenant.json @microsoft/intune-insights-and-analysis @microsoft/applicationinsights-devtools
/gallery/workbook/microsoft.intune-reports.json @microsoft/intune-reportingv2-trends
/gallery/container-insights/** @microsoft/container-insights-workbook-contributors @microsoft/applicationinsights-devtools
/gallery/backup-insights/** @microsoft/azure-backup-workbook
/gallery/hci-insights/** @microsoft/azure-stack-hci
/gallery/workbook/microsoft.cache-redis.json @microsoft/azure-cache-for-redis @microsoft/applicationinsights-devtools
/gallery/workbook/microsoft.network* @microsoft/network-insights @microsoft/applicationinsights-devtools
/gallery/workbook/microsoft.wvd-insights* @microsoft/windows-virtual-desktop
/gallery/adxcluster-insights/microsoft.kusto-clusters.json @microsoft/kusto-workbooks
/gallery/workbook/microsoft.dbformysql-flexibleservers.json @microsoft/azuremysql
/gallery/communicationservices-insights/** @microsoft/acs-data
/gallery/workbook/Microsoft.Communication-CommunicationServices.json @microsoft/acs-data
/gallery/laws-insights/** @microsoft/loganalytics
/gallery/workbook/microsoft.operationalinsights*workspaces.json @microsoft/loganalytics
# leave this at the bottom!
# EVERYTHING ending with resjson* is for loc, and is owned by the workbooks team and the loc team
*.resjson* @microsoft/applicationinsights-devtools @microsoft/csigs