Update usage of resourceIds as documented in https://aka.ms/bicep/linter/use-resource-id-functions
Example of error message:
WARNING: modules\acr.bicep(40,5) : Warning use-resource-id-functions: If property "roleDefinitionId" represents a resource ID, it must use a symbolic resource reference, be a parameter or start with one of these functions: extensionResourceId, guid, if, reference, resourceId, subscription, subscriptionResourceId, tenantResourceId. [https://aka.ms/bicep/linter/use-resource-id-functions]