We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Fix pnp#1717 - issue with Get-PnPTenantSite case sensitivity
7e9452b
Merge pull request #1773 from gautamdsheth/bugfix/1717
db6ed5d
Fix #1717 - issue with Get-PnPTenantSite case sensitivity
gautamdsheth
Successfully merging a pull request may close this issue.
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
The text was updated successfully, but these errors were encountered: