Azure / azure-sdk

This is the Azure SDK parent repository and mostly contains documentation around guidelines and policies as well as the releases for the various languages supported by the Azure SDK.
http://azure.github.io/azure-sdk
MIT License
488 stars 297 forks source link

[Se] Validate infoblurb functionality for TypeSpec conversion #7975

Open mario-guerra opened 2 months ago

mario-guerra commented 2 months ago

Context

The TypeSpec team has a plan for converting existing Azure services to TypeSpec. The process involves manual refinement of TypeSpec files (TSPs), validation through human reviews, and various work items assigned to different teams for approval and automation. The primary goal is to ensure that the converted TypeSpec generates an OpenAPI specification functionally equivalent to the original, maintaining round-trip correctness.

Description

The Engineering Systems (EngSys) team needs to validate that the infoblurb functionality works correctly. The infoblurb is a message inserted into every brownfield PR for services not yet converted to TypeSpec. It should inform teams about the upcoming requirement to convert to TypeSpec and offer assistance, but it should not be flagged as a warning or error. This functionality must be verified to ensure it operates as intended.