Skip to content

Commit a67ee80

Browse files
niteshgupta90Nitesh Gupta
andauthored
feat: Enable CLI support for ExternalClientApplication
* chore: auto-update metadata coverage in METADATA_SUPPORT.md * chore: auto-update metadata coverage in METADATA_SUPPORT.md Co-authored-by: Nitesh Gupta <[email protected]>
1 parent a26a60b commit a67ee80

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

METADATA_SUPPORT.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,11 @@ v57 introduces the following new types. Here's their current level of support
531531
|Metadata Type|Support|Notes|
532532
|:---|:---|:---|
533533
|ActionableListDefinition||Not supported, but support could be added|
534-
|ExternalClientApplication||Not supported, but support could be added|
534+
|DisclosureType||Not supported, but support could be added|
535+
|ExternalClientApplication|||
536+
|GearDescriptor||Not supported, but support could be added|
537+
|IdentityProviderSettings|||
538+
|ProductSpecificationTypeDefinition||Not supported, but support could be added|
535539

536540
## Additional Types
537541

src/registry/metadataRegistry.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1367,6 +1367,14 @@
13671367
"inFolder": false,
13681368
"strictDirectoryName": false
13691369
},
1370+
"externalclientapplication": {
1371+
"id": "externalclientapplication",
1372+
"name": "ExternalClientApplication",
1373+
"suffix": "externalClientApp",
1374+
"directoryName": "externalClientApps",
1375+
"inFolder": false,
1376+
"strictDirectoryName": false
1377+
},
13701378
"appmenu": {
13711379
"id": "appmenu",
13721380
"name": "AppMenu",
@@ -3183,6 +3191,7 @@
31833191
"entitlementTemplate": "entitlementtemplate",
31843192
"notiftype": "customnotificationtype",
31853193
"connectedApp": "connectedapp",
3194+
"externalClientApp": "externalclientapplication",
31863195
"appMenu": "appmenu",
31873196
"delegateGroup": "delegategroup",
31883197
"network": "network",

0 commit comments

Comments
 (0)