Enhance the m365 pa app list command with a option to specify the environment using following option:
-e, --environment [environment]
Implement in code using the following statement in the get request:
https://{powerAppsEndpoint}/providers/Microsoft.PowerApps/scopes/admin/environments/{environment}/)'
Enhance the m365 pa app list command with a option to retrieve data as admin :
--asAdmin
Implement in code using the following statement in the get request:
../providers/Microsoft.PowerApps/scopes/admin/..
Enhance the
m365 pa app listcommand with a option to specify the environment using following option:-e, --environment [environment]Implement in code using the following statement in the get request:
https://{powerAppsEndpoint}/providers/Microsoft.PowerApps/scopes/admin/environments/{environment}/)'Enhance the
m365 pa app listcommand with a option to retrieve data as admin :--asAdminImplement in code using the following statement in the get request:
../providers/Microsoft.PowerApps/scopes/admin/..