Skip to content

Commit af40d97

Browse files
author
Layla Liu
committed
Fixes for ExtendedProperties
1 parent 672281f commit af40d97

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

specification/app/resource-manager/Microsoft.App/ContainerApps/readme.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,11 @@ input-file:
7676
- stable/2026-01-01/Subscriptions.json
7777
- stable/2026-01-01/Usages.json
7878
- stable/2026-01-01/LogicAppsExtension.json
79+
directive:
80+
- suppress: AvoidAdditionalProperties
81+
from: CommonDefinitions.json
82+
where:
83+
- $.definitions.DataConnector.properties.extendedProperties
7984
```
8085

8186
### Tag: package-2025-07-01

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1643,9 +1643,7 @@
16431643
"extendedProperties": {
16441644
"type": "object",
16451645
"description": "Additional properties for the data connector which can be used to store custom key-value pairs.",
1646-
"additionalProperties": {
1647-
"type": "object"
1648-
}
1646+
"additionalProperties": {}
16491647
}
16501648
}
16511649
}

0 commit comments

Comments
 (0)