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
Description of creation operation cmdlets comes from the description of PUT operation on Swagger. Since PUT supports resource creation or update both by many services, it leads Azure PowerShell reference doc shows New-Az{Noun} cmdlet supports creation and update operation both.
It is not accurate in many cases especially when service add additional logic on creation or update. We should filter out "update" from reference doc or allow developer to customize reference doc.