Ensure documentation is specific, complete, and actionable for developers: 1. **Provide meaningful content** - Avoid vague descriptions like "Test changes" in changelogs. Instead, be specific about what was modified or tested:
Ensure documentation is specific, complete, and actionable for developers:
`ManagedIdentityCredential` now retries 410 status responses as required by
[Azure IMDS documentation](https://learn.microsoft.com/azure/active-directory/managed-identities-azure-resources/how-to-use-vm-token).
Ensure code examples are valid - All code examples in documentation should be derived from compiled, tested code snippets to ensure they work correctly and remain valid over time.
# This transform removes the `x-nullable` annotation to ensure compatibility
# with the generated SDK code, which does not support nullable collections.
For changelogs specifically:
Enter the URL of a public GitHub repository