From 72077b77ce91270477a9fa0c19f16e26d689dbd3 Mon Sep 17 00:00:00 2001 From: Zhiyi Huang <17182306+calvinhzy@users.noreply.github.com> Date: Tue, 17 Dec 2024 16:16:50 +0800 Subject: [PATCH] fix lint --- src/azure-cli/azure/cli/command_modules/storage/_help.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/azure-cli/azure/cli/command_modules/storage/_help.py b/src/azure-cli/azure/cli/command_modules/storage/_help.py index 5432eda825b..9a28880c657 100644 --- a/src/azure-cli/azure/cli/command_modules/storage/_help.py +++ b/src/azure-cli/azure/cli/command_modules/storage/_help.py @@ -1861,11 +1861,11 @@ type: list short-summary: Space-separated list of key=value pairs. Must contain a PartitionKey and a RowKey. long-summary: > - The PartitionKey and RowKey must be unique within the table, and may be up to 64Kb in size. - If using an integer value as a key, convert it to a fixed-width string which can be canonically sorted. + The PartitionKey and RowKey must be unique within the table, and may be up to 64Kb in size. + If using an integer value as a key, convert it to a fixed-width string which can be canonically sorted. For example, convert the integer value 1 to the string value "0000001" to ensure proper sorting. \n To manually specify the value type, an additional key,value pair can be added in the format of - key@odata.type= where can be from the following list: Edm.Binary, Edm.Int64, Edm.Guid, + key@odata.type= where can be from the following list: Edm.Binary, Edm.Int64, Edm.Guid, Edm.DateTime, Edm.String, Edm.Int32, Edm.Double, Edm.Boolean - name: --if-exists type: string