Create Pool in azure batch with user assigned managed identity
We are migrating our Python solution from Service Principal Name (SPN) to Managed Identity (MI) based authentication. We have made the necessary changes to the python code to enable authentication with MI. Now, we are trying to create a batch pool with a user-assigned managed identity. Below is the Python code we have written: