azure-sdk-for-python icon indicating copy to clipboard operation
azure-sdk-for-python copied to clipboard

ParallelJob doesn't support UserIdentityConfiguration

Open jdecroos-N opened this issue 1 year ago • 2 comments

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

jdecroos-N avatar Oct 11 '23 10:10 jdecroos-N

Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @azureml-github @Azure/azure-ml-sdk.

github-actions[bot] avatar Oct 11 '23 17:10 github-actions[bot]

@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.

bupt-wenxiaole avatar Jan 16 '24 07:01 bupt-wenxiaole