I'm currently creating batch pools using azure.batch.models.PoolAddParameter()
I'm wondering how to assign a managed identity to the pool using this class. I found azure.batch.models.BatchPoolIdentity(), but cannot figure out how to assign it to the pool.
Any help would be greatly appreciated.