Skip to content
New issue

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

Doc issues in auto generated code #2895

Open
YalinLi0312 opened this issue Oct 30, 2024 · 2 comments
Open

Doc issues in auto generated code #2895

YalinLi0312 opened this issue Oct 30, 2024 · 2 comments

Comments

@YalinLi0312
Copy link
Member

For example, for this auto generated function (code link):

def as_dict(
      self,
      keep_readonly: bool = True,
      key_transformer: Callable[[str, Dict[str, Any], Any], Any] = attribute_transformer,
      **kwargs: Any
  ) -> JSON:

there's extra ~typing in doc:
Image

@iscai-msft
Copy link
Contributor

This almost seems to be more of a rendering issue based off of what we're giving to msdocs, I wouldn't say this is necessarily an issue on our part. @rohit-ganguly @kristapratico is there any guidance on what we should generate in our SDKs to avoid all of these ~typing.s? It seems to be specific to Callable and what's placed within Callable

@kristapratico
Copy link
Member

I think we need to reach out to MS Learn folks with our feedback.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants