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
* Added Warning for Allocation Method and PublicIpAddress
Added a check for allocation method and Public Ip
* Added PublicIpSku parameter
* Added -PublicIpSku parameter to NewAzVm and added PublicIpSku Warning
Added new Parameter `-PublicIpSku` to the `NewAzVM` cmdlet with acceptable values : "Basic" and "Standard".
Added Generic Breaking Change PublicIpSku Warning.
Overridden `-Zone` logic when `-PublicIpSku` is explicitly provided.
* Code refactoring
Changed to older version
* Updated Compute.csproj
Removed unnecessary output type that was added as part of version change
* Changed Invalid PublicIpSku Parameter logic
Copy file name to clipboardExpand all lines: src/Compute/Compute/ChangeLog.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -20,10 +20,10 @@
20
20
21
21
-->
22
22
## Upcoming Release
23
+
* Added new Parameter `-PublicIpSku` to the `NewAzVM` cmdlet with acceptable values : "Basic" and "Standard".
24
+
* Added Generic Breaking Change PublicIpSku Warning and Overridden `-Zone` logic when `-PublicIpSku` is explicitly provided.
23
25
* Added Disk Delete Optional parameters `OsDisk Deletion Option` and `Delete Option` to the `Set-AzVmssStorageProfile` (OS Disk) and `Add-AzVmssDataDisk` (Data Disk)
24
-
25
26
* Improve printed output for `Get-AzComputeResourceSku`
26
-
27
27
* Updated `Update-AzVm` to give constructive error messages when empty variables are passed in parameters. [#15081]
[GenericBreakingChange("It is recommended to use parameter \"-PublicIpSku Standard\" in order to create a new VM with a Standard public IP.Specifying zone(s) using the \"-Zone\" parameter will also result in a Standard public IP.If \"-Zone\" and \"-PublicIpSku\" are not specified, the VM will be created with a Basic public IP instead.Please note that the Standard SKU IPs will become the default behavior for VM creation in the future")]
0 commit comments