Commit Graph

41379 Commits

Author SHA1 Message Date
9deaa3f1d7 Adding compatible regions
Update Compliance is only compatible with certain regions. Customers have run into issues configuring for newer Log Analytics regions that do not support Update Compliance. Adding the list of regions in onboarding for reference.
2021-04-26 14:22:18 -04:00
f7bbd77341 Merge pull request #9440 from NagaCSC/patch-14
federation with AADJ
2021-04-26 11:15:45 -07:00
79b50f7fb3 Update windows/security/identity-protection/hello-for-business/hello-how-it-works-authentication.md
Co-authored-by: JohanFreelancer9 <48568725+JohanFreelancer9@users.noreply.github.com>
2021-04-26 11:15:18 -07:00
6018226c10 trying to adjust TOC 2021-04-26 10:33:11 -07:00
a769af4e93 Merge branch 'master' of https://github.com/MicrosoftDocs/windows-docs-pr into DSplatform 2021-04-26 09:49:23 -07:00
78aafe54c6 trying a different TOC arrangement 2021-04-26 09:49:05 -07:00
bcbaaf4db9 Merge branch 'master' into repo_sync_working_branch 2021-04-26 10:34:45 -06:00
11e6746096 Merge pull request #9442 from joinimran/patch-153
Update in Installation Notes
2021-04-26 09:31:34 -07:00
343f62e3a5 Update servicing-stack-updates.md
Editing to replace "via" (we don't use "via") and fixing grammar.
2021-04-26 09:31:21 -07:00
9803e38c26 Merge pull request #9454 from MaratMussabekov/patch-276
remove win 10 mobile from article
2021-04-26 09:28:21 -07:00
34dc12f9e5 Merge branch 'master' of https://github.com/MicrosoftDocs/windows-docs-pr into DSplatform 2021-04-26 09:18:58 -07:00
705808246b adding images 2021-04-26 09:18:38 -07:00
ce972bbfdc Merge branch 'master' into repo_sync_working_branch 2021-04-26 09:39:10 -06:00
22a35f286c Merge branch 'master' into nimishasatapathy-4852875-phase6 2021-04-26 08:28:01 -07:00
8edea9b186 Merge branch 'master' into master 2021-04-26 09:03:15 -06:00
b7c4a7982a Updated 2021-04-26 15:34:22 +05:30
1235d979a1 Updated 2021-04-26 00:47:16 +05:30
8c2cd5222b Update enforce-windows-defender-application-control-policies.md 2021-04-25 12:05:04 -07:00
1b464a4e5e Updated 2021-04-26 00:30:33 +05:30
169d9f18e6 Updated 2021-04-26 00:22:17 +05:30
69c16d531c Updated 2021-04-26 00:09:03 +05:30
0ef901195f Update hello-hybrid-aadj-sso-cert.md 2021-04-25 23:14:23 +05:00
7052c7daa5 minor grammar: present tense, third person singular
- represent > represents

Co-authored-by: JohanFreelancer9 <48568725+JohanFreelancer9@users.noreply.github.com>
2021-04-25 12:06:19 +02:00
c23a9d21ad minor grammar: present tense, third person singular
- represent > represents

Co-authored-by: JohanFreelancer9 <48568725+JohanFreelancer9@users.noreply.github.com>
2021-04-25 12:05:54 +02:00
917a4d276d grammar / typo
- There > These

Co-authored-by: JohanFreelancer9 <48568725+JohanFreelancer9@users.noreply.github.com>
2021-04-25 12:03:44 +02:00
d2e80a729a grammar; missing infinitive marker
- "have be" > have to be

Co-authored-by: JohanFreelancer9 <48568725+JohanFreelancer9@users.noreply.github.com>
2021-04-25 12:02:21 +02:00
b8e8934dc2 minor grammar: compound noun "thumbprint"
- "thumb print" > thumbprint

Co-authored-by: JohanFreelancer9 <48568725+JohanFreelancer9@users.noreply.github.com>
2021-04-25 12:00:29 +02:00
a8f61c1efd grammar improvements
- Example > For example
- must a > must be a
- (missing end dot added).

Co-authored-by: JohanFreelancer9 <48568725+JohanFreelancer9@users.noreply.github.com>
2021-04-25 11:58:54 +02:00
08abc8ff4a Update enforce-windows-defender-application-control-policies.md 2021-04-24 10:50:54 -07:00
f9a95bc467 Update waas-servicing-channels-windows-10-updates.md 2021-04-24 21:01:56 +05:00
65e31cc882 Update policy-configuration-service-provider.md 2021-04-24 20:49:29 +05:00
6001966c83 Update windows/client-management/mdm/networkqospolicy-csp.md
Co-authored-by: JohanFreelancer9 <48568725+JohanFreelancer9@users.noreply.github.com>
2021-04-24 20:04:11 +05:00
828a14d89b Update windows/client-management/mdm/networkqospolicy-csp.md
Co-authored-by: JohanFreelancer9 <48568725+JohanFreelancer9@users.noreply.github.com>
2021-04-24 20:04:04 +05:00
b0bb3af919 Update windows/client-management/mdm/networkqospolicy-csp.md
Co-authored-by: JohanFreelancer9 <48568725+JohanFreelancer9@users.noreply.github.com>
2021-04-24 20:03:57 +05:00
594bfb310b MarkDown update: replace deprecated HTML tags
- As requested in issue ticket #9449
(**<strong> tags causing issue in localized articles**),
this Pull Request aims to remove HTML tags known to cause layout and
readability issues in the MS Docs document pages, Frame Overflow being
a frequent and obvious layout-breaking issue in translated articles.

Changes proposed:
- Replace HTML tag <strong> </strong> with its MD equivalent ** **
- Replace single asterisk * with underscore _ (when combined with **)
- Simplify usage of bold formatting (** **) to only the outer pair
- Replace HTML tag <em> </em> with MarkDown underscore _ _

Whitespace changes:
- Remove redundant end-of-line (EOL) blanks (trailing space)
- Normalize spacing in numbered lists and bullet point lists to 1 space
- Replace end-of-file (EOF) consecutive blank lines with 1 NewLine
- Normalize layout spacing in MarkDown tables (consistency)
- Normalize layout to 1 blank line after H2, H3, H4 headings
- Allow up to 2 blank lines spacing (not 3 or more), ex. H1 page title

Closes #9449
2021-04-24 11:49:32 +02:00
cc5989f5a5 Update windows/security/identity-protection/hello-for-business/hello-how-it-works-authentication.md
Co-authored-by: JohanFreelancer9 <48568725+JohanFreelancer9@users.noreply.github.com>
2021-04-23 19:07:52 -07:00
387603e22e Update windows/security/identity-protection/hello-for-business/hello-how-it-works-authentication.md
Co-authored-by: JohanFreelancer9 <48568725+JohanFreelancer9@users.noreply.github.com>
2021-04-23 19:07:26 -07:00
7c0c6476c4 Update plan-windows-defender-application-control-management.md 2021-04-23 16:05:07 -07:00
b789b8a13c Update overview-of-threat-mitigations-in-windows-10.md 2021-04-23 16:01:55 -07:00
dd6e3491fb Update windows/deployment/update/servicing-stack-updates.md
Co-authored-by: Trond B. Krokli <38162891+illfated@users.noreply.github.com>
2021-04-24 03:39:28 +05:00
0fd3204ef7 Update safety-scanner-download.md
update file name in link
2021-04-23 15:33:02 -07:00
79baead0da Update faq-md-app-guard.md 2021-04-23 15:22:28 -07:00
7071c2cbe7 TOC fu 2021-04-23 11:34:18 -07:00
8d5c19c8c8 trying to make the TOC.yml happy 2021-04-23 11:29:36 -07:00
358df81f2e fixes based on feedback 2021-04-23 11:16:26 -07:00
872c5e87a3 fixing issues 2021-04-23 10:24:04 -07:00
c27ca25362 removing images 2021-04-23 10:17:45 -07:00
3b62b5f0c9 Merge branch 'master' of https://github.com/MicrosoftDocs/windows-docs-pr into DSplatform 2021-04-23 10:16:16 -07:00
8a144e02db new articles on deployment service 2021-04-23 10:15:55 -07:00
4dfce73fbe Merge branch 'master' of https://github.com/MicrosoftDocs/windows-docs-pr into FAQ-YML-Conversion-greglin 2021-04-23 22:09:57 +05:30