Skip to content

Commit 253cf28

Browse files
authored
Merge branch 'dev' into patch-1
2 parents 2f30a45 + 6eed978 commit 253cf28

File tree

8 files changed

+3486
-3494
lines changed

8 files changed

+3486
-3494
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
3131
- Added `-ExcludeDeprecated` to `Export-PnpTaxonomy` which allows for deprecated terms to be excluded from the export [#4053](https://github.com/pnp/powershell/pull/4053)
3232
- Added `-HidePeoplePreviewingFiles` to `Set-PnPSite` which allows for hiding the people previewing files feature on a site [#4416](https://github.com/pnp/powershell/pull/4416)
3333
- Added `-AllowWebPropertyBagUpdateWhenDenyAddAndCustomizePagesIsEnabled` to `Set-PnPTenant` which allows for updating of web property bag when DenyAddAndCustomizePages is enabled [#4508](https://github.com/pnp/powershell/pull/4508)
34+
- Added `SiteId` to the output of `Get-PnPTenantSite` [#4527](https://github.com/pnp/powershell/pull/4527)
3435

3536
### Changed
3637

@@ -65,6 +66,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
6566
- Fixed `Get-PnPAzureADAppSitePermission`, `Grant-PnPAzureADAppSitePermission` and `Revoke-PnPAzureADAppSitePermission` cmdlets throwing an error when the site URL is not specified and the app registration used only having Graph permissions [#4421](https://github.com/pnp/powershell/pull/4421)
6667
- Fixed `Get-PnPTerm` cmdlet not working correctly when `-ParentTerm` parameter is specified. [#4454](https://github.com/pnp/powershell/pull/4454)
6768
- Fixed the PnP PowerShell version check to only check nightly version in nightly builds and major version in release builds. [#4453](https://github.com/pnp/powershell/pull/4453)
69+
- Fixed `-ConsistencyLevelEventual` flag on `Invoke-PnPGraphMethod` to work correctly. [#4523](https://github.com/pnp/powershell/pull/4523)
70+
- Fixed `Get-PnPServiceHealthIssue` returning an error when certain service states were active [#4530](https://github.com/pnp/powershell/pull/4530)
6871

6972
### Removed
7073

@@ -78,6 +81,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
7881
### Contributors
7982

8083
- Steve Beaugé [stevebeauge]
84+
- [reusto]
85+
- Fredrik Thorild [fthorild]
8186
- San [sankarkumar23]
8287
- Christian Veenhuis [ChVeen]
8388
- Nishkalank Bezawada [NishkalankBezawada]
@@ -533,7 +538,6 @@ Fixed app registration on Windows
533538
- Kunj Balkrishna Sangani [kunj-sangani]
534539
- Dayana Hristova [makarovv]
535540
- Rodrigo Pinto [ScoutmanPt]
536-
- [reusto]
537541
- Reshmee Auckloo [reshmee011]
538542
- Dan Toft [Tanddant]
539543
- [reusto]

pages/articles/microsoftsearch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ You can define how the items coming from your custom source will be shown in the
213213
"items": [
214214
{
215215
"type": "Image",
216-
"url": "https://searchuxcdn.blob.core.windows.net/designerapp/images/DefaultMRTIcon.png",
216+
"url": "${iconUrl}",
217217
"horizontalAlignment": "Center",
218218
"size": "Small"
219219
}

pnpframework_hash.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
f80115cc57a8f7634ccc42ed6e2e5f0e586c9848
1+
c774fcfcc3b317f29570ad5c20316e5916aeba98

0 commit comments

Comments
 (0)