Forum Discussion
jorfermo
Apr 17, 2024Copper Contributor
Get user assignments to Azure AVD application group with python sdk
I'm trying to get the assignments of an AVD application group, but I do not see any way to do it in the python azure sdk: https://learn.microsoft.com/en-us/python/api/azure-mgmt-desktopvirtualizatio...
tommykneetz
Iron Contributor
you could use powershell... https://learn.microsoft.com/en-us/answers/questions/1377729/azure-virtual-desktop-get-list-of-users-groups-**bleep**
jorfermo
Apr 17, 2024Copper Contributor
tommykneetz thanks for the answer.
Unfortunately powershell is not an option. I need to do it in python.