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 c9ecb69 commit 910a2b7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 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
Original file line number Diff line number Diff line change
Expand Up @@ -30873,7 +30873,7 @@
"ValidateNotNullOrEmpty": true
},
{
"Name": "ChefDaemonInterval",
"Name": "ChefServiceInterval",
"AliasList": [],
"Type": {
"Namespace": "System",
Expand Down Expand Up @@ -31264,7 +31264,7 @@
},
{
"ParameterMetadata": {
"Name": "ChefDaemonInterval",
"Name": "ChefServiceInterval",
"AliasList": [],
"Type": {
"Namespace": "System",
Expand Down Expand Up @@ -31716,7 +31716,7 @@
},
{
"ParameterMetadata": {
"Name": "ChefDaemonInterval",
"Name": "ChefServiceInterval",
"AliasList": [],
"Type": {
"Namespace": "System",
Expand Down Expand Up @@ -32168,7 +32168,7 @@
},
{
"ParameterMetadata": {
"Name": "ChefDaemonInterval",
"Name": "ChefServiceInterval",
"AliasList": [],
"Type": {
"Namespace": "System",
Expand Down

0 comments on commit 910a2b7

Please sign in to comment.