The doc (https://azure.github.io/typespec-azure/docs/howtos/versioning/03-stable-after-preview/) suggests adding the new api-version and waiting until the end to remove the @previewVersion decorator. This will cause a diagnostic, so authors should remove the decorator and add the new version at the same time.
We should look for similar errors in the rest of the documentation as well.
The doc (https://azure.github.io/typespec-azure/docs/howtos/versioning/03-stable-after-preview/) suggests adding the new api-version and waiting until the end to remove the
@previewVersiondecorator. This will cause a diagnostic, so authors should remove the decorator and add the new version at the same time.We should look for similar errors in the rest of the documentation as well.