-
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] Add "FarmBeats" prefix to two enums #14628
[EventGrid] Add "FarmBeats" prefix to two enums #14628
Conversation
The `JobStatus` and `ResourceActionType` has very general names and did not indicate they were specific to FarmBeats. Add a prefix to the names so the generated types in the SDKs have more specific names.
Hi, @ellismg Thanks for your PR. I am workflow bot for review process. Here are some small tips. Any feedback about review process or workflow bot, pls contact swagger and tools team. [email protected] |
Swagger Validation Report
|
Rule | Message |
---|---|
AutorestCore/Exception |
"readme":"eventgrid/data-plane/readme.md", "tag":"package-2018-01", "details":"Error: Semantic validation failed. There was some errors" |
💬 AutorestCore/Exception | "readme":"eventgrid/data-plane/readme.md", "tag":"package-2018-01", "details":"> Loading AutoRest extension '@autorest/modelerfour' (4.15.456->4.15.456)" |
️️✔️
[Staging] PrettierCheck succeeded [Detail] [Expand]
Validation passes for PrettierCheck.
️️✔️
[Staging] SpellCheck succeeded [Detail] [Expand]
Validation passes for SpellCheck.
️️✔️
[Staging] Lint(RPaaS) succeeded [Detail] [Expand]
Validation passes for Lint(RPaaS).
Swagger Generation Artifacts
|
[Call for Action] To better understand Azure service dev/test scenario, and support Azure service developer better on Swagger and REST API related tests in early phase, please help to fill in with this survey https://aka.ms/SurveyForEarlyPhase. It will take 5 to 10 minutes. If you already complete survey, please neglect this comment. Thanks. |
@lmazuel Sorry for not noticing this when the events were in PR, it didn't become obvious to me before reviewing the surface area changes to the SDKs after ingesting the new events. |
The `JobStatus` and `ResourceActionType` has very general names and did not indicate they were specific to FarmBeats. Add a prefix to the names so the generated types in the SDKs have more specific names.
The
JobStatus
andResourceActionType
has very general names anddid not indicate they were specific to FarmBeats. Add a prefix to the
names so the generated types in the SDKs have more specific names.