From 14f29e62df4563d9bf4b9d98ae0688420df12053 Mon Sep 17 00:00:00 2001 From: Vishali Bhatnagar <111077909+bvishali@users.noreply.github.com> Date: Tue, 27 Sep 2022 13:26:34 +0530 Subject: [PATCH] updated public doc for export put etag optional (#20218) --- .../stable/2021-10-01/costmanagement.exports.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2021-10-01/costmanagement.exports.json b/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2021-10-01/costmanagement.exports.json index 30de7c987ce6..1ba067abb6ca 100644 --- a/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2021-10-01/costmanagement.exports.json +++ b/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2021-10-01/costmanagement.exports.json @@ -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/" },