Open mikekistler opened 3 months ago
The Azure versioning policy disallows a preview API version with the same date as a GA API version. Unfortunately, this restriction is not well known in service teams and routinely violated. The latest example is:
https://github.com/Azure/azure-rest-api-specs/pull/29716
The PR pipeline should check for this case and flag it as a versioning error, blocking PR merge until the situation is corrected.
Another instance:
https://github.com/Azure/azure-rest-api-specs/pull/29585
The Azure versioning policy disallows a preview API version with the same date as a GA API version. Unfortunately, this restriction is not well known in service teams and routinely violated. The latest example is:
https://github.com/Azure/azure-rest-api-specs/pull/29716
The PR pipeline should check for this case and flag it as a versioning error, blocking PR merge until the situation is corrected.