Merged PR 8160: fixing UHF for privacy node

This commit is contained in:
Dani Halfin
2018-05-11 19:16:07 +00:00
parent 319b4ff040
commit ea38b409fb

View File

@ -9,8 +9,6 @@
"exclude": [ "exclude": [
"**/obj/**", "**/obj/**",
"**/includes/**", "**/includes/**",
"_themes/**",
"_themes.pdf/**",
"README.md", "README.md",
"LICENSE", "LICENSE",
"LICENSE-CODE", "LICENSE-CODE",
@ -22,21 +20,28 @@
{ {
"files": [ "files": [
"**/*.png", "**/*.png",
"**/*.jpg" "**/*.jpg",
"**/*.gif"
], ],
"exclude": [ "exclude": [
"**/obj/**", "**/obj/**",
"**/includes/**", "**/includes/**"
"_themes/**",
"_themes.pdf/**"
] ]
} }
], ],
"overwrite": [], "overwrite": [],
"externalReference": [], "externalReference": [],
"globalMetadata": { "globalMetadata": {
"uhfHeaderId": "MSDocsHeader-WindowsIT",
"breadcrumb_path": "/windows/privacy/breadcrumb/toc.json", "breadcrumb_path": "/windows/privacy/breadcrumb/toc.json",
"extendBreadcrumb": true "extendBreadcrumb": true,
"ms.technology": "windows",
"ms.topic": "article",
"ms.author": "daniha",
"ms.date": "05/10/2018",
"feedback_system": "GitHub",
"feedback_github_repo": "MicrosoftDocs/windows-itpro-docs",
"feedback_product_url": "https://support.microsoft.com/help/4021566/windows-10-send-feedback-to-microsoft-with-feedback-hub-app"
}, },
"fileMetadata": {}, "fileMetadata": {},
"template": [], "template": [],