Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Get-PnPTenantSite -Template "<template>" should not be case sensitive #1717

Closed
joerodgers opened this issue Mar 23, 2022 · 0 comments · Fixed by #1773
Closed

[FEATURE] Get-PnPTenantSite -Template "<template>" should not be case sensitive #1717

joerodgers opened this issue Mar 23, 2022 · 0 comments · Fixed by #1773
Assignees
Labels
enhancement New feature or request

Comments

@joerodgers
Copy link

When executing the following results are returned as expected.

Get-PnPTenantSite -Template "RedirectSite#0"

When executing the following results are not returned. This call should not be case sensitive.

Get-PnPTenantSite -Template "REDIRECTSITE#0"

The template equality match code is here: https://github.com/pnp/powershell/blob/dev/src/Commands/Admin/GetTenantSite.cs#L103

@joerodgers joerodgers added the enhancement New feature or request label Mar 23, 2022
@gautamdsheth gautamdsheth self-assigned this Mar 31, 2022
gautamdsheth added a commit to gautamdsheth/powershell that referenced this issue Apr 16, 2022
KoenZomers added a commit that referenced this issue Apr 20, 2022
Fix #1717 - issue with Get-PnPTenantSite case sensitivity
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants