Results 3 issues of Greg Oks

# Data Plane API - Pull Request ## API Info: The Basics Most of the information about your service should be captured in the issue that serves as your [*engagement...

WaitForReviewRevisit
ARMReview
data-plane
ReadyForApiTest

Hello, I have ran swagger-diff on my swagger which is valid and working but I get the following error without too much information: swagger-diff{"name":"SyntaxError","message":"\"http://myservice.mycompany.com/swagger/docs/v1\" is not a valid JSON Schema","stack":"SyntaxError:...

I ran autorest csharp command on my openapi 3.0.1: autorest --csharp --input-file="final.json" --namespace=MyNamespace --output-folder="..\Generated" --add-credentials And I get the following error: at AutoRest.CSharp.LowLevel.Output.Samples.DpgClientSampleProvider.BuildResponseParseStatementsForModelType(Boolean, AutoRest.CSharp.Common.Input.InputModelType, AutoRest.CSharp.Common.Output.Expressions.ValueExpressions.ValueExpression, System.Collections.Generic.List`1, System.Collections.Generic.HashSet`1) at AutoRest.CSharp.LowLevel.Output.Samples.DpgClientSampleProvider.BuildResponseParseStatements(Boolean, AutoRest.CSharp.Common.Input.InputType,...