From b0d2c59e8c7e6902df6c8de036412ef4b073a6b9 Mon Sep 17 00:00:00 2001 From: saldana Date: Wed, 3 Aug 2016 16:50:30 +0000 Subject: [PATCH 01/10] Initialize open publishing repository: https://github.com/Microsoft/win-cpub-itpro-docs of branch master --- .openpublishing.publish.config.json | 2 +- devices/hololens/TOC.md | 1 + devices/hololens/docfx.json | 37 +++++++++++++++++++++++++++++ devices/hololens/index.md | 1 + 4 files changed, 40 insertions(+), 1 deletion(-) create mode 100644 devices/hololens/TOC.md create mode 100644 devices/hololens/docfx.json create mode 100644 devices/hololens/index.md diff --git a/.openpublishing.publish.config.json b/.openpublishing.publish.config.json index ec7f86cf0e..0e0a061c84 100644 --- a/.openpublishing.publish.config.json +++ b/.openpublishing.publish.config.json @@ -27,7 +27,7 @@ }, { "docset_name": "itpro-hololens", - "build_source_folder": "itpro-hololens", + "build_source_folder": "devices/hololens", "build_output_subfolder": "itpro-hololens", "locale": "en-us", "version": 0, diff --git a/devices/hololens/TOC.md b/devices/hololens/TOC.md new file mode 100644 index 0000000000..06913f7aef --- /dev/null +++ b/devices/hololens/TOC.md @@ -0,0 +1 @@ +# [Index](index.md) \ No newline at end of file diff --git a/devices/hololens/docfx.json b/devices/hololens/docfx.json new file mode 100644 index 0000000000..24fe1da56d --- /dev/null +++ b/devices/hololens/docfx.json @@ -0,0 +1,37 @@ +{ + "build": { + "content": [ + { + "files": [ + "**/*.md" + ], + "exclude": [ + "**/obj/**", + "itpro-hololens/**", + "**/includes/**" + ] + } + ], + "resource": [ + { + "files": [ + "**/*.png", + "**/*.jpg" + ], + "exclude": [ + "**/obj/**", + "itpro-hololens/**", + "**/includes/**" + ] + } + ], + "overwrite": [], + "externalReference": [], + "globalMetadata": {}, + "fileMetadata": {}, + "template": [ + null + ], + "dest": "itpro-hololens" + } +} \ No newline at end of file diff --git a/devices/hololens/index.md b/devices/hololens/index.md new file mode 100644 index 0000000000..beccdc8994 --- /dev/null +++ b/devices/hololens/index.md @@ -0,0 +1 @@ +# Index test file for Open Publishing \ No newline at end of file From 67b65cf6f7364d2c05958405e985a7f2b895ec82 Mon Sep 17 00:00:00 2001 From: saldana Date: Wed, 3 Aug 2016 09:51:39 -0700 Subject: [PATCH 02/10] Delete TOC.md --- itpro-hololens/TOC.md | 1 - 1 file changed, 1 deletion(-) delete mode 100644 itpro-hololens/TOC.md diff --git a/itpro-hololens/TOC.md b/itpro-hololens/TOC.md deleted file mode 100644 index 06913f7aef..0000000000 --- a/itpro-hololens/TOC.md +++ /dev/null @@ -1 +0,0 @@ -# [Index](index.md) \ No newline at end of file From 4c6fab3c54682d070aa407dca5c77d241fa0777b Mon Sep 17 00:00:00 2001 From: saldana Date: Wed, 3 Aug 2016 09:51:45 -0700 Subject: [PATCH 03/10] Delete docfx.json --- itpro-hololens/docfx.json | 37 ------------------------------------- 1 file changed, 37 deletions(-) delete mode 100644 itpro-hololens/docfx.json diff --git a/itpro-hololens/docfx.json b/itpro-hololens/docfx.json deleted file mode 100644 index 24fe1da56d..0000000000 --- a/itpro-hololens/docfx.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "build": { - "content": [ - { - "files": [ - "**/*.md" - ], - "exclude": [ - "**/obj/**", - "itpro-hololens/**", - "**/includes/**" - ] - } - ], - "resource": [ - { - "files": [ - "**/*.png", - "**/*.jpg" - ], - "exclude": [ - "**/obj/**", - "itpro-hololens/**", - "**/includes/**" - ] - } - ], - "overwrite": [], - "externalReference": [], - "globalMetadata": {}, - "fileMetadata": {}, - "template": [ - null - ], - "dest": "itpro-hololens" - } -} \ No newline at end of file From 686ae83b656cae60aff8d70198a00e2a9e7700ff Mon Sep 17 00:00:00 2001 From: saldana Date: Wed, 3 Aug 2016 09:51:51 -0700 Subject: [PATCH 04/10] Delete index.md --- itpro-hololens/index.md | 1 - 1 file changed, 1 deletion(-) delete mode 100644 itpro-hololens/index.md diff --git a/itpro-hololens/index.md b/itpro-hololens/index.md deleted file mode 100644 index beccdc8994..0000000000 --- a/itpro-hololens/index.md +++ /dev/null @@ -1 +0,0 @@ -# Index test file for Open Publishing \ No newline at end of file From ff9c1aa5648979c0de07ca8d4eff7214ba772967 Mon Sep 17 00:00:00 2001 From: saldana Date: Wed, 3 Aug 2016 09:55:18 -0700 Subject: [PATCH 05/10] Update .openpublishing.publish.config.json --- .openpublishing.publish.config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.openpublishing.publish.config.json b/.openpublishing.publish.config.json index 0e0a061c84..2358d61c40 100644 --- a/.openpublishing.publish.config.json +++ b/.openpublishing.publish.config.json @@ -28,7 +28,7 @@ { "docset_name": "itpro-hololens", "build_source_folder": "devices/hololens", - "build_output_subfolder": "itpro-hololens", + "build_output_subfolder": "devices/hololens", "locale": "en-us", "version": 0, "open_to_public_contributors": false, @@ -104,4 +104,4 @@ "git_repository_url_open_to_public_contributors": "", "skip_source_output_uploading": false, "dependent_repositories": [] -} \ No newline at end of file +} From 22207d0a3190973e507f151fd7889d9b9eb3aa1e Mon Sep 17 00:00:00 2001 From: saldana Date: Wed, 3 Aug 2016 09:55:42 -0700 Subject: [PATCH 06/10] Delete TOC.md --- itpro/hololens/TOC.md | 1 - 1 file changed, 1 deletion(-) delete mode 100644 itpro/hololens/TOC.md diff --git a/itpro/hololens/TOC.md b/itpro/hololens/TOC.md deleted file mode 100644 index 06913f7aef..0000000000 --- a/itpro/hololens/TOC.md +++ /dev/null @@ -1 +0,0 @@ -# [Index](index.md) \ No newline at end of file From da341680a0357659d379ea870ab10044120ebce9 Mon Sep 17 00:00:00 2001 From: saldana Date: Wed, 3 Aug 2016 09:55:47 -0700 Subject: [PATCH 07/10] Delete docfx.json --- itpro/hololens/docfx.json | 37 ------------------------------------- 1 file changed, 37 deletions(-) delete mode 100644 itpro/hololens/docfx.json diff --git a/itpro/hololens/docfx.json b/itpro/hololens/docfx.json deleted file mode 100644 index 24fe1da56d..0000000000 --- a/itpro/hololens/docfx.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "build": { - "content": [ - { - "files": [ - "**/*.md" - ], - "exclude": [ - "**/obj/**", - "itpro-hololens/**", - "**/includes/**" - ] - } - ], - "resource": [ - { - "files": [ - "**/*.png", - "**/*.jpg" - ], - "exclude": [ - "**/obj/**", - "itpro-hololens/**", - "**/includes/**" - ] - } - ], - "overwrite": [], - "externalReference": [], - "globalMetadata": {}, - "fileMetadata": {}, - "template": [ - null - ], - "dest": "itpro-hololens" - } -} \ No newline at end of file From b9ddcb31d8bd73a7da51dddea4aa2bf6a4fe917a Mon Sep 17 00:00:00 2001 From: saldana Date: Wed, 3 Aug 2016 09:55:52 -0700 Subject: [PATCH 08/10] Delete index.md --- itpro/hololens/index.md | 1 - 1 file changed, 1 deletion(-) delete mode 100644 itpro/hololens/index.md diff --git a/itpro/hololens/index.md b/itpro/hololens/index.md deleted file mode 100644 index beccdc8994..0000000000 --- a/itpro/hololens/index.md +++ /dev/null @@ -1 +0,0 @@ -# Index test file for Open Publishing \ No newline at end of file From 916bc4422fae8f0093eb47a105ac9eb1e202bddd Mon Sep 17 00:00:00 2001 From: saldana Date: Wed, 3 Aug 2016 09:57:25 -0700 Subject: [PATCH 09/10] Update docfx.json --- devices/hololens/docfx.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/devices/hololens/docfx.json b/devices/hololens/docfx.json index 24fe1da56d..c6dc9e418d 100644 --- a/devices/hololens/docfx.json +++ b/devices/hololens/docfx.json @@ -7,7 +7,7 @@ ], "exclude": [ "**/obj/**", - "itpro-hololens/**", + "devices/hololens/**", "**/includes/**" ] } @@ -20,7 +20,7 @@ ], "exclude": [ "**/obj/**", - "itpro-hololens/**", + "devices/hololens/**", "**/includes/**" ] } @@ -32,6 +32,6 @@ "template": [ null ], - "dest": "itpro-hololens" + "dest": "devices/hololens" } -} \ No newline at end of file +} From 1e6ae634a0edbef127de72a4d8d911de0b9fce15 Mon Sep 17 00:00:00 2001 From: Brian Lich Date: Wed, 3 Aug 2016 10:05:44 -0700 Subject: [PATCH 10/10] adding the Windows hypervisor requirement --- windows/keep-secure/credential-guard.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/windows/keep-secure/credential-guard.md b/windows/keep-secure/credential-guard.md index 988deb9e06..a550bdde7a 100644 --- a/windows/keep-secure/credential-guard.md +++ b/windows/keep-secure/credential-guard.md @@ -115,6 +115,11 @@ The PC must meet the following hardware and software requirements to use Credent

Virtual machine

For PCs running Windows 10, version 1607, you can run Credential Guard on a Generation 2 virtual machine.

+ + +

Hypervisor

+

Only the Windows hypervisor is supported.

+