Skip to content

Commit e868819

Browse files
author
Layla Liu
committed
Add AddtionalProperties for DataConnector
1 parent 4c641b8 commit e868819

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

specification/app/resource-manager/Microsoft.App/ContainerApps/stable/2026-01-01/CommonDefinitions.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1639,6 +1639,27 @@
16391639
"name": "DataConnectorProvisioningState",
16401640
"modelAsString": true
16411641
}
1642+
},
1643+
"additionalProperties": {
1644+
"type": "array",
1645+
"description": "Additional properties for the data connector.",
1646+
"items": {
1647+
"$ref": "#/definitions/AdditionalProperties"
1648+
}
1649+
}
1650+
}
1651+
},
1652+
"AdditionalProperties":{
1653+
"type": "object",
1654+
"description": "Additional properties for the data connector.",
1655+
"properties": {
1656+
"name": {
1657+
"description": "Name of the additional property.",
1658+
"type": "string"
1659+
},
1660+
"value": {
1661+
"description": "Value of the additional property.",
1662+
"type": "object"
16421663
}
16431664
}
16441665
}

0 commit comments

Comments
 (0)