Skip to content

Get-AzureResourceGalleryTemplate doesn't like to filter... #128

@bmoore-msft

Description

@bmoore-msft

This returns a template from the gallery that has CategoryIds...
PS C:> Get-AzureResourceGroupGalleryTemplate -Identity Microsoft.WebSiteDeploy.0.2.5-preview

This should also return that template, but doesn't...
PS C:> Get-AzureResourceGroupGalleryTemplate | Where-Object {$_.CategoryIds -like "show"}

I tried a few other broader filters and get the same result.

Metadata

Metadata

Assignees

No one assigned

    Labels

    ARMService AttentionThis issue is responsible by Azure service team.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions