We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3efaccc commit 90958baCopy full SHA for 90958ba
src/Compute/Compute/VirtualMachine/Operation/NewAzureVMCommand.cs
@@ -1161,7 +1161,8 @@ public void DefaultExecuteCmdlet()
1161
SecurityProfile = this.VM.SecurityProfile,
1162
CapacityReservation = this.VM.CapacityReservation,
1163
UserData = this.VM.UserData,
1164
- PlatformFaultDomain = this.VM.PlatformFaultDomain
+ PlatformFaultDomain = this.VM.PlatformFaultDomain,
1165
+ Placement = this.VM.Placement
1166
};
1167
1168
Dictionary<string, List<string>> auxAuthHeader = null;
0 commit comments