You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However we should be both sending and receiving a RawFile type, to give us a consistent Marshal and Unmarshal function - so this is both a feature request for hashicorp/go-azure-sdk (to support these Marshal/Unmarshal funcs for RawFile's) and a bug in the Importer where we don't detect this is a RawFilepayload (instead we're outputting it as anobjectpayload), which whilst semantically the same means we can't rely on this being aRawFile`, which'll have other issues down the road.
The text was updated successfully, but these errors were encountered:
Per the Swagger:
https://github.com/Azure/azure-rest-api-specs/blob/0b1805b3ce076549ba4e9285a4f0f8727caf53a5/specification/automation/resource-manager/Microsoft.Automation/stable/2022-08-08/runbook.json#L130-L136
Today we parse out:
However we should be both sending and receiving a
RawFile
type, to give us a consistent Marshal and Unmarshal function - so this is both a feature request forhashicorp/go-azure-sdk
(to support these Marshal/Unmarshal funcs forRawFile
's) and a bug in the Importer where we don't detect this is a
RawFilepayload (instead we're outputting it as an
objectpayload), which whilst semantically the same means we can't rely on this being a
RawFile`, which'll have other issues down the road.The text was updated successfully, but these errors were encountered: