-
Notifications
You must be signed in to change notification settings - Fork 5.2k
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
Communication Services - Rooms APIspecification #19269
Communication Services - Rooms APIspecification #19269
Conversation
Hi, @elavarasidc 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] |
Hi, @elavarasidc your PR are labelled with WaitForARMFeedback. A notification email will be sent out shortly afterwards to notify ARM review board([email protected]). |
Swagger Validation Report
|
compared tags (via openapi-validator v1.13.0) | new version | base version |
---|---|---|
package-rooms-2022-02-01-preview | package-rooms-2022-02-01-preview(a2e60e1) | default(main) |
️️✔️
Avocado succeeded [Detail] [Expand]
Validation passes for Avocado.
️️✔️
ApiReadinessCheck succeeded [Detail] [Expand]
️️✔️
ModelValidation succeeded [Detail] [Expand]
Validation passes for ModelValidation.
️️✔️
SemanticValidation succeeded [Detail] [Expand]
Validation passes for SemanticValidation.
️⌛
PoliCheck pending [Detail]
️⚠️
SDK Track2 Validation: 1 Warnings warning [Detail]
- The following tags are being changed in this PR
- "https://github.com/Azure/azure-rest-api-specs/blob/a2e60e148c57247a78116caa3c20ab9c119c15c7/specification/communication/data-plane/Rooms/readme.md#tag-package-rooms-2022-02-01-preview">communication/data-plane/Rooms/readme.md#package-rooms-2022-02-01-preview
Rule | Message |
---|---|
"readme":"communication/data-plane/Rooms/readme.md", "tag":"package-rooms-2022-02-01-preview", "details":"Security scheme Authorization is unknown and will not be processed. Only supported types are AADToken, AzureKey, Anonymous" |
️️✔️
PrettierCheck succeeded [Detail] [Expand]
Validation passes for PrettierCheck.
️️✔️
SpellCheck succeeded [Detail] [Expand]
Validation passes for SpellCheck.
️️✔️
Lint(RPaaS) succeeded [Detail] [Expand]
Validation passes for Lint(RPaaS).
️️✔️
CadlValidation succeeded [Detail] [Expand]
Validation passes for CadlValidation.
Swagger pipeline restarted successfully, please wait for status update in this comment. |
Dataplane APIs don't need ARM review: removing incorrect labels. |
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.
- POST /rooms
- We prefer PUT or PATCH /rooms/{roomId} to POST
- Do not put any non-2xx status codes in the swagger. Just have a default and refer to the standard Azure error response type.
- POST /rooms/{roomId}/participants/:add
- No / before the colon; same for update & remove
- I wonder if you could replace the 3 POST add/update/remove operations with a single PATCH /rooms/{roomId}/participants or even just using the PATCH /rooms/{roomId} you already have
- If GET /rooms/{roomId} already returns the participants, why do you need GET /rooms/{roomId}/participants at all?
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.
A few comments after quick read.
I assume we have a meeting this week?
specification/communication/data-plane/Rooms/preview/validate_log_20220413_221737.log
Outdated
Show resolved
Hide resolved
...on/communication/data-plane/Rooms/preview/2022-02-01-preview/communicationservicesrooms.json
Show resolved
Hide resolved
...on/communication/data-plane/Rooms/preview/2022-02-01-preview/communicationservicesrooms.json
Outdated
Show resolved
Hide resolved
...on/communication/data-plane/Rooms/preview/2022-02-01-preview/communicationservicesrooms.json
Show resolved
Hide resolved
Hi @elavarasidc, Your PR has some issues. Please fix the CI sequentially by following the order of
|
We are meeting next week on the 16th June at 4PM PST |
|
...ion/communication/data-plane/Rooms/preview/2022-02-01-preview/examples/Rooms_CreateRoom.json
Outdated
Show resolved
Hide resolved
...on/communication/data-plane/Rooms/preview/2022-02-01-preview/communicationservicesrooms.json
Outdated
Show resolved
Hide resolved
...on/communication/data-plane/Rooms/preview/2022-02-01-preview/communicationservicesrooms.json
Outdated
Show resolved
Hide resolved
...on/communication/data-plane/Rooms/preview/2022-02-01-preview/communicationservicesrooms.json
Show resolved
Hide resolved
...on/communication/data-plane/Rooms/preview/2022-02-01-preview/communicationservicesrooms.json
Outdated
Show resolved
Hide resolved
...on/communication/data-plane/Rooms/preview/2022-02-01-preview/communicationservicesrooms.json
Outdated
Show resolved
Hide resolved
...on/communication/data-plane/Rooms/preview/2022-02-01-preview/communicationservicesrooms.json
Show resolved
Hide resolved
...on/communication/data-plane/Rooms/preview/2022-02-01-preview/communicationservicesrooms.json
Outdated
Show resolved
Hide resolved
...on/communication/data-plane/Rooms/preview/2022-02-01-preview/communicationservicesrooms.json
Outdated
Show resolved
Hide resolved
...on/communication/data-plane/Rooms/preview/2022-02-01-preview/communicationservicesrooms.json
Outdated
Show resolved
Hide resolved
...on/communication/data-plane/Rooms/preview/2022-02-01-preview/communicationservicesrooms.json
Show resolved
Hide resolved
...on/communication/data-plane/Rooms/preview/2022-02-01-preview/communicationservicesrooms.json
Outdated
Show resolved
Hide resolved
...on/communication/data-plane/Rooms/preview/2022-02-01-preview/communicationservicesrooms.json
Show resolved
Hide resolved
...ommunication/data-plane/Rooms/preview/2022-02-01-preview/examples/Rooms_AddParticipants.json
Show resolved
Hide resolved
e30976f
to
f59a8fe
Compare
Swagger pipeline restarted successfully. If there is ApiView generated, it will be updated in this comment. |
@weidongxu-microsoft, thanks for your comment.
|
d29dea6
to
e769869
Compare
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
Failure on As this is not a required CI, it will not block PR merge. Error message
|
Team, please help merge this PR. |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
MSFT employees can try out our new experience at OpenAPI Hub - one location for using our validation tools and finding your workflow.
Changelog
Add a changelog entry for this PR by answering the following questions:
Contribution checklist:
If any further question about AME onboarding or validation tools, please view the FAQ.
ARM API Review Checklist
Otherwise your PR may be subject to ARM review requirements. Complete the following:
Check this box if any of the following appy to the PR so that the label "ARMReview" and "WaitForARMFeedback" will be added by bot to kick off ARM API Review. Missing to check this box in the following scenario may result in delays to the ARM manifest review and deployment.
-[x] To review changes efficiently, ensure you are using OpenAPIHub to initialize the PR for adding a new version. More details, refer to the wiki.
Ensure you've reviewed following guidelines including ARM resource provider contract and REST guidelines. Estimated time (4 hours). This is required before you can request review from ARM API Review board.
If you are blocked on ARM review and want to get the PR merged with urgency, please get the ARM oncall for reviews (RP Manifest Approvers team under Azure Resource Manager service) from IcM and reach out to them.
Breaking Change Review Checklist
If any of the following scenarios apply to the PR, request approval from the Breaking Change Review Board as defined in the Breaking Change Policy.
Action: to initiate an evaluation of the breaking change, create a new intake using the template for breaking changes. Addition details on the process and office hours are on the Breaking change Wiki.
Please follow the link to find more details on PR review process.