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

Get-PnP Term Not getting deprecated Terms from Managed Metadata Store in Sharepoint Onine #1277

Closed
1 task
knaveenstar opened this issue Oct 19, 2021 · 1 comment · Fixed by #1903
Closed
1 task
Assignees
Labels
bug Something isn't working

Comments

@knaveenstar
Copy link

knaveenstar commented Oct 19, 2021

Reporting an Issue or Missing Feature

I try to get terms from Terms store but deprecated terms are missing while retrieving the terms. I am using Get-PnPTerm commend to get pnp term but its not retrving the deprecated terms.

$Term= Get-PnPTerm -Identity "FS-60" -TermSet "Supplier Hierarchy" -TermGroup "ProductHierarchy" -Recursive -Includes Parent -ErrorAction SilentlyContinue

Expected behavior

It should get the term value

Actual behavior

Its return null value

Which operating system/environment are you running PnP PowerShell on?

  • Windows
@knaveenstar knaveenstar added the bug Something isn't working label Oct 19, 2021
@gautamdsheth gautamdsheth self-assigned this May 26, 2022
gautamdsheth added a commit to gautamdsheth/powershell that referenced this issue May 26, 2022
gautamdsheth added a commit that referenced this issue May 31, 2022
* #1277 - retrieve deprecated terms

* Added changelog
@gautamdsheth
Copy link
Collaborator

Thanks for raising this issue
We have fixed it in the nightly builds. It will be available tomorrow
Please use the -IncludeDeprecated parameter with Get-PnPTerm.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants