Update the Platform Inventory report to correctly flag Azure AD Domain Services as a NO for Platform Adoption.
https://github.com/DelineaXPM/delinea-platform/blob/main/Reports/SecretServer/PlatformMigration/Platform_Migration_Inventory.sql
The line of code creating problems is
WHEN EXISTS (SELECT * FROM tbDomain WHERE DomainTypeId IN (2, 3) AND Active = 1) THEN 'No'
the expectation is that when this report is ran and the customer has Azure AD Domain services setup in SS, then flag Platform ready as NO
Update the Platform Inventory report to correctly flag Azure AD Domain Services as a NO for Platform Adoption.
https://github.com/DelineaXPM/delinea-platform/blob/main/Reports/SecretServer/PlatformMigration/Platform_Migration_Inventory.sql
The line of code creating problems is
WHEN EXISTS (SELECT * FROM tbDomain WHERE DomainTypeId IN (2, 3) AND Active = 1) THEN 'No'
the expectation is that when this report is ran and the customer has Azure AD Domain services setup in SS, then flag Platform ready as NO