Starting from 10/07/2025 my validation bundle step from databricks bundle deploy fail with the folowing message:
2025-07-11T07:07:18.5175554Z Recommendation: permissions section should explicitly include the current deployment identity '***' or one of its groups
2025-07-11T07:07:18.5177274Z If it is not included, CAN_MANAGE permissions are only applied if the present identity is used to deploy.
2025-07-11T07:07:19.6481035Z ##[error]Recommendation: permissions section should explicitly include the current deployment identity '***' or one of its groups
If it is not included, CAN_MANAGE permissions are only applied if the present identity is used to deploy.
Consider using a adding a top-level permissions section such as the following:
permissions:
- service_principal_name: ***
level: CAN_MANAGE
I try to add to do what they recomended but not work, any Idea? Thanks