File tree Expand file tree Collapse file tree 1 file changed +77
-1
lines changed
schemas/2022-11-01-preview Expand file tree Collapse file tree 1 file changed +77
-1
lines changed Original file line number Diff line number Diff line change 331
331
],
332
332
"description" : " Optional. A dictionary of default key name and customized key name mapping. If not specified, default key name will be used for generate configurations"
333
333
},
334
+ "daprProperties" : {
335
+ "oneOf" : [
336
+ {
337
+ "$ref" : " #/definitions/DaprProperties"
338
+ },
339
+ {
340
+ "$ref" : " https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
341
+ }
342
+ ],
343
+ "description" : " Indicates some additional properties for dapr client type"
344
+ },
334
345
"deleteOrUpdateBehavior" : {
335
346
"oneOf" : [
336
347
{
387
398
],
388
399
"description" : " The service properties when target service type is ConfluentSchemaRegistry"
389
400
},
401
+ "DaprMetadata" : {
402
+ "type" : " object" ,
403
+ "properties" : {
404
+ "name" : {
405
+ "type" : " string" ,
406
+ "description" : " Metadata property name."
407
+ },
408
+ "secretRef" : {
409
+ "type" : " string" ,
410
+ "description" : " The secret name where dapr could get value"
411
+ },
412
+ "value" : {
413
+ "type" : " string" ,
414
+ "description" : " Metadata property value."
415
+ }
416
+ },
417
+ "description" : " The dapr component metadata."
418
+ },
419
+ "DaprProperties" : {
420
+ "type" : " object" ,
421
+ "properties" : {
422
+ "componentType" : {
423
+ "type" : " string" ,
424
+ "description" : " The dapr component type"
425
+ },
426
+ "metadata" : {
427
+ "oneOf" : [
428
+ {
429
+ "type" : " array" ,
430
+ "items" : {
431
+ "$ref" : " #/definitions/DaprMetadata"
432
+ }
433
+ },
434
+ {
435
+ "$ref" : " https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
436
+ }
437
+ ],
438
+ "description" : " Additional dapr metadata"
439
+ },
440
+ "scopes" : {
441
+ "oneOf" : [
442
+ {
443
+ "type" : " array" ,
444
+ "items" : {
445
+ "type" : " string"
446
+ }
447
+ },
448
+ {
449
+ "$ref" : " https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
450
+ }
451
+ ],
452
+ "description" : " The dapr component scopes"
453
+ },
454
+ "secretStoreComponent" : {
455
+ "type" : " string" ,
456
+ "description" : " The name of a secret store dapr to retrieve secret"
457
+ },
458
+ "version" : {
459
+ "type" : " string" ,
460
+ "description" : " The dapr component version"
461
+ }
462
+ },
463
+ "description" : " Indicates some additional properties for dapr client type"
464
+ },
390
465
"DryrunParameters" : {
391
466
"type" : " object" ,
392
467
"properties" : {},
530
605
" django" ,
531
606
" nodejs" ,
532
607
" springBoot" ,
533
- " kafka-springBoot"
608
+ " kafka-springBoot" ,
609
+ " dapr"
534
610
]
535
611
},
536
612
{
You can’t perform that action at this time.
0 commit comments