Skip to content

Commit 3bf1ccb

Browse files
author
msftbot[bot]
authored
2 parents feeff6b + c557c11 commit 3bf1ccb

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

schemas/2021-01-01/Microsoft.Batch.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -385,6 +385,7 @@
385385
"properties": {
386386
"storageAccountId": {
387387
"type": "string",
388+
"format": "arm-id",
388389
"description": "The resource ID of the storage account to be used for auto-storage account."
389390
}
390391
},
@@ -1375,6 +1376,7 @@
13751376
"properties": {
13761377
"id": {
13771378
"type": "string",
1379+
"format": "arm-id",
13781380
"description": "The resource ID of the Azure key vault associated with the Batch account."
13791381
},
13801382
"url": {

schemas/2021-06-01/Microsoft.Batch.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -411,6 +411,7 @@
411411
},
412412
"storageAccountId": {
413413
"type": "string",
414+
"format": "arm-id",
414415
"description": "The resource ID of the storage account to be used for auto-storage account."
415416
}
416417
},
@@ -1459,6 +1460,7 @@
14591460
"properties": {
14601461
"id": {
14611462
"type": "string",
1463+
"format": "arm-id",
14621464
"description": "The resource ID of the Azure key vault associated with the Batch account."
14631465
},
14641466
"url": {

schemas/2022-01-01/Microsoft.Batch.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -411,6 +411,7 @@
411411
},
412412
"storageAccountId": {
413413
"type": "string",
414+
"format": "arm-id",
414415
"description": "The resource ID of the storage account to be used for auto-storage account."
415416
}
416417
},
@@ -1459,6 +1460,7 @@
14591460
"properties": {
14601461
"id": {
14611462
"type": "string",
1463+
"format": "arm-id",
14621464
"description": "The resource ID of the Azure key vault associated with the Batch account."
14631465
},
14641466
"url": {

schemas/2022-06-01/Microsoft.Batch.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -411,6 +411,7 @@
411411
},
412412
"storageAccountId": {
413413
"type": "string",
414+
"format": "arm-id",
414415
"description": "The resource ID of the storage account to be used for auto-storage account."
415416
}
416417
},
@@ -1536,6 +1537,7 @@
15361537
"properties": {
15371538
"id": {
15381539
"type": "string",
1540+
"format": "arm-id",
15391541
"description": "The resource ID of the Azure key vault associated with the Batch account."
15401542
},
15411543
"url": {

0 commit comments

Comments
 (0)