Open jdecroos-N opened 1 year ago
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @azureml-github @Azure/azure-ml-sdk.
@jdecroos-N Thanks for the suggestions, The PR has been merged, https://github.com/Azure/azure-sdk-for-python/pull/32597 you can try it when it is released.
Is your feature request related to a problem? Please describe. The UserIdentityConfiguration is a good way to protect data. This is available for SweepJob/CommandJob/PipelineJob/SparkJob, but not for ParallelJob https://learn.microsoft.com/en-us/python/api/azure-ai-ml/azure.ai.ml.parallel.paralleljob?view=azure-python https://learn.microsoft.com/en-us/azure/machine-learning/reference-yaml-job-parallel?view=azureml-api-2
This forces us to either a) not use parallelJob b) not use UserIdentityConfiguration
Describe the solution you'd like Allow identity=UserIdentityConfiguration to be set, just as is the case for the other jobs.
Describe alternatives you've considered a) not use parallelJob (drop features/reduces job efficieny) b) not use UserIdentityConfiguration (reduces data security)
Additional context None