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
All resources now support concurrency control with Etag/If-Match/If-None-Match; use keyword arguments for create/patch/delete to avoid issues.
Co-authored-by: priya shet <[email protected]>
Copy file name to clipboardExpand all lines: sdk/networkcloud/azure-mgmt-networkcloud/CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,7 @@
4
4
5
5
### Features Added
6
6
7
+
- All resources implement concurrency control via Etag/If-Match/If-None-Match parameters. As a result, customers who use create/patch/delete methods with positional arguments may need to adjust part of calls. It is recommended to switch to keyword based calls to avoid any future issues.
7
8
- Model `AgentPool` added property `etag`
8
9
- Model `BareMetalMachine` added property `etag`
9
10
- Model `BareMetalMachineKeySet` added property `etag`
0 commit comments