We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: