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
1. As with zone update, the command should support update operations only. The 'if-none-match' property should therefore not be exposed. (should be removed from Swagger/SDK if N/A)
2. As with zone update, the two command groups under '--help' both named 'Generic Update Arguments' should be merged. (PR [Help] Fix argument group ordering. #1015)
6. Completely unclear how --add / --remove / --set should be used. And given the separate commands for adding and removing records, even the presence of these commands is very confusing indeed. Is there any way these commands can be used to add/remove/update records? Tracked more generally in Generic Update Needs Better Documentation #1582
The text was updated successfully, but these errors were encountered:
@jtuliani IRT item 1, the DNS SDK is unique in that it actually has a patch operation for a pure update (although we leverage create_or_update for other reasons), but even that exposes if_none_match.
Issues with 'az network dns record-set update':
As with zone update, the command should support update operations only. The 'if-none-match' property should therefore not be exposed.(should be removed from Swagger/SDK if N/A)Completely unclear how --add / --remove / --set should be used. And given the separate commands for adding and removing records, even the presence of these commands is very confusing indeed. Is there any way these commands can be used to add/remove/update records?Tracked more generally in Generic Update Needs Better Documentation #1582The text was updated successfully, but these errors were encountered: