Awesome Reviewers

Treat autogenerated content as build artifacts owned by CI/CD, and handle breaking changes through the release system (not ad-hoc edits).

Do:

Don’t:

Example (Autorest breaking-change announcement):

directive:
  #breaking change announcement
  - where:
      verb: Update
      subject: NetworkCloudVirtualMachine
    set:
      breaking-change:
        change-description: The Update-AzNetworkCloudVirtualMachine cmdlet no longer supports the JsonString and JsonFilePath parameters.
        deprecated-by-version: 2.0.3

Apply this standard whenever you’re touching module docs/help/tests or any release-related breaking-change metadata—ensure your PR changes inputs, not outputs, and that breaking-change signaling matches the pipeline’s release/version expectations.