Skip to content

Commit 213d7fd

Browse files
Merge pull request #396 from MicrosoftDocs/main
Auto Publish – main to live - 2026-01-13 00:00 UTC
2 parents 75c0ecb + 64eb63a commit 213d7fd

File tree

5 files changed

+27
-13
lines changed

5 files changed

+27
-13
lines changed

.gitignore

Lines changed: 19 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,22 @@
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/

.vscode/extensions.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,13 @@
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
}

dsc/docs-conceptual/dsc-1.1/pull-server/pullServer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

dsc/docs-conceptual/dsc-1.1/pull-server/secureMOF.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

dsc/docs-conceptual/dsc-1.1/pull-server/secureServer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)