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/Generated/Snapshot/Config/NewAzureRmSnapshotUpdateConfigCommand.cs
+5-10Lines changed: 5 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -60,44 +60,39 @@ public class NewAzureRmSnapshotUpdateConfigCommand : Microsoft.Azure.Commands.Re
60
60
Mandatory=false,
61
61
ValueFromPipelineByPropertyName=true)]
62
62
[Obsolete("This parameter is obsolete. CreateOption cannot be changed during updating a snapshot."+
63
-
"This parameter was added due to a bug."+
64
-
"To set CreateOption of a snapshot, use New-AzureRmSnapshotConfig command.",
63
+
"To set the CreateOption of a snapshot, use New-AzureRmSnapshotConfig command.",
65
64
false)]
66
65
publicDiskCreateOption?CreateOption{get;set;}
67
66
68
67
[Parameter(
69
68
Mandatory=false,
70
69
ValueFromPipelineByPropertyName=true)]
71
70
[Obsolete("This parameter is obsolete. StorageAccountId cannot be changed during updating a snapshot."+
72
-
"This parameter was added due to a bug."+
73
-
"To set StorageAccountId of a snapshot, use New-AzureRmSnapshotConfig command.",
71
+
"To set the StorageAccountId of a snapshot, use New-AzureRmSnapshotConfig command.",
74
72
false)]
75
73
publicstringStorageAccountId{get;set;}
76
74
77
75
[Parameter(
78
76
Mandatory=false,
79
77
ValueFromPipelineByPropertyName=true)]
80
78
[Obsolete("This parameter is obsolete. ImageReference cannot be changed during updating a snapshot."+
81
-
"This parameter was added due to a bug."+
82
-
"To set ImageReference of a snapshot, use New-AzureRmSnapshotConfig command.",
79
+
"To set the ImageReference of a snapshot, use New-AzureRmSnapshotConfig command.",
83
80
false)]
84
81
publicImageDiskReferenceImageReference{get;set;}
85
82
86
83
[Parameter(
87
84
Mandatory=false,
88
85
ValueFromPipelineByPropertyName=true)]
89
86
[Obsolete("This parameter is obsolete. SourceUri cannot be changed during updating a snapshot."+
90
-
"This parameter was added due to a bug."+
91
-
"To set SourceUri of a snapshot, use New-AzureRmSnapshotConfig command.",
87
+
"To set the SourceUri of a snapshot, use New-AzureRmSnapshotConfig command.",
92
88
false)]
93
89
publicstringSourceUri{get;set;}
94
90
95
91
[Parameter(
96
92
Mandatory=false,
97
93
ValueFromPipelineByPropertyName=true)]
98
94
[Obsolete("This parameter is obsolete. SourceResourceId cannot be changed during updating a snapshot."+
99
-
"This parameter was added due to a bug."+
100
-
"To set SourceResourceId of a snapshot, use New-AzureRmSnapshotConfig command.",
95
+
"To set the SourceResourceId of a snapshot, use New-AzureRmSnapshotConfig command.",
0 commit comments