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/ServiceFabric/ServiceFabric/ChangeLog.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,7 @@
18
18
- Additional information about change #1
19
19
-->
20
20
## Upcoming Release
21
+
* Removed `ReimageByName`, `ReimageById`, and `ReimageByObj` parameter sets from `Set-AzServiceFabricManagedNodeType`.
21
22
* Added parameters `-EnableAutoOsUpgrade` and `-AllowRdpAccess` to `New-AzServiceFabricManagedCluster` and `Set-AzServiceFabricManagedCluster`.
22
23
* Added parameters `-ZoneBalance`, `-AllowOverProvisioning`, and `-Zone` to `New-AzServiceFabricManagedNodeType` and `Set-AzServiceFabricManagedNodeType`.
23
24
* Added preannoucement for removing Reimage parameters from `Set-AzServiceFabricManagedNodeType`.
HelpMessage="Using this flag will force the reimage even if service fabric is unable to disable the nodes. Use with caution as this might cause data loss if stateful workloads are running on the node.")]
HelpMessage="Using this flag will force the reimage even if service fabric is unable to disable the nodes. Use with caution as this might cause data loss if stateful workloads are running on the node.")]
HelpMessage="Using this flag will force the reimage even if service fabric is unable to disable the nodes. Use with caution as this might cause data loss if stateful workloads are running on the node.")]
[Parameter(Mandatory=false,ParameterSetName=WithParamsByName,HelpMessage="The number of nodes in the node type.")]
@@ -150,7 +106,6 @@ public class SetAzServiceFabricManagedNodeType : ServiceFabricManagedCmdletBase
150
106
151
107
#endregion
152
108
153
-
154
109
#endregion
155
110
156
111
publicoverridevoidExecuteCmdlet()
@@ -161,28 +116,6 @@ public override void ExecuteCmdlet()
161
116
NodeTypeupdatedNodeTypeParams=null;
162
117
switch(ParameterSetName)
163
118
{
164
-
caseReimageByName:
165
-
caseReimageById:
166
-
caseReimageByObj:
167
-
if(ShouldProcess(target:this.Name,action:string.Format("Reimage node(s) {0}, from node type {1} on cluster {2}",string.Join(", ",this.NodeName),this.Name,this.ClusterName)))
0 commit comments