Skip to content

Commit 74eb8f8

Browse files
pednekarprajKayla Ames
authored andcommitted
Update eTag property description (Azure#23059)
1 parent 2dbbd99 commit 74eb8f8

File tree

1 file changed

+2
-2
lines changed
  • specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2022-10-01

1 file changed

+2
-2
lines changed

specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2022-10-01/scheduledActions.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -655,7 +655,7 @@
655655
"eTag": {
656656
"type": "string",
657657
"readOnly": true,
658-
"description": "Resource Etag. For update calls, eTag is mandatory. Fetch the resource's eTag by doing a 'GET' call first and then including the latest eTag as part of the request body or 'If-Match' header while performing the update. For create calls, eTag is not required."
658+
"description": "Resource Etag. For update calls, eTag is optional and can be specified to achieve optimistic concurrency. Fetch the resource's eTag by doing a 'GET' call first and then including the latest eTag as part of the request body or 'If-Match' header while performing the update. For create calls, eTag is not required."
659659
},
660660
"kind": {
661661
"$ref": "#/definitions/ScheduledActionKind",
@@ -924,7 +924,7 @@
924924
"name": "If-Match",
925925
"in": "header",
926926
"required": false,
927-
"description": "ETag of the Entity. Not required when creating an entity, but required when updating an entity.",
927+
"description": "ETag of the Entity. Not required when creating an entity. Optional when updating an entity and can be specified to achieve optimistic concurrency.",
928928
"type": "string",
929929
"x-ms-parameter-location": "method"
930930
}

0 commit comments

Comments
 (0)