Skip to content

Commit a1fcaf3

Browse files
authored
fix s360 for accountId in databox-v2022-02-01 (#21060)
* fix s360 for accountId in databox-v2022-02-01 * fix s360 for account Id in databox-v2021-12-01 * fix accountId for DataBoxDiskGranularCopyLogDetails in databox-v2021-12-01
1 parent faee324 commit a1fcaf3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

specification/databox/resource-manager/Microsoft.DataBox/stable/2021-12-01/databox.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2422,8 +2422,8 @@
24222422
"type": "string",
24232423
"readOnly": true
24242424
},
2425-
"accountName": {
2426-
"description": "Account name.",
2425+
"accountId": {
2426+
"description": "Account id.",
24272427
"type": "string",
24282428
"readOnly": true
24292429
},
@@ -2782,7 +2782,7 @@
27822782
],
27832783
"properties": {
27842784
"accountName": {
2785-
"description": "Account name.",
2785+
"description": "Account id.",
27862786
"type": "string",
27872787
"readOnly": true
27882788
},

specification/databox/resource-manager/Microsoft.DataBox/stable/2022-02-01/databox.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2511,8 +2511,8 @@
25112511
"type": "string",
25122512
"readOnly": true
25132513
},
2514-
"accountName": {
2515-
"description": "Account name.",
2514+
"accountId": {
2515+
"description": "Account id.",
25162516
"type": "string",
25172517
"readOnly": true
25182518
},

0 commit comments

Comments
 (0)