New command: externalconnection schema add
See original GitHub issueUsage
m365 externalconnection schema add [options]
Description
This command will allow the administrator to add a schema to a specific external connection for use in Microsoft Search.
Options
Option | Description |
---|---|
-i, --externalConnectionId <externalConnectionId> |
The ID of the External Connection |
-s, --schema <schema> |
The schema object to be added |
Additional Info
No response
Issue Analytics
- State:
- Created a year ago
- Comments:17 (17 by maintainers)
Top Results From Across the Web
CREATE EXTERNAL SCHEMA - Amazon Redshift
Creates a new external schema in the current database. You can use this external schema to connect to Amazon RDS for PostgreSQL or...
Read more >externalconnection schema add - CLI for Microsoft 365
This command allows the administrator to add a schema to a specific external connection for use in Microsoft Search. Usage¶. m365 search externalconnection ......
Read more >Add new connections - Visual Studio (Windows)
To create a connection to the database, click the Add Connection icon in Server Explorer, or right-click in Server Explorer on the Data ......
Read more >CREATE SCHEMA - Snowflake Documentation
Creates a new schema in the current database. In addition, this command can be used to clone an existing schema, either at its...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
As the API call is
/external/connections/{id}/schema
, am I right to assume that I should place the command undersearch
-externalconnection
and name the commandexternalconnection schema add
? If so, could we update the specs? I’ve read through the documentation and can’t really see why it should be placed directly undersearch
, as we require an external connection id…Could I pick this one up? 🙂