Hii..I am trying to deploy a model built in python using azureml-model-management-sdk package and then writing to swagger json. The python function - the model simply takes 2 inputs and give an output.
Both the inputs are string and can contain special characters like ', " / etc. Have added the handling of such special characters in the python code itself using re. But when the inputs contain these characters in the deployment setup it gives an error saying http 400 bad request. Is there a way to allow single and double quotes in the json directly to rectify this issue. Have searched all over the internet but haven't found a solution for the same. Please help.