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
@scenarioService
See the codes:
cadl-ranch/packages/cadl-ranch-expect/src/decorators.ts
Line 241 in 2fb006d
@scenarioService will set @server("http://localhost:3000", "TestServer endpoint"). We should change the literal value to a parameter, like #425
@server("http://localhost:3000", "TestServer endpoint")
The text was updated successfully, but these errors were encountered:
getAllOperation
fix(decorator): replace hard code url with {endpoint} in `@scenario…
{endpoint}
b1a7050
…Service` Hard coded value should be replaced by a parameter, like Azure#425 fix Azure#597
archerzz
Successfully merging a pull request may close this issue.
Problem
See the codes:
cadl-ranch/packages/cadl-ranch-expect/src/decorators.ts
Line 241 in 2fb006d
@scenarioService
will set@server("http://localhost:3000", "TestServer endpoint")
. We should change the literal value to a parameter, like #425The text was updated successfully, but these errors were encountered: