Skip to content

Commit 416eee7

Browse files
priyamshetpriya shet
andauthored
NetworkCloud : Update change log regarding etag impacts on calls . (#41830)
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 <priyashet@microsoft.com>
1 parent 0e64863 commit 416eee7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sdk/networkcloud/azure-mgmt-networkcloud/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
### Features Added
66

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.
78
- Model `AgentPool` added property `etag`
89
- Model `BareMetalMachine` added property `etag`
910
- Model `BareMetalMachineKeySet` added property `etag`

0 commit comments

Comments
 (0)