File tree Expand file tree Collapse file tree 8 files changed +0
-45
lines changed
src/ResourceManager/Compute/Commands.Compute/Generated
VirtualMachineScaleSet/Config Expand file tree Collapse file tree 8 files changed +0
-45
lines changed Original file line number Diff line number Diff line change @@ -58,55 +58,46 @@ public class NewAzureRmDiskConfigCommand : Microsoft.Azure.Commands.ResourceMana
58
58
59
59
[ Parameter (
60
60
Mandatory = false ,
61
- Position = 4 ,
62
61
ValueFromPipelineByPropertyName = true ) ]
63
62
public Hashtable Tag { get ; set ; }
64
63
65
64
[ Parameter (
66
65
Mandatory = false ,
67
- Position = 5 ,
68
66
ValueFromPipelineByPropertyName = true ) ]
69
67
public DiskCreateOption ? CreateOption { get ; set ; }
70
68
71
69
[ Parameter (
72
70
Mandatory = false ,
73
- Position = 6 ,
74
71
ValueFromPipelineByPropertyName = true ) ]
75
72
public string StorageAccountId { get ; set ; }
76
73
77
74
[ Parameter (
78
75
Mandatory = false ,
79
- Position = 7 ,
80
76
ValueFromPipelineByPropertyName = true ) ]
81
77
public ImageDiskReference ImageReference { get ; set ; }
82
78
83
79
[ Parameter (
84
80
Mandatory = false ,
85
- Position = 8 ,
86
81
ValueFromPipelineByPropertyName = true ) ]
87
82
public string SourceUri { get ; set ; }
88
83
89
84
[ Parameter (
90
85
Mandatory = false ,
91
- Position = 9 ,
92
86
ValueFromPipelineByPropertyName = true ) ]
93
87
public string SourceResourceId { get ; set ; }
94
88
95
89
[ Parameter (
96
90
Mandatory = false ,
97
- Position = 10 ,
98
91
ValueFromPipelineByPropertyName = true ) ]
99
92
public bool ? EncryptionSettingsEnabled { get ; set ; }
100
93
101
94
[ Parameter (
102
95
Mandatory = false ,
103
- Position = 11 ,
104
96
ValueFromPipelineByPropertyName = true ) ]
105
97
public KeyVaultAndSecretReference DiskEncryptionKey { get ; set ; }
106
98
107
99
[ Parameter (
108
100
Mandatory = false ,
109
- Position = 12 ,
110
101
ValueFromPipelineByPropertyName = true ) ]
111
102
public KeyVaultAndKeyReference KeyEncryptionKey { get ; set ; }
112
103
Original file line number Diff line number Diff line change @@ -58,49 +58,41 @@ public class NewAzureRmDiskUpdateConfigCommand : Microsoft.Azure.Commands.Resour
58
58
59
59
[ Parameter (
60
60
Mandatory = false ,
61
- Position = 4 ,
62
61
ValueFromPipelineByPropertyName = true ) ]
63
62
public DiskCreateOption ? CreateOption { get ; set ; }
64
63
65
64
[ Parameter (
66
65
Mandatory = false ,
67
- Position = 5 ,
68
66
ValueFromPipelineByPropertyName = true ) ]
69
67
public string StorageAccountId { get ; set ; }
70
68
71
69
[ Parameter (
72
70
Mandatory = false ,
73
- Position = 6 ,
74
71
ValueFromPipelineByPropertyName = true ) ]
75
72
public ImageDiskReference ImageReference { get ; set ; }
76
73
77
74
[ Parameter (
78
75
Mandatory = false ,
79
- Position = 7 ,
80
76
ValueFromPipelineByPropertyName = true ) ]
81
77
public string SourceUri { get ; set ; }
82
78
83
79
[ Parameter (
84
80
Mandatory = false ,
85
- Position = 8 ,
86
81
ValueFromPipelineByPropertyName = true ) ]
87
82
public string SourceResourceId { get ; set ; }
88
83
89
84
[ Parameter (
90
85
Mandatory = false ,
91
- Position = 9 ,
92
86
ValueFromPipelineByPropertyName = true ) ]
93
87
public bool ? EncryptionSettingsEnabled { get ; set ; }
94
88
95
89
[ Parameter (
96
90
Mandatory = false ,
97
- Position = 10 ,
98
91
ValueFromPipelineByPropertyName = true ) ]
99
92
public KeyVaultAndSecretReference DiskEncryptionKey { get ; set ; }
100
93
101
94
[ Parameter (
102
95
Mandatory = false ,
103
- Position = 11 ,
104
96
ValueFromPipelineByPropertyName = true ) ]
105
97
public KeyVaultAndKeyReference KeyEncryptionKey { get ; set ; }
106
98
Original file line number Diff line number Diff line change @@ -59,19 +59,16 @@ public class AddAzureRmImageDataDiskCommand : Microsoft.Azure.Commands.ResourceM
59
59
60
60
[ Parameter (
61
61
Mandatory = false ,
62
- Position = 4 ,
63
62
ValueFromPipelineByPropertyName = true ) ]
64
63
public int ? DiskSizeGB { get ; set ; }
65
64
66
65
[ Parameter (
67
66
Mandatory = false ,
68
- Position = 5 ,
69
67
ValueFromPipelineByPropertyName = true ) ]
70
68
public string SnapshotId { get ; set ; }
71
69
72
70
[ Parameter (
73
71
Mandatory = false ,
74
- Position = 6 ,
75
72
ValueFromPipelineByPropertyName = true ) ]
76
73
public string ManagedDiskId { get ; set ; }
77
74
Original file line number Diff line number Diff line change @@ -58,7 +58,6 @@ public class NewAzureRmImageConfigCommand : Microsoft.Azure.Commands.ResourceMan
58
58
59
59
[ Parameter (
60
60
Mandatory = false ,
61
- Position = 4 ,
62
61
ValueFromPipelineByPropertyName = true ) ]
63
62
public ImageDataDisk [ ] DataDisk { get ; set ; }
64
63
Original file line number Diff line number Diff line change @@ -59,25 +59,21 @@ public class SetAzureRmImageOsDiskCommand : Microsoft.Azure.Commands.ResourceMan
59
59
60
60
[ Parameter (
61
61
Mandatory = false ,
62
- Position = 4 ,
63
62
ValueFromPipelineByPropertyName = true ) ]
64
63
public CachingTypes ? Caching { get ; set ; }
65
64
66
65
[ Parameter (
67
66
Mandatory = false ,
68
- Position = 5 ,
69
67
ValueFromPipelineByPropertyName = true ) ]
70
68
public int ? DiskSizeGB { get ; set ; }
71
69
72
70
[ Parameter (
73
71
Mandatory = false ,
74
- Position = 6 ,
75
72
ValueFromPipelineByPropertyName = true ) ]
76
73
public string SnapshotId { get ; set ; }
77
74
78
75
[ Parameter (
79
76
Mandatory = false ,
80
- Position = 7 ,
81
77
ValueFromPipelineByPropertyName = true ) ]
82
78
public string ManagedDiskId { get ; set ; }
83
79
Original file line number Diff line number Diff line change @@ -58,55 +58,46 @@ public class NewAzureRmSnapshotConfigCommand : Microsoft.Azure.Commands.Resource
58
58
59
59
[ Parameter (
60
60
Mandatory = false ,
61
- Position = 4 ,
62
61
ValueFromPipelineByPropertyName = true ) ]
63
62
public Hashtable Tag { get ; set ; }
64
63
65
64
[ Parameter (
66
65
Mandatory = false ,
67
- Position = 5 ,
68
66
ValueFromPipelineByPropertyName = true ) ]
69
67
public DiskCreateOption ? CreateOption { get ; set ; }
70
68
71
69
[ Parameter (
72
70
Mandatory = false ,
73
- Position = 6 ,
74
71
ValueFromPipelineByPropertyName = true ) ]
75
72
public string StorageAccountId { get ; set ; }
76
73
77
74
[ Parameter (
78
75
Mandatory = false ,
79
- Position = 7 ,
80
76
ValueFromPipelineByPropertyName = true ) ]
81
77
public ImageDiskReference ImageReference { get ; set ; }
82
78
83
79
[ Parameter (
84
80
Mandatory = false ,
85
- Position = 8 ,
86
81
ValueFromPipelineByPropertyName = true ) ]
87
82
public string SourceUri { get ; set ; }
88
83
89
84
[ Parameter (
90
85
Mandatory = false ,
91
- Position = 9 ,
92
86
ValueFromPipelineByPropertyName = true ) ]
93
87
public string SourceResourceId { get ; set ; }
94
88
95
89
[ Parameter (
96
90
Mandatory = false ,
97
- Position = 10 ,
98
91
ValueFromPipelineByPropertyName = true ) ]
99
92
public bool ? EncryptionSettingsEnabled { get ; set ; }
100
93
101
94
[ Parameter (
102
95
Mandatory = false ,
103
- Position = 11 ,
104
96
ValueFromPipelineByPropertyName = true ) ]
105
97
public KeyVaultAndSecretReference DiskEncryptionKey { get ; set ; }
106
98
107
99
[ Parameter (
108
100
Mandatory = false ,
109
- Position = 12 ,
110
101
ValueFromPipelineByPropertyName = true ) ]
111
102
public KeyVaultAndKeyReference KeyEncryptionKey { get ; set ; }
112
103
Original file line number Diff line number Diff line change @@ -58,49 +58,41 @@ public class NewAzureRmSnapshotUpdateConfigCommand : Microsoft.Azure.Commands.Re
58
58
59
59
[ Parameter (
60
60
Mandatory = false ,
61
- Position = 4 ,
62
61
ValueFromPipelineByPropertyName = true ) ]
63
62
public DiskCreateOption ? CreateOption { get ; set ; }
64
63
65
64
[ Parameter (
66
65
Mandatory = false ,
67
- Position = 5 ,
68
66
ValueFromPipelineByPropertyName = true ) ]
69
67
public string StorageAccountId { get ; set ; }
70
68
71
69
[ Parameter (
72
70
Mandatory = false ,
73
- Position = 6 ,
74
71
ValueFromPipelineByPropertyName = true ) ]
75
72
public ImageDiskReference ImageReference { get ; set ; }
76
73
77
74
[ Parameter (
78
75
Mandatory = false ,
79
- Position = 7 ,
80
76
ValueFromPipelineByPropertyName = true ) ]
81
77
public string SourceUri { get ; set ; }
82
78
83
79
[ Parameter (
84
80
Mandatory = false ,
85
- Position = 8 ,
86
81
ValueFromPipelineByPropertyName = true ) ]
87
82
public string SourceResourceId { get ; set ; }
88
83
89
84
[ Parameter (
90
85
Mandatory = false ,
91
- Position = 9 ,
92
86
ValueFromPipelineByPropertyName = true ) ]
93
87
public bool ? EncryptionSettingsEnabled { get ; set ; }
94
88
95
89
[ Parameter (
96
90
Mandatory = false ,
97
- Position = 10 ,
98
91
ValueFromPipelineByPropertyName = true ) ]
99
92
public KeyVaultAndSecretReference DiskEncryptionKey { get ; set ; }
100
93
101
94
[ Parameter (
102
95
Mandatory = false ,
103
- Position = 11 ,
104
96
ValueFromPipelineByPropertyName = true ) ]
105
97
public KeyVaultAndKeyReference KeyEncryptionKey { get ; set ; }
106
98
Original file line number Diff line number Diff line change @@ -59,19 +59,16 @@ public class AddAzureRmVmssDataDiskCommand : Microsoft.Azure.Commands.ResourceMa
59
59
60
60
[ Parameter (
61
61
Mandatory = false ,
62
- Position = 4 ,
63
62
ValueFromPipelineByPropertyName = true ) ]
64
63
public DiskCreateOptionTypes ? CreateOption { get ; set ; }
65
64
66
65
[ Parameter (
67
66
Mandatory = false ,
68
- Position = 5 ,
69
67
ValueFromPipelineByPropertyName = true ) ]
70
68
public int ? DiskSizeGB { get ; set ; }
71
69
72
70
[ Parameter (
73
71
Mandatory = false ,
74
- Position = 6 ,
75
72
ValueFromPipelineByPropertyName = true ) ]
76
73
public StorageAccountTypes ? StorageAccountType { get ; set ; }
77
74
You can’t perform that action at this time.
0 commit comments