-
Notifications
You must be signed in to change notification settings - Fork 5.1k
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
[EventGrid] Default value is invalid for sku #13167
Comments
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @jfggdl. Issue DetailsIn the latest Line 5926 in 35bd110
This is wrong because
|
@ahamad-MS , I saw you update the spec recently. Can you have a look at this issue? Thanks. |
Thanks for reaching out and opening this issue. We will take a look and respond back. thanks |
The issue seems to be valid. We will track this for a quick fix. thanks for reporting this @mikhailshilkov .. Somehow, this was not caught in swagger check tools. |
This bug is part of the latest swagger update here: #13397 (review) .. Closing this issue as being addressed. Thanks |
@ahamad-MS , can you please take care of fixes for other versions? |
Yes.. We will take care of it separately. thanks |
What's the status here? The problem is still there... Could you please reopen the issue? |
In the latest
2020-10-15-preview
API version, thesku
property defines a default value "Basic":azure-rest-api-specs/specification/eventgrid/resource-manager/Microsoft.EventGrid/preview/2020-10-15-preview/EventGrid.json
Line 5926 in 35bd110
This is wrong because
sku
is an object of typeResourceSku
with a propertyname
. It's the property that should have the default value.The text was updated successfully, but these errors were encountered: