Azure / azure-sdk-for-python

This repository is for active development of the Azure SDK for Python. For consumers of the SDK we recommend visiting our public developer docs at https://learn.microsoft.com/python/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-python.
MIT License
4.53k stars 2.76k forks source link

ParallelJob doesn't support UserIdentityConfiguration #32428

Open jdecroos-N opened 11 months ago

jdecroos-N commented 11 months ago

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

github-actions[bot] commented 11 months ago

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

bupt-wenxiaole commented 8 months ago

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