Skip to content

Release communication rooms 2024-04-15 stable version#28124

Merged
anuchandy merged 4 commits intomainfrom
release-communication-Rooms-2024-04-15
Mar 23, 2024
Merged

Release communication rooms 2024-04-15 stable version#28124
anuchandy merged 4 commits intomainfrom
release-communication-Rooms-2024-04-15

Conversation

@mikehang-msft
Copy link
Contributor

Data Plane API - Pull Request

Added a new release for communication rooms 2024-04-15 stable version. This release is based on the 2023-10-30-preview release. There is no additional changes besides the API version.

API Info: The Basics

Most of the information about your service should be captured in the issue that serves as your API Spec engagement record.

  • Link to API Spec engagement record issue:

Is this review for (select one):

  • a private preview
  • a public preview
  • GA release

Change Scope

This section will help us focus on the specific parts of your API that are new or have been modified.
Please share a link to the design document for the new APIs, a link to the previous API Spec document (if applicable), and the root paths that have been updated.

  • Design Document:
  • Previous API Spec Doc:
  • Updated paths:

Viewing API changes

For convenient view of the API changes made by this PR, refer to the URLs provided in the table
in the Generated ApiView comment added to this PR. You can use ApiView to show API versions diff.

Suppressing failures

If one or multiple validation error/warning suppression(s) is detected in your PR, please follow the
Swagger-Suppression-Process
to get approval.

❔Got questions? Need additional info?? We are here to help!

Contact us!

The Azure API Review Board is dedicated to helping you create amazing APIs. You can read about our mission and learn more about our process on our wiki.

Click here for links to tools, specs, guidelines & other good stuff

Tooling

Guidelines & Specifications

Helpful Links

Checks stuck in `queued` state? If the PR CI checks appear to be stuck in `queued` state, please add a comment with contents `/azp run`. This should result in a new comment denoting a `PR validation pipeline` has started and the checks should be updated after few minutes.

@mikehang-msft mikehang-msft requested a review from a team as a code owner March 7, 2024 05:40
@mikehang-msft mikehang-msft requested review from DominikMe and tg-msft and removed request for a team March 7, 2024 05:40
@openapi-pipeline-app
Copy link

openapi-pipeline-app bot commented Mar 7, 2024

Next Steps to Merge

✅ All automated merging requirements have been met! To get your PR merged, see https://aka.ms/azsdk/specreview/merge.

@openapi-pipeline-app
Copy link

openapi-pipeline-app bot commented Mar 7, 2024

Swagger Validation Report

️️✔️BreakingChange succeeded [Detail] [Expand]
There are no breaking changes.
️❌Breaking Change(Cross-Version): 6 Errors, 0 Warnings failed [Detail]
Compared specs (v0.10.5) new version base version
communicationservicesrooms.json 2024-04-15(9b86e3a) 2023-06-14(main)
communicationservicesrooms.json 2024-04-15(9b86e3a) 2023-10-30-preview(main)

The following breaking changes are detected by comparison with the latest stable version:

Rule Message
1034 - AddedRequiredProperty The new version has new required property 'pstnDialOutEnabled' that was not found in the old version.
New: Rooms/stable/2024-04-15/communicationservicesrooms.json#L485:7
Old: Rooms/stable/2023-06-14/communicationservicesrooms.json#L480:7
1034 - AddedRequiredProperty The new version has new required property 'pstnDialOutEnabled' that was not found in the old version.
New: Rooms/stable/2024-04-15/communicationservicesrooms.json#L53:13
Old: Rooms/stable/2023-06-14/communicationservicesrooms.json#L53:13
1034 - AddedRequiredProperty The new version has new required property 'pstnDialOutEnabled' that was not found in the old version.
New: Rooms/stable/2024-04-15/communicationservicesrooms.json#L542:11
Old: Rooms/stable/2023-06-14/communicationservicesrooms.json#L533:11
1034 - AddedRequiredProperty The new version has new required property 'pstnDialOutEnabled' that was not found in the old version.
New: Rooms/stable/2024-04-15/communicationservicesrooms.json#L146:13
Old: Rooms/stable/2023-06-14/communicationservicesrooms.json#L146:13
1034 - AddedRequiredProperty The new version has new required property 'pstnDialOutEnabled' that was not found in the old version.
New: Rooms/stable/2024-04-15/communicationservicesrooms.json#L205:13
Old: Rooms/stable/2023-06-14/communicationservicesrooms.json#L205:13
1034 - AddedRequiredProperty The new version has new required property 'pstnDialOutEnabled' that was not found in the old version.
New: Rooms/stable/2024-04-15/communicationservicesrooms.json#L475:5
Old: Rooms/stable/2023-06-14/communicationservicesrooms.json#L471:5
️️✔️CredScan succeeded [Detail] [Expand]
There is no credential detected.
️⚠️LintDiff: 0 Warnings warning [Detail]
Compared specs (v2.2.0) new version base version
package-rooms-2024-04-15 package-rooms-2024-04-15(9b86e3a) default(main)

The following errors/warnings exist before current PR submission:

Rule Message
⚠️ ParameterNamesConvention header parameter name 'Repeatability-Request-ID' should be kebab case.
Location: Rooms/stable/2024-04-15/communicationservicesrooms.json#L28
⚠️ Post201Response Using post for a create operation is discouraged.
Location: Rooms/stable/2024-04-15/communicationservicesrooms.json#L51
⚠️ PathParameterSchema Path parameter should specify a maximum length (maxLength) and characters allowed (pattern).
Location: Rooms/stable/2024-04-15/communicationservicesrooms.json#L132
⚠️ PathParameterSchema Path parameter should specify a maximum length (maxLength) and characters allowed (pattern).
Location: Rooms/stable/2024-04-15/communicationservicesrooms.json#L182
⚠️ PathParameterSchema Path parameter should specify a maximum length (maxLength) and characters allowed (pattern).
Location: Rooms/stable/2024-04-15/communicationservicesrooms.json#L238
⚠️ PathParameterSchema Path parameter should specify a maximum length (maxLength) and characters allowed (pattern).
Location: Rooms/stable/2024-04-15/communicationservicesrooms.json#L284
⚠️ PathParameterSchema Path parameter should specify a maximum length (maxLength) and characters allowed (pattern).
Location: Rooms/stable/2024-04-15/communicationservicesrooms.json#L338
⚠️ EnumInsteadOfBoolean Booleans properties are not descriptive in all cases and can make them to use, evaluate whether is makes sense to keep the property as boolean or turn it into an enum.
Location: Rooms/stable/2024-04-15/communicationservicesrooms.json#L409
⚠️ SchemaDescriptionOrTitle Schema should have a description or title.
Location: Rooms/stable/2024-04-15/communicationservicesrooms.json#L431
⚠️ EnumInsteadOfBoolean Booleans properties are not descriptive in all cases and can make them to use, evaluate whether is makes sense to keep the property as boolean or turn it into an enum.
Location: Rooms/stable/2024-04-15/communicationservicesrooms.json#L509
⚠️ EnumInsteadOfBoolean Booleans properties are not descriptive in all cases and can make them to use, evaluate whether is makes sense to keep the property as boolean or turn it into an enum.
Location: Rooms/stable/2024-04-15/communicationservicesrooms.json#L594
️️✔️Avocado succeeded [Detail] [Expand]
Validation passes for Avocado.
️️✔️SwaggerAPIView succeeded [Detail] [Expand]
️️✔️TypeSpecAPIView succeeded [Detail] [Expand]
️❌ModelValidation: 2 Errors, 0 Warnings failed [Detail]
Rule Message
INVALID_TYPE Expected type but found type object
Url: Rooms/stable/2024-04-15/communicationservicesrooms.json#L358:22
ExampleUrl: stable/2024-04-15/examples/Participants_Update.json#L18:16
INVALID_TYPE Expected type but found type object
Url: Rooms/stable/2024-04-15/communicationservicesrooms.json#L358:22
ExampleUrl: stable/2024-04-15/examples/Participants_Update.json#L18:16
️️✔️SemanticValidation succeeded [Detail] [Expand]
Validation passes for SemanticValidation.
️️✔️PoliCheck succeeded [Detail] [Expand]
Validation passed for PoliCheck.
️️✔️SpellCheck succeeded [Detail] [Expand]
Validation passes for SpellCheck.
️️✔️Lint(RPaaS) succeeded [Detail] [Expand]
Validation passes for Lint(RPaaS).
️️✔️PR Summary succeeded [Detail] [Expand]
Validation passes for Summary.
️️✔️Automated merging requirements met succeeded [Detail] [Expand]
Posted by Swagger Pipeline | How to fix these errors?

@openapi-pipeline-app
Copy link

openapi-pipeline-app bot commented Mar 7, 2024

Swagger Generation Artifacts

️️✔️ApiDocPreview succeeded [Detail] [Expand]
 Please click here to preview with your @microsoft account. 
Posted by Swagger Pipeline | How to fix these errors?

@openapi-pipeline-app
Copy link

openapi-pipeline-app bot commented Mar 7, 2024

Generated ApiView

Language Package Name ApiView Link
Swagger Rooms https://apiview.dev/Assemblies/Review/1917d4494bd94242aee2ae09a1751d63?revisionId=d3f1172cac6f421aa83ccabbb2bee596

@AzureRestAPISpecReview AzureRestAPISpecReview added BreakingChangeReviewRequired <valid label in PR review process>add this label when breaking change review is required data-plane new-api-version labels Mar 7, 2024
Copy link
Member

@mikekistler mikekistler left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. 👍

I flagged two small errors in examples that I think you should fix, but otherwise this all looks good for GA.

Comment on lines +425 to +426
},
"rawId3": null
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

null is not a "ParticipantProperties" object so this part of the example is invalid. Probably best to remove it.

Suggested change
},
"rawId3": null
}

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you Mike. We use null to remove the entry in the PATCH operation. However, it does not make sense in the create scenario here. I am gong to remove it.

Comment on lines +568 to +569
},
"rawId3": null
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here too, null is an invalid example of "ParticipantProperties" so it should be removed.

Suggested change
},
"rawId3": null
}

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In PATCH operation, we use null to remove the entry from the collection.

* Used latest common specification (2023-11-15)

* Corrected path  in Readme.md

* Corrected tag value in Readme
@mikekistler mikekistler added the BreakingChange-Approved-Previously Changes were reviewed and approved in a previous PR label Mar 22, 2024
@mikekistler
Copy link
Member

Breaking changes reviewed and approved in #25451

@mikekistler mikekistler requested review from JeffreyRichter and removed request for tg-msft March 22, 2024 16:37
@mikekistler mikekistler added the APIStewardshipBoard-SignedOff The Azure API Stewardship team has reviewed and approved the changes. label Mar 23, 2024
@anuchandy anuchandy merged commit 82f3d95 into main Mar 23, 2024
@anuchandy anuchandy deleted the release-communication-Rooms-2024-04-15 branch March 23, 2024 20:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

APIStewardshipBoard-SignedOff The Azure API Stewardship team has reviewed and approved the changes. Approved-ModelValidation BreakingChange-Approved-Previously Changes were reviewed and approved in a previous PR BreakingChangeReviewRequired <valid label in PR review process>add this label when breaking change review is required data-plane new-api-version

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants