-
Notifications
You must be signed in to change notification settings - Fork 395
Closed
Labels
bugSomething isn't workingSomething isn't workingreproducedIssue reproduced after testingIssue reproduced after testing
Description
Reporting an Issue or Missing Feature
Get-PnPPropertyBag stops returning changes in the same PowerShell session after the first run unless you use Set-PnPPropertyBagValue in the same session to change it.
The HTTP request sent to SharePoint uses XML that wouldn't load anything:
Expected behavior
Running Get-PnPPropertyBag should get the latest information from the property bag for each run.
Actual behavior
Running Get-PnPPropertyBag only gets the latest information from the property bag for the first run.
Steps to reproduce behavior
- Get-PnPPropertyBag
- In a different PowerShell session, use Set-PnPPropertyBag to set the value.
- Get-PnPPropertyBag #note, the update isn't reflected.
What is the version of the Cmdlet module you are running?
2.12.0 and 2.99.165
Which operating system/environment are you running PnP PowerShell on?
- Windows
- Linux
- MacOS
- Azure Cloud Shell
- Azure Functions
- Other : please specify
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingreproducedIssue reproduced after testingIssue reproduced after testing