From d931cf5019aa9bbdddc40b27bbcb6fba8c1f122b Mon Sep 17 00:00:00 2001 From: Ashok Date: Tue, 11 Oct 2022 05:53:56 +0000 Subject: [PATCH 1/3] fix s360 for accountId in databox-v2022-02-01 --- .../Microsoft.DataBox/stable/2022-02-01/databox.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-02-01/databox.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-02-01/databox.json index f6611a68d150..bdf7ed5e08f9 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-02-01/databox.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2022-02-01/databox.json @@ -2511,8 +2511,8 @@ "type": "string", "readOnly": true }, - "accountName": { - "description": "Account name.", + "accountId": { + "description": "Account id.", "type": "string", "readOnly": true }, From 11856c0def4d084a615f0f4f9c97abccfffbeecc Mon Sep 17 00:00:00 2001 From: Ashok Date: Wed, 12 Oct 2022 09:25:01 +0000 Subject: [PATCH 2/3] fix s360 for account Id in databox-v2021-12-01 --- .../Microsoft.DataBox/stable/2021-12-01/databox.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-12-01/databox.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-12-01/databox.json index 3946ea54fa62..92335d02fe5f 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-12-01/databox.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-12-01/databox.json @@ -2781,8 +2781,8 @@ } ], "properties": { - "accountName": { - "description": "Account name.", + "accountId": { + "description": "Account id.", "type": "string", "readOnly": true }, From 03ef5ef267d66b2ee39522643a8664b44f107f5d Mon Sep 17 00:00:00 2001 From: Ashok Date: Tue, 18 Oct 2022 08:43:54 +0000 Subject: [PATCH 3/3] fix accountId for DataBoxDiskGranularCopyLogDetails in databox-v2021-12-01 --- .../Microsoft.DataBox/stable/2021-12-01/databox.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-12-01/databox.json b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-12-01/databox.json index 92335d02fe5f..5d22756dc460 100644 --- a/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-12-01/databox.json +++ b/specification/databox/resource-manager/Microsoft.DataBox/stable/2021-12-01/databox.json @@ -2422,8 +2422,8 @@ "type": "string", "readOnly": true }, - "accountName": { - "description": "Account name.", + "accountId": { + "description": "Account id.", "type": "string", "readOnly": true }, @@ -2781,7 +2781,7 @@ } ], "properties": { - "accountId": { + "accountName": { "description": "Account id.", "type": "string", "readOnly": true