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/ResourceManager/Compute/Commands.Compute/VirtualMachine/Config/AddAzureVMAdditionalUnattendContentConfigCommand.cs
+1-17Lines changed: 1 addition & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -46,30 +46,14 @@ public class NewAzureAdditionalUnattendContentCommand : AzurePSCmdlet
46
46
publicPSVirtualMachineVM{get;set;}
47
47
48
48
[Parameter(
49
-
DontShow=true,// Currently, the only allowable value is 'Microsoft-Windows-Shell-Setup'.
50
49
Position=1,
51
50
ValueFromPipelineByPropertyName=true,
52
-
HelpMessage="Component Name.")]
53
-
[ValidateNotNullOrEmpty]
54
-
publicstringComponentName{get;set;}
55
-
56
-
[Parameter(
57
-
Position=2,
58
-
ValueFromPipelineByPropertyName=true,
59
51
HelpMessage="XML Formatted Content.")]
60
52
[ValidateNotNullOrEmpty]
61
53
publicstringContent{get;set;}
62
54
63
55
[Parameter(
64
-
DontShow=true,// Currently, the only allowable value is 'oobeSystem'.
0 commit comments