diff --git a/CHANGELOG.md b/CHANGELOG.md index b7128e5c4..41650dff9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,6 +30,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). ### Contributors +- [PowerBugi] - Ganesh Sanap [ganesh-sanap] - Siddharth Vaghasia [siddharth-vaghasia] - Giacomo Pozzoni [jackpoz] diff --git a/MIGRATE-1.0-to-2.0.md b/MIGRATE-1.0-to-2.0.md index 3354aa0f6..a623896fb 100644 --- a/MIGRATE-1.0-to-2.0.md +++ b/MIGRATE-1.0-to-2.0.md @@ -57,7 +57,7 @@ Using PnP PowerShell in Azure functions ? You might be required to change the Pn | ----------- | ---------------------- | -------------------- | --------------------- | | New-PnPTenantSite | Force | - | The parameter was obsolete and not used. It has been removed. | | Set-PnPTenantSite | BlockDownloadOfNonViewableFiles | AllowDownloadingNonWebViewableFiles | The parameter was obsolete and hence removed. Use `AllowDownloadingNonWebViewableFiles` | -| Connect-PnPOnline | NoTelemetry | - | The parameter was obsolete and hence removed. Use `$env:PNP_DISABLETELEMETRY` environment variable or `Disable-PnPTelemetry/Enable-PnPTelemetry` cmdlet | +| Connect-PnPOnline | NoTelemetry | - | The parameter was obsolete and hence removed. Use `$env:PNPPOWERSHELL_DISABLETELEMETRY` environment variable or `Disable-PnPTelemetry/Enable-PnPTelemetry` cmdlet | | Connect-PnPOnline | NoVersionCheck | - | The parameter was obsolete and hence removed. Use `$env:PNPPOWERSHELL_UPDATECHECK` environment variable | | Disconnect-PnPOnline | Connection | - | The parameter was obsolete and hence removed. | | Request-PnPAccessToken | Resource | Scopes | The parameter was obsolete and hence removed. Use `Scopes` instead | @@ -90,4 +90,4 @@ Using PnP PowerShell in Azure functions ? You might be required to change the Pn - The output type of `Get-PnPAzureADGroupMember` has changed to `PnP.PowerShell.Commands.Model.Microsoft365User` - The output type of `Get-PnPAzureADGroup` has changed to `PnP.PowerShell.Commands.Model.Graph.Group` - The output type of `New-PnPAzureADGroup` has changed to `PnP.PowerShell.Commands.Model.Graph.Group` -- The output type of `Get-PnPUserProfileProperty` has changed to `SortedDictionary` \ No newline at end of file +- The output type of `Get-PnPUserProfileProperty` has changed to `SortedDictionary`