diff --git a/providers/ms365/provider/provider.go b/providers/ms365/provider/provider.go index 68c2e46b88..3f894e5626 100644 --- a/providers/ms365/provider/provider.go +++ b/providers/ms365/provider/provider.go @@ -148,7 +148,6 @@ func (s *Service) connect(req *plugin.ConnectReq, callback plugin.ProviderCallba } func (s *Service) detect(asset *inventory.Asset, conn *connection.Ms365Connection) error { - asset.PlatformIds = append(asset.PlatformIds, conn.PlatformId()) asset.Platform = &inventory.Platform{ Name: "ms365", Runtime: "ms365",