-
Notifications
You must be signed in to change notification settings - Fork 5.6k
[Tooling] Updating script to handle output of batch processing from autorest #5081
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
Conversation
Automation for azure-sdk-for-pythonUnable to detect any generation context from this PR. |
|
If you're a MSFT employee, click this link |
Automation for azure-sdk-for-jsUnable to detect any generation context from this PR. |
Automation for azure-sdk-for-javaUnable to detect any generation context from this PR. |
Automation for azure-sdk-for-rubyUnable to detect any generation context from this PR. |
Automation for azure-sdk-for-goUnable to detect any generation context from this PR. |
Automation for azure-sdk-for-nodeUnable to detect any generation context from this PR. |
|
Can one of the admins verify this patch? |
|
I like the hotfix but really AutoRest should be honoring JSON message format in its output. I have opened an issue against Autorest here too |
dsgouda
left a comment
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.
LGTM
* fixed some invalid values in dl account examples * adding resource group sample * removed . * updating script to handle output of batch processing from autorest (#5081)
* fixed some invalid values in dl account examples * adding resource group sample * removed . * updating script to handle output of batch processing from autorest (Azure#5081)
I'm updating the script to remove the line added when processing batch tasks in AutoRest output, as we process the string.
I've also requested an update to AutoRest to honor json as the message-format switch is passed, so hopefully we can remove some of this processing in the future.