Hi
there're some functions seems only be available in the Arcpy come with ArcGIS Pro (arcgispro-py3), for example AddFields_management. we have arcgis server 10.6.1, and I'm wondering whether it is possible to publish python script has this kind of functions as a geoprocessing service. My understanding is 10.6.1 use Python 2.7 and its arcpy model doesn't have the functions you can find in Pro. Doesn't mean it is not possible, or i have to manually import the module to the server and config the path etc.?