Skip to content

Commit 19bdc0b

Browse files
a
1 parent e5ee1b3 commit 19bdc0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Compute/Compute/Strategies/ComputeRp/VirtualMachineScaleSetStrategy.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ string orchestrationMode
141141
Rules = scaleInPolicy
142142
},
143143
DoNotRunExtensionsOnOverprovisionedVMs = doNotRunExtensionsOnOverprovisionedVMs ? true : (bool?)null,
144-
OrchestrationMode = (orchestrationMode == null) ? null : orchestrationMode
144+
OrchestrationMode = orchestrationMode
145145
});
146146
}
147147
}

0 commit comments

Comments
 (0)