This pull request includes a small change to the _get_request_schema function in the function_app.py file. The change removes the minLength constraint from the documentSasToken property.
function_app.py: Removed the minLength constraint from the documentSasToken property in the _get_request_schema function.
This pull request includes a small change to the
_get_request_schema
function in thefunction_app.py
file. The change removes theminLength
constraint from thedocumentSasToken
property.function_app.py
: Removed theminLength
constraint from thedocumentSasToken
property in the_get_request_schema
function.