[python] Fix for scenario that output folder is different with namespace#5711
Merged
iscai-msft merged 2 commits intomainfrom Jan 23, 2025
Merged
[python] Fix for scenario that output folder is different with namespace#5711iscai-msft merged 2 commits intomainfrom
iscai-msft merged 2 commits intomainfrom
Conversation
Collaborator
|
No changes needing a change description found. |
Collaborator
|
You can try these changes here
|
msyyc
commented
Jan 23, 2025
packages/http-client-python/generator/pygen/codegen/serializers/__init__.py
Show resolved
Hide resolved
iscai-msft
approved these changes
Jan 23, 2025
github-merge-queue bot
pushed a commit
that referenced
this pull request
Jan 24, 2025
…with namespace in configuration (#5739) Supplementation for #5711. The issue is not covered by test case since test case doesn't contain `models`. Here is updated test case to cover this issue: https://github.com/Azure/autorest.python/pull/3030/files#diff-5fa7ea68bc2d31e09e995e5f522a9e4f58572767f393937a1cf6baf35fa16664
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
We shall keep compatibility for scenario that output folder is different with namespace (e.g. azure-communication-callautomation has additional
_generatedin output folder which is not in namespace)