The newer AzureFileCopy@6 uses RBAC to upload a file to a SA and no longer generates a SAS token as output. It is required to use version 6 if you use a Federated Identity (recommended by MS) in ADO Pipelines to interact with our infrastructure. This means that it is not possible to combine the recommended best practices in combination with the az iot du update import command in a pipeline, and thus it does not seem possible to have a ADO Pipeline that uploads some build artifact to a SA and then imports it into a DU.
It would be great if the az iot du update import could use the identity of the DU resource to access the file passed.