Skip to content

Commit

Permalink
Added Alias for ChefDaemonInterval
Browse files Browse the repository at this point in the history
Signed-off-by: piyushawasthi <[email protected]>
  • Loading branch information
piyushawasthi committed May 2, 2017
1 parent e499056 commit 09d3449
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 36,858 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ public string TypeHandlerVersion
[ValidateNotNullOrEmpty]
public string JsonAttribute { get; set; }

[Alias("ChefServiceInterval")]
[Parameter(
ValueFromPipelineByPropertyName = true,
HelpMessage = "Specifies the frequency (in minutes) at which the chef-service runs. If in case you don't want the chef-service to be installed on the Azure VM then set value as 0 in this field.")]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ public class SetAzureVMChefExtensionCommand : VirtualMachineChefExtensionCmdletB
[ValidateNotNullOrEmpty]
public string JsonAttribute { get; set; }

[Alias("ChefServiceInterval")]
[Parameter(
ValueFromPipelineByPropertyName = true,
HelpMessage = "Specifies the frequency (in minutes) at which the chef-service runs. If in case you don't want the chef-service to be installed on the Azure VM then set value as 0 in this field.")]
Expand Down
Loading

0 comments on commit 09d3449

Please sign in to comment.