Open
Description
Hi,
I think I found an issue with the azure-ps manifest, it states:
"psmodule": {
"name": "AzureRM"
},
yet that's the old naming, with the release of a version that runs on other operating systems as well then Windows it was renamed to 'Az'.
Related docs over here, mentioning:
Install-Module -Name Az
I'm not sure how scoop handles this but I'm assuming that the manifest needs to be corrected to:
"psmodule": {
"name": "Az"
},
I've been having issues with the Azure powershell module (cmdlets not found exceptions) after performing an installation with scoop so this would explain allot
Let me know if this is correct, I'll PR a modification