Hi @Tom F ,
Azure DevOps Sprint 254 removed check-in policy management from Visual Studio. Now, policies can only be set through the Azure DevOps web portal.
Avoid accessing TFVC policy settings via Visual Studio, as it no longer supports editing these settings, The error message is expected behavior due to the deprecated feature.
Use Azure DevOps Web Portal for Policy Configuration,
- Go to Azure DevOps web portal -> Project Settings -> Repositories -> [Your TFVC Repo] -> Policies.
- Update or manage the check-in policies directly from there.
Verify Repository-Level Permissions,
Go to Project Settings -> Repositories -> [Your Repo] -> Security, and make sure your user or group has Allow for these permissions:
Edit policies
, Administer
, Edit project-level information
Hope this helps.
Please click Accept Answer and kindly upvote it so that other people who face similar issues may get benefitted from it.