-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix new line delimiter #23262
fix new line delimiter #23262
Conversation
API changes have been detected in |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oh no it was really everywhere. Thanks for fixing!
/azp run python - autorest - pr |
Azure Pipelines successfully started running 1 pipeline(s). |
@@ -8,6 +8,8 @@ | |||
|
|||
### Bugs Fixed | |||
|
|||
- use "\n" rather than "/n" for new line in log #23261 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nitpicking: should be "Use".
* fix new line delimiter * update * update
* fix new line delimiter * update * update
[Hub Generated] Review request for Microsoft.CostManagement to add version stable/2022-10-01 (Azure#23262) merged with breaking change approved
Description
Please add an informative description that covers that changes made by the pull request and link all relevant issues.
If an SDK is being regenerated based on a new swagger spec, a link to the pull request containing these swagger spec changes has been included above.
All SDK Contribution checklist:
General Guidelines and Best Practices
Testing Guidelines