You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is some restriction that if you provide the x-ms-odata in the swagger file, you need support "$filter" parameter in this path.
FATAL: System.InvalidOperationException: Method 'Cache_ListByService' with x-ms-odata needs to have "$filter" parameter.
at AutoRest.Extensions.Azure.AzureExtensions.ParseODataExtension(CodeModel codeModel) in /home/ruby/autorest.ruby/autorest.common/src/AzureExtensions.cs:line 187
at AutoRest.Extensions.Azure.AzureExtensions.NormalizeAzureClientModel(CodeModel codeModel) in /home/ruby/autorest.ruby/autorest.common/src/AzureExtensions.cs:line 77
at AutoRest.Ruby.Azure.TransformerRba.AutoRest.Core.ITransformer<AutoRest.Ruby.Azure.Model.CodeModelRba>.TransformCodeModel(CodeModel cs) in /home/ruby/autorest.ruby/src/azure/TransformerRba.cs:line 40
at AutoRest.Ruby.Program.<ProcessInternal>d__4.MoveNext() in /home/ruby/autorest.ruby/src/Program.cs:line 109
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
at NewPlugin.<Process>d__20.MoveNext() in /home/ruby/autorest.ruby/autorest.common/src/Plugins/NewPlugin.cs:line 163
The text was updated successfully, but these errors were encountered:
* Adds base for updating Microsoft.AzureStackHCI from version preview/2021-09-01-preview to version 2022-04-01-preview
* Updates readme
* Updates API version in new specs and examples
* - Adding new api's for marketplace integration
- Modified galleryImages to include additional props
- Adding latest changes from stable folder for arcSettings, clusters, extensions, operations
* Correcting path in readme file and adding missing examples
* using plurals in operationIds and correcting example name to avoid conflict
* Reverting changes from galleryImages json
* Removing Self-Service VM APIs
* Adding provisioningState obj to new APIs
azure-rest-api-specs/specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2018-06-01-preview/apimcaches.json
Line 86 in 2fcd013
There is some restriction that if you provide the x-ms-odata in the swagger file, you need support "$filter" parameter in this path.
The text was updated successfully, but these errors were encountered: