-
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
[Communication] Adding 2021-06-21 TURN API version #14955
[Communication] Adding 2021-06-21 TURN API version #14955
Conversation
Hi, @ajpeacock0 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. vsswagger@microsoft.com |
[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. |
Swagger Validation Report
|
Rule | Message |
---|---|
1016 - ConstantStatusHasChanged |
The 'constant' status changed from the old version to the new. New: Turn/preview/2021-02-22-preview1/CommunicationTurn.json#L19:9 Old: Turn/preview/2021-02-22-preview1/CommunicationTurn.json#L19:9 |
1016 - ConstantStatusHasChanged |
The 'constant' status changed from the old version to the new. New: Turn/preview/2021-02-22-preview1/CommunicationTurn.json#L104:5 Old: Turn/preview/2021-02-22-preview1/CommunicationTurn.json#L104:5 |
️⚠️
LintDiff: 1 Warnings warning [Detail]
- Linted configuring files (Based on source branch, openapi-validator v1.10.0 , classic-openapi-validator v1.1.8 )
- Linted configuring files (Based on target branch, openapi-validator v1.10.0 , classic-openapi-validator v1.1.8 )
Rule | Message |
---|---|
'body' parameter lacks 'description' property. Consider adding a 'description' element. Accurate description is essential for maintaining reference documentation. Location: Turn/preview/2021-06-21-preview/CommunicationTurn.json#L26 |
️️✔️
Avocado succeeded [Detail] [Expand]
Validation passes for Avocado.
️️✔️
ModelValidation succeeded [Detail] [Expand]
Validation passes for ModelValidation.
️️✔️
SemanticValidation succeeded [Detail] [Expand]
Validation passes for SemanticValidation.
️❌
Cross-Version Breaking Changes: 4 Errors, 1 Warnings failed [Detail]
- Compared Swaggers (Based on Oad v0.8.11)
- current:preview/2021-06-21-preview/CommunicationTurn.json compared with base:preview/2021-02-22-preview1/CommunicationTurn.json
️️✔️
CredScan succeeded [Detail] [Expand]
There is no credential detected.
️️✔️
[Staging] SDK Track2 Validation succeeded [Detail] [Expand]
Validation passes for SDKTrack2Validation
- The following tags are being changed in this PR
|:speech_balloon: AutorestCore/Exception|"readme":"communication/data-plane/Turn/readme.md",
"tag":"package-2021-02-22-preview1",
"details":"> Installing AutoRest extension '@microsoft.azure/openapi-validator' (1.8.0)"|
|:speech_balloon: AutorestCore/Exception|"readme":"communication/data-plane/Turn/readme.md",
"tag":"package-2021-02-22-preview1",
"details":"> Installed AutoRest extension '@microsoft.azure/openapi-validator' (1.8.0->1.8.0)"|
|:speech_balloon: AutorestCore/Exception|"readme":"communication/data-plane/Turn/readme.md",
"tag":"package-2021-06-21-preview",
"details":"> Loading AutoRest extension '@microsoft.azure/openapi-validator' (1.8.0->1.8.0)"|
|:speech_balloon: AutorestCore/Exception|"readme":"communication/data-plane/Turn/readme.md",
"tag":"package-2021-06-21-preview",
"details":"> Loading AutoRest extension '@autorest/modelerfour' (4.15.456->4.15.456)"|
The following errors/warnings exist before current PR submission:
|:speech_balloon: AutorestCore/Exception|"readme":"communication/data-plane/Turn/readme.md",
"tag":"package-2021-02-22-preview1",
"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 pipeline restarted successfully, please wait for status update in this comment. |
Hi @ajpeacock0, one or multiple breaking change(s) is detected in your PR. Please check out the breaking change(s), and provide business justification in the PR comment and @ PR assignee why you must have these change(s), and how external customer impact can be mitigated. Please ensure to follow breaking change policy to request breaking change review and approval before proceeding swagger PR review. |
Hi @JeffreyRichter, this preview version of service has breaking changes compared to the previous preview apiVersion, the pr renames the endpoint from |
Adding a new TURN/NetworkTraversal REST API version. Changes include
{id}
) from the path to the body or query parameter. Since the convention across ACS is to have it in the body, it should be in the body.CommunicationTurnServer
toCommunicationIceServer
CommunicationTurnCredentialsResponse
toCommunicationRelayConfiguration
/turn
to something more generic to allow future paths (e.g./networktraversal
). This name (networktraversal) is not final and should be discussed offline for agreement/:issueCredentials
to/:issueRelayConfiguration
1
) from the preview version (e.g.2021-06-21-preview1
->2021-06-21-preview
)Changelog
Please ensure to add changelog with this PR by answering the following questions.
Contribution checklist:
Please follow the link to find more details on PR review process.