Skip to content

Commit

Permalink
updated public doc for export put etag optional (#20218)
Browse files Browse the repository at this point in the history
  • Loading branch information
bvishali authored Sep 27, 2022
1 parent 64b7a49 commit 14f29e6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@
"Exports"
],
"operationId": "Exports_CreateOrUpdate",
"description": "The operation to create or update a export. Update operation requires latest eTag to be set in the request. You may obtain the latest eTag by performing a get operation. Create operation does not require eTag.",
"description": "The operation to create or update an export. You can optionally provide an eTag if desired as a form of concurrency control. To obtain the latest eTag for a given export, perform a get operation prior to your put operation.",
"externalDocs": {
"url": "https://docs.microsoft.com/en-us/rest/api/costmanagement/"
},
Expand Down

0 comments on commit 14f29e6

Please sign in to comment.