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
tsp: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/databasewatcher/DatabaseWatcher.Management/watcher.tsp#L126
The text was updated successfully, but these errors were encountered:
This is coming from tcgc, the SdkMethod doesn't have a response type.
Sorry, something went wrong.
the root cause is the tsp has a wrong definition of custom lro.
@tadelesh so I can learn more about this, what should the definition look like?
start( ...ResourceInstanceParameters<Watcher>, ): ArmAcceptedLroResponse<ArmLroLocationHeader<LroHeaders= ArmLroLocationHeader< FinalResult=Watcher >>> | ArmResponse<Watcher> | ErrorResponse;
then we could get right finalResult from getLroMetadata.
finalResult
getLroMetadata
tadelesh
No branches or pull requests
tsp: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/databasewatcher/DatabaseWatcher.Management/watcher.tsp#L126
The text was updated successfully, but these errors were encountered: