1
0
mirror of synced 2025-12-25 02:09:19 -05:00

🎉 Source Microsoft Teams: migrate to the CDK

* Source Microsoft Teams #8315 - migrate to the CDK

* Source Microsoft Teams #8315 - acceptance tests

* Source Google Sheets #8313 - removing configured_catalog for SAT according to PR review

* Source Google Sheets #8313 - bump version and update docs

* Source Microsoft Teams #8315 - update source spec
This commit is contained in:
vitaliizazmic
2021-12-06 19:04:49 +02:00
committed by GitHub
parent 0eaaa1f6fc
commit bae5b02acd
18 changed files with 133 additions and 42 deletions

View File

@@ -155,3 +155,9 @@ This source requires **Application permissions**. Follow these [instructions](ht
Token acquiring implemented by [instantiate](https://docs.microsoft.com/en-us/azure/active-directory/develop/scenario-daemon-app-configuration?tabs=python#instantiate-the-msal-application) the confidential client application with a client secret and [calling](https://docs.microsoft.com/en-us/azure/active-directory/develop/scenario-daemon-acquire-token?tabs=python) AcquireTokenForClient from [Microsoft Authentication Library \(MSAL\) for Python](https://github.com/AzureAD/microsoft-authentication-library-for-python)
## CHANGELOG
| Version | Date | Pull Request | Subject |
|:--------|:-----------| :--- | :--- |
| 0.2.3 | 2021-12-06 | [8469](https://github.com/airbytehq/airbyte/pull/8469) | Migrate to the CDK |