Skip to content

Commit 699987d

Browse files
🧹 Add m365 alias to the ms365 connector. (#6187)
Signed-off-by: Preslav <preslav@mondoo.com>
1 parent 8025334 commit 699987d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

providers/ms365/config/config.go

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,10 @@ var Config = plugin.Provider{
1616
ConnectionTypes: []string{provider.ConnectionType},
1717
Connectors: []plugin.Connector{
1818
{
19-
Name: "ms365",
20-
Use: "ms365",
21-
Short: "a Microsoft 365 tenant",
19+
Name: "ms365",
20+
Use: "ms365",
21+
Aliases: []string{"m365"},
22+
Short: "a Microsoft 365 tenant",
2223
Long: `Use the ms365 provider to query resources within Microsoft 365, including organizations, users, roles, SharePoint sites, and more.
2324
2425
Examples:

0 commit comments

Comments
 (0)