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

keyvaults admin generation failure #2993

Open
qiaozha opened this issue Jan 13, 2025 · 2 comments
Open

keyvaults admin generation failure #2993

qiaozha opened this issue Jan 13, 2025 · 2 comments

Comments

@qiaozha
Copy link
Member

qiaozha commented Jan 13, 2025

@MaryGao
Copy link
Member

MaryGao commented Jan 14, 2025

This issue RangeError: Maximum call stack size exceeded happened with below self-referenced union case, and this issue happened both in RLC and Modular.

union Error {
  null,
  {
    /**
     * The error code.
     */
    @visibility("read")
    code?: string,

    /**
     * The error message.
     */
    @visibility("read")
    message?: string,

    /**
     * The key vault server error.
     */
    @visibility("read")
    @encodedName("application/json", "innererror")
    innerError?: Error,
  },
}

@qiaozha
Copy link
Member Author

qiaozha commented Jan 16, 2025

pending Azure/typespec-azure#2088 for modular fix.

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

2 participants