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
I am running the GenerateCode command for autorest and getting this issue on an endpoint that doesn't have a list result. :
fatal | The ResourceCollection SubmittedResourceRequestStatusCollection (RequestPath: /providers/Microsoft.Management/managementGroups/{managementGro
upId}/providers/Microsoft.Quota/groupQuotas/{groupQuotaName}/groupQuotaRequests/{requestId}) does not have a GetAll method
fatal | Process() cancelled due to failure
Here is the swagger json: Swagger Link
Is there a way to suppress this or find out why it's requiring a GetAll method?
have you checked the faq, the documentation in the docs folder and couldn't find the information there
The text was updated successfully, but these errors were encountered:
tejasm-microsoft
added
the
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
label
Apr 11, 2024
Before asking the question:
I am running the GenerateCode command for autorest and getting this issue on an endpoint that doesn't have a list result. :
fatal | The ResourceCollection SubmittedResourceRequestStatusCollection (RequestPath: /providers/Microsoft.Management/managementGroups/{managementGro
upId}/providers/Microsoft.Quota/groupQuotas/{groupQuotaName}/groupQuotaRequests/{requestId}) does not have a GetAll method
fatal | Process() cancelled due to failure
Here is the swagger json: Swagger Link
Is there a way to suppress this or find out why it's requiring a GetAll method?
The text was updated successfully, but these errors were encountered: