File tree Expand file tree Collapse file tree 5 files changed +27
-13
lines changed
dsc/docs-conceptual/dsc-1.1/pull-server Expand file tree Collapse file tree 5 files changed +27
-13
lines changed Original file line number Diff line number Diff line change 1- log /
2- obj /
31_site /
4- .optemp /
5- _themes * /
6- _repo. * /
7-
2+ _themes /
3+ .DS_Store
4+ .openpublishing.build.mdproj
85.openpublishing.buildcore.ps1
9- .vscode /styles /*
10- ! .vscode /styles /Vocab
6+ .optemp /
117.vale /
8+ .vscode /launch.json
9+ .vscode /styles /
10+ * .orig
11+ ** /.ignore /**
12+ ** /settings.json
13+ dependentPackages /
14+ log /
15+ maml /
16+ obj /
17+ packages.config
18+ packages /
19+ StaleContentReport. * .csv
20+ Tools /NuGet /
21+ updatablehelp /
22+ xhtml /
Original file line number Diff line number Diff line change 55 " Acrolinx.vscode-sidebar" ,
66 " docsmsft.docs-authoring-pack" ,
77 " marvhen.reflow-markdown" ,
8+ " chrischinchilla.vale-vscode" ,
89 " ms-vscode.powershell" ,
10+ " nhoizey.gremlins" ,
911 " shuworks.vscode-table-formatter" ,
12+ " bierner.markdown-yaml-preamble" ,
1013 " streetsidesoftware.code-spell-checker" ,
11- " wmaurer.change-case " ,
12- " yzane.markdown-pdf "
14+ " usernamehw.errorlens " ,
15+ " wmaurer.change-case "
1316 ]
1417}
Original file line number Diff line number Diff line change @@ -190,7 +190,7 @@ a `Configuration` that sets up the web service.
190190
191191 # Then include this thumbprint when running the configuration
192192 $sample_xDscWebServiceRegistrationSplat = @{
193- certificateThumbprint = 'A7000024B753FA6FFF88E966FD6E19301FAE9CCC '
193+ certificateThumbprint = 'AA11BB22CC33DD44EE55FF66AA77BB88CC99DD00 '
194194 RegistrationKey = '140a952b-b9d6-406b-b416-e0f759c9c0e4'
195195 OutputPath = 'C:\Configs\PullServer'
196196 }
Original file line number Diff line number Diff line change @@ -207,7 +207,7 @@ $ConfigData = @{
207207
208208 # The thumbprint of the Encryption Certificate
209209 # used to decrypt the credentials on target node
210- Thumbprint = "AC23EA3A9E291A75757A556D0B71CBBF8C4F6FD8 "
210+ Thumbprint = "AA11BB22CC33DD44EE55FF66AA77BB88CC99DD00 "
211211 }
212212 )
213213}
Original file line number Diff line number Diff line change @@ -580,7 +580,7 @@ $configData = @{
580580 Credential = $Credential
581581 RebootNodeifNeeded = $true
582582 CertificateFile = 'c:\PullServerConfig\Cert.cer'
583- Thumbprint = 'B9A39921918B466EB1ADF2509E00F5DECB2EFDA9 '
583+ Thumbprint = 'AA11BB22CC33DD44EE55FF66AA77BB88CC99DD00 '
584584 }
585585 )
586586 }
You can’t perform that action at this time.
0 commit comments