Skip to content

Commit cde8fc6

Browse files
committed
Fixing protectedSettings depth
1 parent 592a306 commit cde8fc6

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

articles/virtual-machines/extensions/dsc-template.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.devlang: na
1212
ms.topic: article
1313
ms.tgt_pltfrm: vm-windows
1414
ms.workload: na
15-
ms.date: 09/11/2018
15+
ms.date: 10/05/2018
1616
ms.author: robreed
1717
---
1818
# Desired State Configuration extension with Azure Resource Manager templates
@@ -53,13 +53,13 @@ For more information, see
5353
"configurationArguments": {
5454
"RegistrationUrl" : "registrationUrl",
5555
"NodeConfigurationName" : "nodeConfigurationName"
56-
},
57-
"protectedSettings": {
58-
"configurationArguments": {
59-
"RegistrationKey": {
60-
"userName": "NOT_USED",
61-
"Password": "registrationKey"
62-
}
56+
}
57+
},
58+
"protectedSettings": {
59+
"configurationArguments": {
60+
"RegistrationKey": {
61+
"userName": "NOT_USED",
62+
"Password": "registrationKey"
6363
}
6464
}
6565
}

0 commit comments

Comments
 (0)