You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Many bugs reported are actually related to the PnP Framework which is used behind the scenes. Consider carefully where to report an issue:
Are you using Invoke-PnPSiteTemplate or Get-PnPSiteTemplate? The issue is most likely related to the Provisioning Engine. The Provisioning engine is not located in the PowerShell repo. Please report the issue here: https://github.com/pnp/pnpframework/issues.
No
Is the issue related to the cmdlet itself, its parameters, the syntax, or do you suspect it is the code of the cmdlet that is causing the issue? Then please continue reporting the issue in this repo.
Code
I am running Get-PnPSiteCollectionAppCatalogs and I realized that if a site url was updated for site collection app catalog its not updated in the output of the command.
Get-PnPSiteCollectionAppCatalogs
Expected behavior
Please describe what output you expect to see from the PnP PowerShell Cmdlets
The output will include updated url for the sitecollectionappcatalog instead of the original url
Actual behavior
Please describe what you see instead. Please provide samples of output or screenshots.
The output is including the old sitecollectionappcatalog
Steps to reproduce behavior
Please include complete script or code samples in-line or linked from gists
$data = Get-PnPSiteCollectionAppCatalogs
What is the version of the Cmdlet module you are running?
(you can retrieve this by executing Get-Module -Name "PnP.PowerShell" -ListAvailable)
1.10.0
Which operating system/environment are you running PnP PowerShell on?
Windows
The text was updated successfully, but these errors were encountered:
potluri96
changed the title
[BUG] Get-PnPSiteCollectionAppCatalogs showing old site urls after the site is renamed
[BUG] Get-PnPSiteCollectionAppCatalogs showing old site urls after the site is renamed and url changed
Jun 27, 2022
Notice
Many bugs reported are actually related to the PnP Framework which is used behind the scenes. Consider carefully where to report an issue:
Invoke-PnPSiteTemplate
orGet-PnPSiteTemplate
? The issue is most likely related to the Provisioning Engine. The Provisioning engine is not located in the PowerShell repo. Please report the issue here: https://github.com/pnp/pnpframework/issues.No
Code
No
Reporting an Issue or Missing Feature
Please confirm what it is that your reporting
I am running Get-PnPSiteCollectionAppCatalogs and I realized that if a site url was updated for site collection app catalog its not updated in the output of the command.
Get-PnPSiteCollectionAppCatalogs
Expected behavior
Please describe what output you expect to see from the PnP PowerShell Cmdlets
The output will include updated url for the sitecollectionappcatalog instead of the original url
Actual behavior
Please describe what you see instead. Please provide samples of output or screenshots.
The output is including the old sitecollectionappcatalog
Steps to reproduce behavior
Please include complete script or code samples in-line or linked from gists
$data = Get-PnPSiteCollectionAppCatalogs
What is the version of the Cmdlet module you are running?
(you can retrieve this by executing
Get-Module -Name "PnP.PowerShell" -ListAvailable
)1.10.0
Which operating system/environment are you running PnP PowerShell on?
The text was updated successfully, but these errors were encountered: