Skip to content

Conversation

@lucafrance
Copy link
Contributor

@lucafrance lucafrance commented Dec 30, 2025

The format of the syntax section is inconsistent.

Update all expressions in the form

`_expression_. `Property`

to

_expression_.**Property**

Update all expressions in the form _expression_.Property(**_arg1_**, **_arg2_**, …) to _expression_.Property(_arg1_, _arg2_, …).

The format of the syntax section is inconsistent.
Update all expressions in the form `_expression_. `Property`` to `_expression_.**Property**`.

Search pattern: `(_[^_]+_\.)\s*`([^`]+)``
Replace pattern: `$1**$2**`
The format of the syntax section is inconsistent.
Update all expressions in the form `_expression_.Property(**_arg1_**, **_arg2_**, …)` to `_expression_.Property(_arg1_, _arg2_, …)`.

1 argument
- Search pattern: `(_[^_]+_\.\*\*[^*]+\*\*)\s*\(\s*\*\*(_[^*]+_)\*\*\s*\)`
- Replace pattern: `$1($2)`

2 arguments
- Search pattern: `(_[^_]+_\.\*\*[^*]+\*\*)\s*\(\s*\*\*(_[^*]+_)\*\*\s*,\s*\*\*(_[^*]+_)\*\*\s*\)`
- Replace pattern: `$1($2, $3)`

3 arguments
- Search pattern: `(_[^_]+_\.\*\*[^*]+\*\*)\s*\(\s*\*\*(_[^*]+_)\*\*\s*,\s*\*\*(_[^*]+_)\*\*\s*,\s*\*\*(_[^*]+_)\*\*\s*\)`
- Replace pattern: `$1($2, $3, $4)`

4 arguments
- Search pattern: `(_[^_]+_\.\*\*[^*]+\*\*)\s*\(\s*\*\*(_[^*]+_)\*\*\s*,\s*\*\*(_[^*]+_)\*\*\s*,\s*\*\*(_[^*]+_)\*\*\s*,\s*\*\*(_[^*]+_)\*\*\s*\)`
- Replace pattern: `$1($2, $3, $4, $5)`
@learn-build-service-prod
Copy link
Contributor

PoliCheck Scan Report

The following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 and severity-2 issues. The AI Review Details column lists suggestions for either removing or replacing the terms. If you find a false positive result, mention it in a PR comment and include this text: #policheck-false-positive. This feedback helps reduce false positives in future scans.

✅ No issues found

More information about PoliCheck

Information: PoliCheck | Severity Guidance | Term
For any questions: Try searching the learn.microsoft.com contributor guides or post your question in the Learn support channel.

@learn-build-service-prod
Copy link
Contributor

Learn Build status updates of commit f260257:

✅ Validation status: passed

File Status Preview URL Details
api/Access.CodeProject.IsSQLBackend.md ✅Succeeded View
api/Outlook.Account.AccountType.md ✅Succeeded View
api/Outlook.Account.AutoDiscoverConnectionMode.md ✅Succeeded View
api/Outlook.Account.AutoDiscoverXml.md ✅Succeeded View
api/Outlook.Account.CurrentUser.md ✅Succeeded View
api/Outlook.Account.DeliveryStore.md ✅Succeeded View
api/Outlook.Account.ExchangeConnectionMode.md ✅Succeeded View
api/Outlook.Account.ExchangeMailboxServerName.md ✅Succeeded View
api/Outlook.Account.ExchangeMailboxServerVersion.md ✅Succeeded View
api/Outlook.Account.GetAddressEntryFromID.md ✅Succeeded View
api/Outlook.Account.GetRecipientFromID.md ✅Succeeded View
api/Outlook.Account.SmtpAddress.md ✅Succeeded View
api/Outlook.AccountRuleCondition.Account.md ✅Succeeded View
api/Outlook.AccountRuleCondition.ConditionType.md ✅Succeeded View
api/Outlook.Accounts.AutoDiscoverComplete.md ✅Succeeded View
api/Outlook.AccountSelector.SelectedAccount.md ✅Succeeded View
api/Outlook.AccountSelector.SelectedAccountChange.md ✅Succeeded View
api/Outlook.Action.CopyLike.md ✅Succeeded View
api/Outlook.Action.Execute.md ✅Succeeded View
api/Outlook.Action.MessageClass.md ✅Succeeded View
api/Outlook.Action.ReplyStyle.md ✅Succeeded View
api/Outlook.Action.ResponseStyle.md ✅Succeeded View
api/Outlook.Action.ShowOn.md ✅Succeeded View
api/Outlook.AddressEntries.GetFirst.md ✅Succeeded View
api/Outlook.AddressEntries.GetLast.md ✅Succeeded View

This comment lists only the first 25 files in the pull request.
For more details, please refer to the build report.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant