Skip to content

Commit 0583743

Browse files
author
siddheshwar-more
committed
Added changes to parse chef extension bootstrap option
1 parent 0ba136c commit 0583743

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ServiceManagement/Compute/Commands.ServiceManagement/IaaS/Extensions/Chef/VirtualMachineChefExtensionCmdletBase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public class VirtualMachineChefExtensionCmdletBase : VirtualMachineExtensionCmdl
2424
protected const string PrivateConfigurationTemplate = "{{\"validation_key\":\"{0}\"}}";
2525
protected const string AutoUpdateTemplate = "\"autoUpdateClient\":\"{0}\"";
2626
protected const string ClientRbTemplate = "\"client_rb\":\"{0}\"";
27-
protected const string BootStrapOptionsTemplate = "\"bootstrap_options\":\"{0}\"";
27+
protected const string BootStrapOptionsTemplate = "\"bootstrap_options\":{0}";
2828
protected const string RunListTemplate = "\"runlist\": \"\\\"{0}\\\"\"";
2929

3030
public VirtualMachineChefExtensionCmdletBase()

0 commit comments

Comments
 (0)