Skip to content

Commit 43cf8e8

Browse files
author
msftbot[bot]
authored
[ReleasePR servicelinker] [Hub Generated] Publish private branch 'servicelinker/qianwens/118' (#2790)
Create to sync Azure/azure-rest-api-specs#22342 [ReCreate this PR](https://github.com/azure-resource-manager-schemas/compare/main...azure-sdk:sdkAuto/servicelinker?expand=1)
2 parents 5cdf854 + 0b54fe3 commit 43cf8e8

File tree

1 file changed

+77
-1
lines changed

1 file changed

+77
-1
lines changed

schemas/2022-11-01-preview/Microsoft.ServiceLinker.json

Lines changed: 77 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,6 +331,17 @@
331331
],
332332
"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"
333333
},
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+
},
334345
"deleteOrUpdateBehavior": {
335346
"oneOf": [
336347
{
@@ -387,6 +398,70 @@
387398
],
388399
"description": "The service properties when target service type is ConfluentSchemaRegistry"
389400
},
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+
},
390465
"DryrunParameters": {
391466
"type": "object",
392467
"properties": {},
@@ -530,7 +605,8 @@
530605
"django",
531606
"nodejs",
532607
"springBoot",
533-
"kafka-springBoot"
608+
"kafka-springBoot",
609+
"dapr"
534610
]
535611
},
536612
{

0 commit comments

Comments
 (0)