Closed robbbbbb closed 2 years ago
Thanks a lot for letting us know, we'll investigate and post our findings here! Cheers, Florian
I got feedback from an engineer and it turns out this is a different (internal) Id that cannot be used for matching the conversion Id. So in case you don't intend to use it, I'll rather go and clarify in the documentation. Thanks for raising this, it's very valuable feedback! Florian
Thanks @FlorianBorn71 we definitely don’t use it so totally fine by us.
Describe the problem
This may just be undocumented behaviour rather than a problem.
When a conversion is successful it emits a
<outputfilename>.result.json
file in to the specified output container. The contents of that file are documented here https://docs.microsoft.com/en-us/azure/remote-rendering/how-tos/conversion/get-information#information-about-a-conversion-the-result-fileOn recent successful conversions I've noticed an extra (I think undocumented) line which seems to be trying to give the conversion ID that produced the results file. However, the ID given never corresponds to the conversion that produced the file.
Provide additional information
For example, starting a conversion with the REST API I got this result (note, the
id
property value)And upon successful completion the test-conversion.result.json file had the following contents:
We don't use this line from the results.json file, and it's not mentioned in the docs as far as I can see, so I guess it's possible it refers to some other entity and users of the API should just ignore it, but I thought I'd mention it, in case it revealed something else going on.