-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Sdixit/aks resources fleet gates typespec and swagger files #38219
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
base: main
Are you sure you want to change the base?
Sdixit/aks resources fleet gates typespec and swagger files #38219
Conversation
Next Steps to Merge✅ All automated merging requirements have been met! To get your PR merged, see aka.ms/azsdk/specreview/merge.Comment generated by summarize-checks workflow run. |
API Change CheckAPIView identified API level changes in this PR and created the following API reviews
|
|
PublishToCustomers |
Hi @Supriya-R-Dixit, |
rajeshka
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Verified - All the APIViews links are accessible.
### Packages impacted by this PR @azure/eventgrid-systemevents ### Issues associated with this PR Azure/azure-rest-api-specs#38219 Co-authored-by: Rajesh Kamath <a>
...grid/Azure.Messaging.EventGrid.SystemEvents/Microsoft.ResourceNotifications/AKSResources.tsp
Show resolved
Hide resolved
jhendrixMSFT
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need to update Aks -> AKS.
Added AKS resource event data client name overrides for Go.
| @example(MicrosoftResourceNotificationsAKSResourcesFleetGateDeletedExample) | ||
| model ResourceNotificationsAksResourcesFleetGateDeletedEventData { | ||
| /** resourceInfo details for deleted event */ | ||
| resourceInfo: { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@tadelesh are we able to rename this type via @clientName?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
After thinking about it more, I think the issue here is that the synthesized name is created before the clientName decorator is applied. Is that expected?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In TypeSpec, we have no way to decorate a model expression, thus @clientName could not be applied to such cases. @
Supriya-R-Dixit Is it possible to give a name for this inline model? Defining anonymous model is not encouraged in Azure.


Choose a PR Template
Switch to "Preview" on this description then select one of the choices below.
Click here to open a PR for a Data Plane API.
Click here to open a PR for a Control Plane (ARM) API.
Click here to open a PR for only SDK configuration.