I'm used to running my scripts directly via Python.exe in the enviornment folder, but after upgrading from 2.5.2 to 2.6, certain arcpy tools are failing* whereas others work fine. It also fails at Pro's Python Command Prompt. But when I run the same script in a Pro session via the Python Window, it works fine. Has anyone else seen this? Is there something new I have to do now? And yes, I re-cloned and rebuilt my environment.
*CreateDomain_management and AddCodedValueToDomain_management. I haven't gotten past those two.