Forum Discussion

jorfermo's avatar
jorfermo
Copper Contributor
Apr 17, 2024

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-desktopvirtualization/azure.mgmt.desktopvirtualization.models.applicationgroup?view=azure-python

Is there any other way to get which users are assigned to that application group?

2 Replies

  • tommykneetz's avatar
    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's avatar
      jorfermo
      Copper Contributor

      tommykneetz thanks for the answer. 

      Unfortunately powershell is not an option. I need to do it in python. 

Resources