Skip to content

azure-ps: invalid module #2075

Open
Open
@MichielVanwelsenaere

Description

@MichielVanwelsenaere

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions