Skip to content

Commit 525f41c

Browse files
Add line for omitted parameter update (#22757)
* Add line for omitted parameter update https://portal.microsofticm.com/imp/v3/incidents/details/403606340/home * Update src/SqlVirtualMachine/help/New-AzSqlVM.md --------- Co-authored-by: Beisi Zhou <[email protected]>
1 parent 649648b commit 525f41c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/SqlVirtualMachine/help/New-AzSqlVM.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,9 @@ New-AzSqlVM -Name <String> -ResourceGroupName <String> -Location <String> [-Subs
5959
```
6060

6161
## DESCRIPTION
62-
Creates or updates a SQL virtual machine.
62+
Creates or updates a SQL virtual machine.
63+
64+
If you are updating an existing SQL virtual machine and a parameter such as -Tag is omitted, then the previously defined values may be removed. For this reason, it is recommended to use [Update-AzSqlVM](https://learn.microsoft.com/powershell/module/az.sqlvirtualmachine/update-azsqlvm) to prevent overwriting of unintended parameters.
6365

6466
## EXAMPLES
6567

0 commit comments

Comments
 (0)