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
[Parameter(Position=4,Mandatory=false,ValueFromPipelineByPropertyName=true,HelpMessage="The description of the configuration being imported.")]
62
+
[Parameter(Mandatory=false,ValueFromPipelineByPropertyName=true,HelpMessage="The description of the configuration being imported.")]
54
63
publicstringDescription{get;set;}
55
64
56
65
/// <summary>
57
66
/// Gets or sets the switch parameter to
58
67
/// </summary>
59
-
[Parameter(Position=5,Mandatory=true,ValueFromPipelineByPropertyName=true,HelpMessage="Import the configuration in published state.")]
68
+
[Parameter(Mandatory=false,ValueFromPipelineByPropertyName=true,HelpMessage="Import the configuration in published state.")]
60
69
publicSwitchParameterPublished{get;set;}
61
70
62
71
/// <summary>
63
72
/// Gets or sets switch parameter to confirm overwriting of existing configurations.
64
73
/// </summary>
65
-
[Parameter(Position=6,Mandatory=false,ValueFromPipelineByPropertyName=true,HelpMessage="Overwrites an existing configuration with same name.")]
74
+
[Parameter(Mandatory=false,ValueFromPipelineByPropertyName=true,HelpMessage="Overwrites an existing configuration with same name.")]
66
75
publicSwitchParameterOverwrite{get;set;}
67
76
68
77
/// <summary>
69
78
/// Gets or sets a value indicating whether verbose logging should be turned on or off.
70
79
/// </summary>
71
-
[Parameter(Position=7,Mandatory=false,ValueFromPipelineByPropertyName=true,HelpMessage="Indicate whether verbose logging should be turned on or off.")]
72
-
publicbool?LogVerbose{get;set;}
80
+
[Parameter(Mandatory=false,ValueFromPipelineByPropertyName=true,HelpMessage="Indicate whether verbose logging should be turned on or off.")]
81
+
publicSwitchParameterLogVerbose{get;set;}
82
+
83
+
/// <summary>
84
+
/// Gets or sets a value indicating whether log progress should be turned on or off.
85
+
/// </summary>
86
+
[Parameter(Mandatory=false,ValueFromPipelineByPropertyName=true,HelpMessage="Indicate whether progress logging should be turned on or off.")]
0 commit comments