File tree Expand file tree Collapse file tree 4 files changed +64
-0
lines changed
specification/batch/resource-manager/Microsoft.Batch/stable Expand file tree Collapse file tree 4 files changed +64
-0
lines changed Original file line number Diff line number Diff line change 2241
2241
"properties" : {
2242
2242
"storageAccountId" : {
2243
2243
"type" : " string" ,
2244
+ "format" : " arm-id" ,
2245
+ "x-ms-arm-id-details" : {
2246
+ "allowedResources" : [
2247
+ {
2248
+ "type" : " Microsoft.Storage/storageAccounts"
2249
+ }
2250
+ ]
2251
+ },
2244
2252
"description" : " The resource ID of the storage account to be used for auto-storage account."
2245
2253
}
2246
2254
},
2323
2331
"properties" : {
2324
2332
"id" : {
2325
2333
"type" : " string" ,
2334
+ "format" : " arm-id" ,
2335
+ "x-ms-arm-id-details" : {
2336
+ "allowedResources" : [
2337
+ {
2338
+ "type" : " Microsoft.KeyVault/vaults"
2339
+ }
2340
+ ]
2341
+ },
2326
2342
"description" : " The resource ID of the Azure key vault associated with the Batch account."
2327
2343
},
2328
2344
"url" : {
Original file line number Diff line number Diff line change 2408
2408
"properties" : {
2409
2409
"storageAccountId" : {
2410
2410
"type" : " string" ,
2411
+ "format" : " arm-id" ,
2412
+ "x-ms-arm-id-details" : {
2413
+ "allowedResources" : [
2414
+ {
2415
+ "type" : " Microsoft.Storage/storageAccounts"
2416
+ }
2417
+ ]
2418
+ },
2411
2419
"description" : " The resource ID of the storage account to be used for auto-storage account."
2412
2420
},
2413
2421
"authenticationMode" : {
2565
2573
"properties" : {
2566
2574
"id" : {
2567
2575
"type" : " string" ,
2576
+ "format" : " arm-id" ,
2577
+ "x-ms-arm-id-details" : {
2578
+ "allowedResources" : [
2579
+ {
2580
+ "type" : " Microsoft.KeyVault/vaults"
2581
+ }
2582
+ ]
2583
+ },
2568
2584
"description" : " The resource ID of the Azure key vault associated with the Batch account."
2569
2585
},
2570
2586
"url" : {
Original file line number Diff line number Diff line change 2497
2497
"properties" : {
2498
2498
"storageAccountId" : {
2499
2499
"type" : " string" ,
2500
+ "format" : " arm-id" ,
2501
+ "x-ms-arm-id-details" : {
2502
+ "allowedResources" : [
2503
+ {
2504
+ "type" : " Microsoft.Storage/storageAccounts"
2505
+ }
2506
+ ]
2507
+ },
2500
2508
"description" : " The resource ID of the storage account to be used for auto-storage account."
2501
2509
},
2502
2510
"authenticationMode" : {
2654
2662
"properties" : {
2655
2663
"id" : {
2656
2664
"type" : " string" ,
2665
+ "format" : " arm-id" ,
2666
+ "x-ms-arm-id-details" : {
2667
+ "allowedResources" : [
2668
+ {
2669
+ "type" : " Microsoft.KeyVault/vaults"
2670
+ }
2671
+ ]
2672
+ },
2657
2673
"description" : " The resource ID of the Azure key vault associated with the Batch account."
2658
2674
},
2659
2675
"url" : {
Original file line number Diff line number Diff line change 2555
2555
"properties" : {
2556
2556
"storageAccountId" : {
2557
2557
"type" : " string" ,
2558
+ "format" : " arm-id" ,
2559
+ "x-ms-arm-id-details" : {
2560
+ "allowedResources" : [
2561
+ {
2562
+ "type" : " Microsoft.Storage/storageAccounts"
2563
+ }
2564
+ ]
2565
+ },
2558
2566
"description" : " The resource ID of the storage account to be used for auto-storage account."
2559
2567
},
2560
2568
"authenticationMode" : {
2727
2735
"properties" : {
2728
2736
"id" : {
2729
2737
"type" : " string" ,
2738
+ "format" : " arm-id" ,
2739
+ "x-ms-arm-id-details" : {
2740
+ "allowedResources" : [
2741
+ {
2742
+ "type" : " Microsoft.KeyVault/vaults"
2743
+ }
2744
+ ]
2745
+ },
2730
2746
"description" : " The resource ID of the Azure key vault associated with the Batch account."
2731
2747
},
2732
2748
"url" : {
You can’t perform that action at this time.
0 commit comments