Skip to content

Commit 4b8d925

Browse files
committed
Merge branch 'main' into 38-chrisda
2 parents 9d1aafc + 5f78d8e commit 4b8d925

20 files changed

+128
-36
lines changed

.github/workflows/AutoLabelAssign.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,9 @@ jobs:
3333
ExcludedBranchList: '["branch1", "branch2"]'
3434
secrets:
3535
AccessToken: ${{ secrets.GITHUB_TOKEN }}
36+
37+
38+
39+
40+
41+

.github/workflows/AutoLabelMsftContributor.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
name: Auto label Microsoft contributors
32

43
permissions:

.github/workflows/BuildValidation.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: PR has no warnings or errors
2+
3+
permissions:
4+
pull-requests: write
5+
statuses: write
6+
7+
on:
8+
issue_comment:
9+
types: [created]
10+
11+
jobs:
12+
13+
build-status:
14+
uses: MicrosoftDocs/microsoft-365-docs/.github/workflows/Shared-BuildValidation.yml@workflows-prod
15+
with:
16+
PayloadJson: ${{ toJSON(github) }}
17+
secrets:
18+
AccessToken: ${{ secrets.GITHUB_TOKEN }}
19+
20+
21+

.github/workflows/LiveMergeCheck.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,6 @@ jobs:
1717
PayloadJson: ${{ toJSON(github) }}
1818
secrets:
1919
AccessToken: ${{ secrets.GITHUB_TOKEN }}
20+
21+
22+

.github/workflows/PrFileCount.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,6 @@ jobs:
1717
PayloadJson: ${{ toJSON(github) }}
1818
secrets:
1919
AccessToken: ${{ secrets.GITHUB_TOKEN }}
20+
21+
22+

.github/workflows/ProtectedFiles.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,6 @@ jobs:
1515
PayloadJson: ${{ toJSON(github) }}
1616
secrets:
1717
AccessToken: ${{ secrets.GITHUB_TOKEN }}
18+
19+
20+

.github/workflows/Stale.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: (Scheduled) Mark stale pull requests
2+
3+
permissions:
4+
issues: write
5+
pull-requests: write
6+
7+
on:
8+
schedule:
9+
- cron: "0 */6 * * *"
10+
workflow_dispatch:
11+
12+
jobs:
13+
stale:
14+
uses: MicrosoftDocs/microsoft-365-docs/.github/workflows/Shared-Stale.yml@workflows-prod
15+
with:
16+
RunDebug: false
17+
RepoVisibility: ${{ github.repository_visibility }}
18+
secrets:
19+
AccessToken: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/StaleBranch.yml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
name: (Scheduled) Stale branch removal
2+
3+
permissions:
4+
contents: write
5+
6+
on:
7+
schedule:
8+
- cron: "0 */12 * * *"
9+
10+
workflow_dispatch:
11+
12+
13+
jobs:
14+
15+
stale-branch:
16+
uses: MicrosoftDocs/microsoft-365-docs/.github/workflows/Shared-StaleBranch.yml@workflows-prod
17+
with:
18+
PayloadJson: ${{ toJSON(github) }}
19+
RepoBranchSkipList: '[
20+
"ExampleBranch1",
21+
"ExampleBranch2"
22+
]'
23+
ReportOnly: true
24+
secrets:
25+
AccessToken: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/TierManagement.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: Tier management
2+
3+
permissions:
4+
pull-requests: write
5+
contents: read
6+
7+
on:
8+
issue_comment:
9+
types: [created, edited]
10+
11+
jobs:
12+
13+
tier-mgmt:
14+
if: github.repository_visibility == 'private'
15+
uses: MicrosoftDocs/microsoft-365-docs/.github/workflows/Shared-TierManagement.yml@workflows-prod
16+
with:
17+
PayloadJson: ${{ toJSON(github) }}
18+
EnableWriteSignOff: 1
19+
EnableReadOnlySignoff: 1
20+
secrets:
21+
AccessToken: ${{ secrets.GITHUB_TOKEN }}

exchange/exchange-ps/exchange/Add-VivaOrgInsightsDelegatedRole.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.reviewer:
1212
# Add-VivaOrgInsightsDelegatedRole
1313

1414
## SYNOPSIS
15-
This cmdlet is available only in the Exchange Online PowerShell module v3.7.0-Preview1 or later. For more information, see [About the Exchange Online PowerShell module](https://aka.ms/exov3-module).
15+
This cmdlet is available only in the Exchange Online PowerShell module v3.7.1 or later. For more information, see [About the Exchange Online PowerShell module](https://aka.ms/exov3-module).
1616

1717
Use the Add-VivaOrgInsightsDelegatedRole cmdlet to add delegate access to the specified account (the delegate) so they can view organizational insights like the leader (the delegator).
1818

exchange/exchange-ps/exchange/Connect-ExchangeOnline.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -277,9 +277,9 @@ Accept wildcard characters: False
277277
### -AccessToken
278278
**Note**: This parameter is available in version 3.1.0 or later of the module.
279279

280-
The AccessToken parameter specifies the OAuth JSON Web Token (JWT) that's used to connect to ExchangeOnline.
280+
The AccessToken parameter specifies the OAuth JSON Web Token (JWT) that's used to connect to Exchange Online.
281281

282-
Depending on the type of access token, you need to use this parameter with the Organization, DelegatedOrganization, or UserPrincipalName parameter.
282+
Depending on the type of access token, you need to use this parameter with the Organization, DelegatedOrganization, or UserPrincipalName parameters.
283283

284284
```yaml
285285
Type: String

exchange/exchange-ps/exchange/Get-AuthenticationPolicy.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,11 +81,8 @@ The AllowLegacyExchangeTokens switch specifies whether legacy Exchange tokens ar
8181
8282
Legacy Exchange tokens include Exchange user identity and callback tokens.
8383
84-
This switch also specifies a date and time sometime within the past seven days when an add-in was either allowed or blocked from acquiring a token.
85-
8684
**Important**:
8785
88-
- An update is being deployed to enable the AllowLegacyExchangeTokens switch to specify any add-in that requested an Exchange token from the last seven days. For more information, see [Get the status of legacy Exchange Online tokens and add-ins that use them](https://learn.microsoft.com/office/dev/add-ins/outlook/turn-exchange-tokens-on-off#get-the-status-of-legacy-exchange-online-tokens-and-add-ins-that-use-them).
8986
- The AllowLegacyExchangeTokens switch returns `Not Set` if tokens haven't been explicitly allowed or blocked in your organization using the _AllowLegacyExchangeTokens_ or _BlockLegacyExchangeTokens_ parameters on the **Set-AuthenticationPolicy** cmdlet. For more information, see [Get the status of legacy Exchange Online tokens and add-ins that use them](https://learn.microsoft.com/office/dev/add-ins/outlook/turn-exchange-tokens-on-off#get-the-status-of-legacy-exchange-online-tokens-and-add-ins-that-use-them).
9087
- As of February 17 2025, legacy Exchange tokens are blocked by default in all cloud-based organizations. Although tokens are blocked by default, the AllowLegacyExchangeTokens switch still returns `Not Set` if you haven't used the _AllowLegacyExchangeTokens_ or _BlockLegacyExchangeTokens_ parameters on the **Set-AuthenticationPolicy** cmdlet. For more information, see [Nested app authentication and Outlook legacy tokens deprecation FAQ](https://learn.microsoft.com/office/dev/add-ins/outlook/faq-nested-app-auth-outlook-legacy-tokens#what-is-the-timeline-for-shutting-down-legacy-exchange-online-tokens).
9188

exchange/exchange-ps/exchange/Get-VivaOrgInsightsDelegatedRole.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.reviewer:
1212
# Get-VivaOrgInsightsDelegatedRole
1313

1414
## SYNOPSIS
15-
This cmdlet is available only in the Exchange Online PowerShell module v3.7.0-Preview1 or later. For more information, see [About the Exchange Online PowerShell module](https://aka.ms/exov3-module).
15+
This cmdlet is available only in the Exchange Online PowerShell module v3.7.1 or later. For more information, see [About the Exchange Online PowerShell module](https://aka.ms/exov3-module).
1616

1717
Use the Get-VivaOrgInsightsDelegatedRole cmdlet to view all delegates of the specified delegator. Delegate accounts can view organizational insights like the specified delegator.
1818

exchange/exchange-ps/exchange/Remove-VivaOrgInsightsDelegatedRole.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.reviewer:
1212
# Remove-VivaOrgInsightsDelegatedRole
1313

1414
## SYNOPSIS
15-
This cmdlet is available only in the Exchange Online PowerShell module v3.7.0-Preview1 or later. For more information, see [About the Exchange Online PowerShell module](https://aka.ms/exov3-module).
15+
This cmdlet is available only in the Exchange Online PowerShell module v3.7.1 or later. For more information, see [About the Exchange Online PowerShell module](https://aka.ms/exov3-module).
1616

1717
Use the Remove-VivaOrgInsightsDelegatedRole cmdlet to remove delegate access from the specified account (the delegate) so they can't view organizational insights like the leader (the delegator).
1818

exchange/exchange-ps/exchange/Set-OwaMailboxPolicy.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2195,6 +2195,8 @@ The SetPhotoEnabled parameter specifies whether users can add, change, and remov
21952195
- $true: Users can manage their photos in Outlook on the web. This is the default value.
21962196
- $false: Users can't manage their user photo in Outlook on the web.
21972197

2198+
**Note**: To control whether users can update photos for Exchange Online, see [Configure User Administrator support for profile photo updates](https://learn.microsoft.com/graph/profilephoto-configure-settings#configure-user-administrator-support-for-profile-photo-updates).
2199+
21982200
```yaml
21992201
Type: Boolean
22002202
Parameter Sets: (All)

teams/teams-ps/teams/New-CsTeamsCallingPolicy.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -671,7 +671,10 @@ Accept wildcard characters: False
671671
```
672672

673673
### -RealTimeText
674-
Allows users to use real time text during a meeting, allowing them to communicate by typing their messages in real time.
674+
>[!NOTE]
675+
>This feature has not been released yet and will have no changes if it is enabled or disabled.
676+
677+
Allows users to use real time text during a call, allowing them to communicate by typing their messages in real time.
675678

676679
Possible Values:
677680
- Enabled: User is allowed to turn on real time text.
@@ -681,6 +684,7 @@ Possible Values:
681684
Type: String
682685
Parameter Sets: (All)
683686
Aliases:
687+
Applicable: Microsoft Teams
684688
685689
Required: False
686690
Position: Named

teams/teams-ps/teams/New-CsTeamsMeetingPolicy.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1890,6 +1890,9 @@ Accept wildcard characters: False
18901890
```
18911891

18921892
### -RealTimeText
1893+
>[!NOTE]
1894+
>This feature has not been released yet and will have no changes if it is enabled or disabled.
1895+
18931896
Allows users to use real time text during a meeting, allowing them to communicate by typing their messages in real time.
18941897

18951898
Possible Values:
@@ -1900,6 +1903,7 @@ Possible Values:
19001903
Type: String
19011904
Parameter Sets: (All)
19021905
Aliases:
1906+
Applicable: Microsoft Teams
19031907
19041908
Required: False
19051909
Position: Named

teams/teams-ps/teams/Set-CsTeamsCallingPolicy.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -675,7 +675,10 @@ Accept wildcard characters: False
675675
```
676676

677677
### -RealTimeText
678-
Allows users to use real time text during a meeting, allowing them to communicate by typing their messages in real time.
678+
>[!NOTE]
679+
>This feature has not been released yet and will have no changes if it is enabled or disabled.
680+
681+
Allows users to use real time text during a call, allowing them to communicate by typing their messages in real time.
679682

680683
Possible Values:
681684
- Enabled: User is allowed to turn on real time text.
@@ -685,6 +688,7 @@ Possible Values:
685688
Type: String
686689
Parameter Sets: (All)
687690
Aliases:
691+
Applicable: Microsoft Teams
688692
689693
Required: False
690694
Position: Named

teams/teams-ps/teams/Set-CsTeamsMeetingPolicy.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1960,6 +1960,9 @@ Accept wildcard characters: False
19601960
```
19611961

19621962
### -RealTimeText
1963+
>[!NOTE]
1964+
>This feature has not been released yet and will have no changes if it is enabled or disabled.
1965+
19631966
Allows users to use real time text during a meeting, allowing them to communicate by typing their messages in real time.
19641967

19651968
Possible Values:
@@ -1970,6 +1973,7 @@ Possible Values:
19701973
Type: String
19711974
Parameter Sets: (All)
19721975
Aliases:
1976+
Applicable: Microsoft Teams
19731977
19741978
Required: False
19751979
Position: Named

teams/teams-ps/teams/Set-CsTenantFederationConfiguration.md

Lines changed: 2 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Set-CsTenantFederationConfiguration [-Tenant <Guid>]
2525
[-AllowedDomains <IAllowedDomainsChoice>] [-BlockedDomains <List>] [-BlockAllSubdomains <Boolean>]
2626
[-AllowFederatedUsers <Boolean>] [-AllowPublicUsers <Boolean>] [-AllowTeamsConsumer <Boolean>] [-AllowTeamsConsumerInbound <Boolean>]
2727
[-TreatDiscoveredPartnersAsUnverified <Boolean>] [-SharedSipAddressSpace <Boolean>] [-RestrictTeamsConsumerToExternalUserProfiles <Boolean>]
28-
[-AllowedDomainsAsAList <List>] [-ExternalAccessWithTrialTenants <ExternalAccessWithTrialTenantsType>] [-CustomizeFederation <Boolean>]
28+
[-AllowedDomainsAsAList <List>] [-ExternalAccessWithTrialTenants <ExternalAccessWithTrialTenantsType>]
2929
[-AllowedTrialTenantDomains <List>]
3030
[[-Identity] <XdsIdentity>] [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
3131
```
@@ -35,7 +35,7 @@ Set-CsTenantFederationConfiguration [-Tenant <Guid>]
3535
Set-CsTenantFederationConfiguration [-Tenant <Guid>] [-AllowedDomains <IAllowedDomainsChoice>]
3636
[-BlockedDomains <List>] [-BlockAllSubdomains <Boolean>] [-AllowFederatedUsers <Boolean>] [-AllowPublicUsers <Boolean>]
3737
[-TreatDiscoveredPartnersAsUnverified <Boolean>] [-SharedSipAddressSpace <Boolean>] [-RestrictTeamsConsumerToExternalUserProfiles <Boolean>]
38-
[-AllowedDomainsAsAList <List>] [-CustomizeFederation <Boolean>] [-Instance <PSObject>] [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
38+
[-AllowedDomainsAsAList <List>] [-Instance <PSObject>] [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
3939
```
4040

4141
## DESCRIPTION
@@ -218,13 +218,6 @@ Example 15 shows how you can remove domains from the existing Allowed Trial Tena
218218
First, a List is created and domains are added to it, then use the Remove method in the `AllowedTrialTenantDomains` parameter to remove the domains from the existing allowed domains list.
219219
When this command completes, the domains in the list will be removed from the Allowed Trial Tenant Domains list.
220220

221-
### -------------------------- Example 16 -------------------------
222-
```
223-
Set-CsTenantFederationConfiguration -CustomizeFederation $True
224-
```
225-
226-
Example 16 shows how you can enable the feature where you can customize your federation in ExternalAccessPolicy.
227-
228221
## PARAMETERS
229222

230223
### -AllowedDomains
@@ -554,22 +547,6 @@ Accept pipeline input: False
554547
Accept wildcard characters: False
555548
```
556549

557-
### -CustomizeFederation
558-
Defines if we enable more customized federation settings in ExternalAccessPolicy or not. For example, when this is true, if the `AllowedDomains` includes [a.com, b.com], but the `AllowedExternalDomains` of the ExternalAccessPolicy includes [c.com], then users assigned by the ExternalAccessPolicy will only be allowed to access c.com, all other users will have access to a.com and b.com as defined in `AllowedDomains`.
559-
Possible values: True, False
560-
561-
```yaml
562-
Type: Boolean
563-
Parameter Sets: (All)
564-
Aliases:
565-
566-
Required: False
567-
Position: Named
568-
Default value: False
569-
Accept pipeline input: False
570-
Accept wildcard characters: False
571-
```
572-
573550
### -WhatIf
574551
Describes what would happen if you executed the command without actually executing the command.
575552

0 commit comments

Comments
 (0)