We are planning to use Azure built-in policy via Azure Devops pipeline for assignment, but it is failing due to Name length exceed.
Please any one support me how to handle this in our Azure devops pipeline for assignment.
Error from Azure devops pipeline job:
2021-07-05T12:27:24.9375507Z ##[error]InvalidPolicyDefinitionName : The policy definition name '[Preview]: Certificates should have the specified maximum validity period' is invalid. The policy definition name length must not exceed '64' characters.
CorrelationId: 47af344c-4680-4404-9f9b-4d2e0d9e22a6
2021-07-05T12:27:25.0900275Z ##[error]PowerShell exited with code '1'.
Built-in policy used is: [Preview]: Certificates should have the specified maximum validity period


