mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
# Backport This will backport the following commits from `main` to `8.12`: - [[Search] Change Microsoft Teams service type (#174078)](https://github.com/elastic/kibana/pull/174078) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Efe Gürkan YALAMAN","email":"efeguerkan.yalaman@elastic.co"},"sourceCommit":{"committedDate":"2024-01-02T15:03:23Z","message":"[Search] Change Microsoft Teams service type (#174078)\n\n## Summary\r\n\r\nUpdates service type of MS Teams from `teams` to `microsoft_teams`\r\n\r\n---------\r\n\r\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>","sha":"76854d450d5e465ab86c64c7601ee479f1c0c728","branchLabelMapping":{"^v8.13.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["bug","release_note:skip","Team:EnterpriseSearch","v8.12.1","v8.13.0"],"title":"[Search] Change Microsoft Teams service type","number":174078,"url":"https://github.com/elastic/kibana/pull/174078","mergeCommit":{"message":"[Search] Change Microsoft Teams service type (#174078)\n\n## Summary\r\n\r\nUpdates service type of MS Teams from `teams` to `microsoft_teams`\r\n\r\n---------\r\n\r\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>","sha":"76854d450d5e465ab86c64c7601ee479f1c0c728"}},"sourceBranch":"main","suggestedTargetBranches":["8.12"],"targetPullRequestStates":[{"branch":"8.12","label":"v8.12.1","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.13.0","branchLabelMappingKey":"^v8.13.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/174078","number":174078,"mergeCommit":{"message":"[Search] Change Microsoft Teams service type (#174078)\n\n## Summary\r\n\r\nUpdates service type of MS Teams from `teams` to `microsoft_teams`\r\n\r\n---------\r\n\r\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>","sha":"76854d450d5e465ab86c64c7601ee479f1c0c728"}}]}] BACKPORT--> Co-authored-by: Efe Gürkan YALAMAN <efeguerkan.yalaman@elastic.co>
This commit is contained in:
parent
90021e1b05
commit
a75e8f6aa4
2 changed files with 8 additions and 8 deletions
|
@ -271,7 +271,7 @@ export const CONNECTOR_DEFINITIONS: ConnectorServerSideDefinition[] = [
|
|||
name: i18n.translate('searchConnectors.content.nativeConnectors.teams.name', {
|
||||
defaultMessage: 'Teams',
|
||||
}),
|
||||
serviceType: 'teams',
|
||||
serviceType: 'microsoft_teams',
|
||||
},
|
||||
{
|
||||
iconPath: 'zoom.svg',
|
||||
|
|
|
@ -85,6 +85,13 @@ export const CONNECTORS_DICT: Record<string, ConnectorClientSideDefinition> = {
|
|||
icon: CONNECTOR_ICONS.jira_cloud,
|
||||
platinumOnly: true,
|
||||
},
|
||||
microsoft_teams: {
|
||||
docsUrl: docLinks.connectorsTeams,
|
||||
externalAuthDocsUrl: '',
|
||||
externalDocsUrl: '',
|
||||
icon: CONNECTOR_ICONS.teams,
|
||||
platinumOnly: true,
|
||||
},
|
||||
mongodb: {
|
||||
docsUrl: docLinks.connectorsMongoDB,
|
||||
externalAuthDocsUrl: 'https://www.mongodb.com/docs/atlas/app-services/authentication/',
|
||||
|
@ -182,13 +189,6 @@ export const CONNECTORS_DICT: Record<string, ConnectorClientSideDefinition> = {
|
|||
icon: CONNECTOR_ICONS.slack,
|
||||
platinumOnly: true,
|
||||
},
|
||||
teams: {
|
||||
docsUrl: docLinks.connectorsTeams,
|
||||
externalAuthDocsUrl: '',
|
||||
externalDocsUrl: '',
|
||||
icon: CONNECTOR_ICONS.teams,
|
||||
platinumOnly: true,
|
||||
},
|
||||
zoom: {
|
||||
docsUrl: docLinks.connectorsZoom,
|
||||
externalAuthDocsUrl: '',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue