Skip to content

Commit b40ab69

Browse files
authored
Merge pull request #123874 from c3JpbmkK/main
docs: replace Narrow no-break space with No-Break Space
2 parents c251cce + 8a6d0eb commit b40ab69

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/virtual-machines/extensions/guest-configuration.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ To deploy the extension for Linux:
107107
"type": "ConfigurationForLinux",
108108
"typeHandlerVersion": "1.0",
109109
"autoUpgradeMinorVersion": true,
110-
"enableAutomaticUpgrade":true,
110+
"enableAutomaticUpgrade": true,
111111
"settings": {},
112112
"protectedSettings": {}
113113
}
@@ -130,7 +130,7 @@ To deploy the extension for Windows:
130130
"type": "ConfigurationforWindows",
131131
"typeHandlerVersion": "1.0",
132132
"autoUpgradeMinorVersion": true,
133-
"enableAutomaticUpgrade":true,
133+
"enableAutomaticUpgrade": true,
134134
"settings": {},
135135
"protectedSettings": {}
136136
}
@@ -154,7 +154,7 @@ resource windowsVMGuestConfigExtension 'Microsoft.Compute/virtualMachines/extens
154154
type: 'ConfigurationForLinux'
155155
typeHandlerVersion: '1.0'
156156
autoUpgradeMinorVersion: true
157-
enableAutomaticUpgrade:true
157+
enableAutomaticUpgrade: true
158158
settings: {}
159159
protectedSettings: {}
160160
}
@@ -176,7 +176,7 @@ resource windowsVMGuestConfigExtension 'Microsoft.Compute/virtualMachines/extens
176176
type: 'ConfigurationforWindows'
177177
typeHandlerVersion: '1.0'
178178
autoUpgradeMinorVersion: true
179-
enableAutomaticUpgrade:true
179+
enableAutomaticUpgrade: true
180180
settings: {}
181181
protectedSettings: {}
182182
}

0 commit comments

Comments
 (0)