Open
Description
The responses of the Edge updates API have changed recently:
https://edgeupdates.microsoft.com/api/products/
The following JSON fields are different now:
ArtifactName
->artifactName
Hash
->hash
HashAlgorithm
->hashAlgorithm
Location
->location
SizeInBytes
->sizeInBytes
As a result, programmatic clients of this API, like Selenium Manager, experienced a problem while parsing the response. See:
Is it possible to roll back these fields to use the previous names (ArtifactName
, etc.)?