Skip to content

Commit 69931d4

Browse files
authored
Merge branch 'dev' into tenantsetting
2 parents 8b05513 + 0f21309 commit 69931d4

16 files changed

+5256
-5463
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
3030
- Added `Restore-PnPFlow` cmdlet which allows for undeleting a flow within 21 days of deletion. [#4415](https://github.com/pnp/powershell/pull/4415)
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)
33+
- 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)
3335

3436
### Changed
3537

@@ -64,6 +66,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
6466
- 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)
6567
- Fixed `Get-PnPTerm` cmdlet not working correctly when `-ParentTerm` parameter is specified. [#4454](https://github.com/pnp/powershell/pull/4454)
6668
- 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)
6771

6872
### Removed
6973

@@ -76,6 +80,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
7680

7781
### Contributors
7882

83+
- Steve Beaugé [stevebeauge]
84+
- [reusto]
85+
- Fredrik Thorild [fthorild]
7986
- San [sankarkumar23]
8087
- Christian Veenhuis [ChVeen]
8188
- Nishkalank Bezawada [NishkalankBezawada]
@@ -531,7 +538,6 @@ Fixed app registration on Windows
531538
- Kunj Balkrishna Sangani [kunj-sangani]
532539
- Dayana Hristova [makarovv]
533540
- Rodrigo Pinto [ScoutmanPt]
534-
- [reusto]
535541
- Reshmee Auckloo [reshmee011]
536542
- Dan Toft [Tanddant]
537543
- [reusto]

documentation/Get-PnPUPABulkImportStatus.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,15 @@ Get-PnPUPABulkImportStatus [-JobId <Guid>] [-IncludeErrorDetails] [-Connection <
2727
## DESCRIPTION
2828
Retrieve information about the status of submitted user profile bulk upload jobs.
2929

30+
Possible statuses are defined in the [ImportProfilePropertiesJobState enumeration](https://learn.microsoft.com/previous-versions/office/sharepoint-csom/mt643017(v=office.15)):
31+
32+
- Unknown
33+
- Submitted
34+
- Processing
35+
- Queued
36+
- Succeeded
37+
- Error
38+
3039
## EXAMPLES
3140

3241
### EXAMPLE 1
@@ -103,5 +112,4 @@ Accept wildcard characters: False
103112
104113
## RELATED LINKS
105114
106-
[Microsoft 365 Patterns and Practices](https://aka.ms/m365pnp)
107-
115+
[Microsoft 365 Patterns and Practices](https://aka.ms/m365pnp)

documentation/Set-PnPTenant.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,20 @@ Accept pipeline input: False
245245
Accept wildcard characters: False
246246
```
247247
248+
### -AllowWebPropertyBagUpdateWhenDenyAddAndCustomizePagesIsEnabled
249+
Enables or disables web property bag update when DenyAddAndCustomizePages is enabled. When AllowWebPropertyBagUpdateWhenDenyAddAndCustomizePagesIsEnabled is set to $true, web property bag can be updated even if DenyAddAndCustomizePages is turned on when the user had AddAndCustomizePages (prior to DenyAddAndCustomizePages removing it).
250+
251+
```yaml
252+
Type: Boolean
253+
Parameter Sets: (All)
254+
255+
Required: False
256+
Position: Named
257+
Default value: None
258+
Accept pipeline input: False
259+
Accept wildcard characters: False
260+
```
261+
248262
### -ApplyAppEnforcedRestrictionsToAdHocRecipients
249263
When the feature is enabled, all guest users are subject to conditional access policy. By default guest users who are accessing SharePoint Online files with pass code are exempt from the conditional access policy.
250264

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-
f7d521ed83f57100173afeb350696519e4a99640
1+
c774fcfcc3b317f29570ad5c20316e5916aeba98

pnppowershell_hash.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1ea6ec02d8ff7fe548f0cac501f634f356e22ae9
1+
e472f318afef688915e5e52941e748f032a03140

0 commit comments

Comments
 (0)