Azure / autorest.powershell

AutoRest PowerShell Generator
MIT License
112 stars 83 forks source link

Need replacement for '-DefaultProfile' parameter which is supported by handcrafted modules #1143

Open dolauli opened 1 year ago

dolauli commented 1 year ago

For '-DefaultProfile' in handcrafted module, we could support to specify subscription, tenant, and accounts. And for cmdlets generated by autorest.powershell, we just partially support the functionality of '-DefaultProfile' by supporting the subscriptionId parameter.

Related Azure PowerShell issues https://github.com/Azure/azure-powershell/issues/21485