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

Fix issue with PR :https://github.com/Azure/azure-rest-api-specs/pull/5565 #346

Closed
praries880 opened this issue Apr 29, 2019 · 1 comment

Comments

@praries880
Copy link

Autogenerator is not working finse, its failing because of this :
https://github.com/Azure/azure-rest-api-specs/pull/5565/files#diff-379b990d6c53de239f2f2f1dff634494R1331

The error :

Processing batch task - {"tag":"package-2018-01-preview"} .
FATAL: System.NotImplementedException: Handling return type 'Map<String, Integer>' for OtherMethod is not implemented
   at AutoRest.Java.Azure.Fluent.Model.OtherMethod.get_InnerReturnType() in /home/vsts/work/1/s/src/azurefluent/Model/FluentCommon/OtherMethods/OtherMethod.cs:line 69

According to @jianghaolu the error is caused by the generator cannot handle return type as list of maps either and the generator is not able to handle a method that's not a CRUD method and that returns a Map

@jianghaolu
Copy link
Contributor

Please reopen if this is still an issue for v4 generator.

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