We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When running autorest https://raw.githubusercontent.com/Azure/azure-rest-api-specs/refs/heads/main/specification/dataprotection/resource-manager/readme.md --python --python-sdks-folder=C:\dev\azure-sdk-for-python\sdk --use=@autorest/[email protected] --use=@autorest/[email protected] --version=3.10.2 --version-tolerant=False --output-artifact=code-model-v4-no-tags, for swagger definition, I find m4 generates strange description:
autorest https://raw.githubusercontent.com/Azure/azure-rest-api-specs/refs/heads/main/specification/dataprotection/resource-manager/readme.md --python --python-sdks-folder=C:\dev\azure-sdk-for-python\sdk --use=@autorest/[email protected] --use=@autorest/[email protected] --version=3.10.2 --version-tolerant=False --output-artifact=code-model-v4-no-tags
here is complete output of m4 code-model-v4-no-tags.zip
The text was updated successfully, but these errors were encountered:
The workaround is add description in swagger for this object so that we could avoid m4 adding invalid description automatically.
description
Sorry, something went wrong.
No branches or pull requests
When running
autorest https://raw.githubusercontent.com/Azure/azure-rest-api-specs/refs/heads/main/specification/dataprotection/resource-manager/readme.md --python --python-sdks-folder=C:\dev\azure-sdk-for-python\sdk --use=@autorest/[email protected] --use=@autorest/[email protected] --version=3.10.2 --version-tolerant=False --output-artifact=code-model-v4-no-tags
, for swagger definition, I find m4 generates strange description:Note:
here is complete output of m4 code-model-v4-no-tags.zip
The text was updated successfully, but these errors were encountered: