You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/ServiceManagement/Compute/Commands.ServiceManagement/IaaS/Extensions/Chef/VirtualMachineChefExtensionCmdletBase.cs
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,9 @@ public class VirtualMachineChefExtensionCmdletBase : VirtualMachineExtensionCmdl
Copy file name to clipboardExpand all lines: src/ServiceManagement/Compute/Commands.ServiceManagement/Microsoft.WindowsAzure.Commands.ServiceManagement.dll-Help.xml
<maml:para>DeleteChefConfig Options determines whether Chef configuration files removed when Azure removes the Chef resource extension from the VM. This options is useful during extension update and uninstall process. Default is false</maml:para>
<maml:para>This cmdlet adds the Chef extension to a windows VM.</maml:para>
34756
+
<maml:para>When the VM comes up, it will be bootstrapped with Chef and have apache running on it, while bootstraping it will refer 'BootstrapOptions' specified in JSON format.</maml:para>
34757
+
<maml:para></maml:para>
34758
+
<maml:para></maml:para>
34759
+
<maml:para></maml:para>
34760
+
</dev:remarks>
34761
+
<command:commandLines>
34762
+
<command:commandLine>
34763
+
<command:commandText></command:commandText>
34764
+
</command:commandLine>
34765
+
</command:commandLines>
34766
+
</command:example>
34767
+
<command:example>
34768
+
<maml:title>
34769
+
-------------------------- EXAMPLE 3 --------------------------
0 commit comments