File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed
specification/app/resource-manager/Microsoft.App/ContainerApps/stable/2026-01-01 Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change 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 }
You can’t perform that action at this time.
0 commit comments