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
Take compute as an example, we have such configuration in autorest.md
- from: common.json where: $.definitions transform: > $.SubResource.properties.id["x-ms-format"] = "arm-id"; $.SubResourceReadOnly.properties.id["x-ms-format"] = "arm-id";
How we are going to put these after migrating to TypeSpec?
One solution I could think of is Azure/typespec-azure#1757
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Take compute as an example, we have such configuration in autorest.md
How we are going to put these after migrating to TypeSpec?
One solution I could think of is Azure/typespec-azure#1757
The text was updated successfully, but these errors were encountered: