Skip to content

Commit bf45ac1

Browse files
feat(metadataTypes): adding omnisupervisorconfig support (#747)
* feat: adding omnisupervisorconfig support * chore: auto-update metadata coverage in METADATA_SUPPORT.md Co-authored-by: Shane McLaughlin <[email protected]>
1 parent b83c9a5 commit bf45ac1

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

METADATA_SUPPORT.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -532,6 +532,7 @@ v57 introduces the following new types. Here's their current level of support
532532
|:---|:---|:---|
533533
|ActionableListDefinition||Not supported, but support could be added|
534534
|AffinityScoreDefinition||Not supported, but support could be added|
535+
|CampaignTemplateDefinition||Not supported, but support could be added|
535536
|ClauseCatgConfiguration|||
536537
|DisclosureDefinition|||
537538
|DisclosureDefinitionVersion|||
@@ -545,7 +546,7 @@ v57 introduces the following new types. Here's their current level of support
545546
|IdentityProviderSettings|||
546547
|IntegrationProviderDef||Not supported, but support could be added|
547548
|LocationUse||Not supported, but support could be added|
548-
|OmniSupervisorConfig||Not supported, but support could be added (but not for tracking)|
549+
|OmniSupervisorConfig|⚠️|Supports deploy/retrieve but not source tracking|
549550
|PipelineInspMetricConfig||Not supported, but support could be added|
550551
|ProductSpecificationTypeDefinition||Not supported, but support could be added|
551552
|ServiceProcess||Not supported, but support could be added|

src/registry/metadataRegistry.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3192,9 +3192,18 @@
31923192
"directoryName": "streamingAppDataConnectors",
31933193
"inFolder": false,
31943194
"strictDirectoryName": false
3195+
},
3196+
"omnisupervisorconfig": {
3197+
"id": "omnisupervisorconfig",
3198+
"name": "OmniSupervisorConfig",
3199+
"suffix": "omniSupervisorConfig",
3200+
"directoryName": "omniSupervisorConfigs",
3201+
"inFolder": false,
3202+
"strictDirectoryName": false
31953203
}
31963204
},
31973205
"suffixes": {
3206+
"omniSupervisorConfig": "omnisupervisorconfig",
31983207
"serviceAISetupDescription": "serviceaisetupdefinition",
31993208
"serviceAISetupField": "serviceaisetupfield",
32003209
"ai": "aiapplication",

0 commit comments

Comments
 (0)