forked from microsoft/botbuilder-python
-
Notifications
You must be signed in to change notification settings - Fork 0
[pull] main from microsoft:main #36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…nd tenantId to the ARM template for Python bot deployment. (#2191)
Co-authored-by: tracyboehrer <tracyboehrer@users.noreply.github.com>
* Bump aiohttp Bumps the pip group with 1 update in the /libraries/botbuilder-integration-aiohttp directory: [aiohttp](https://github.com/aio-libs/aiohttp). Updates `aiohttp` from 3.10.5 to 3.10.11 - [Release notes](https://github.com/aio-libs/aiohttp/releases) - [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst) - [Commits](aio-libs/aiohttp@v3.10.5...v3.10.11) --- updated-dependencies: - dependency-name: aiohttp dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] <support@github.com> * Bump: aiohttp to 3.10.11 in SDK packages --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ganapathi Diddi <v-gandiddi@microsoft.com> Co-authored-by: tracyboehrer <tracyboehrer@users.noreply.github.com>
Reviewer's Guide by SourceryThis pull request implements significant updates to the Bot Framework deployment templates and dependencies. The changes focus on enhancing authentication options, improving security configurations, and updating Python package dependencies to their latest versions. ER diagram for updated Bot Framework deployment templateserDiagram
PARAMETERS {
string appServiceName
string existingAppServicePlanLocation
string newAppServicePlanName
string newAppServicePlanLocation
string appType
string appId
string appSecret
string UMSIName
string UMSIResourceGroupName
string tenantId
}
VARIABLES {
string tenantId
string msiResourceId
object appTypeDef
object appType
}
PARAMETERS ||--o{ VARIABLES : "defines"
PARAMETERS {
string appType
string appId
string UMSIName
string UMSIResourceGroupName
string tenantId
}
VARIABLES {
string tenantId
string msiResourceId
object appTypeDef
object appType
}
PARAMETERS ||--o{ VARIABLES : "defines"
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
See Commits and Changes for more details.
Created by
pull[bot] (v2.0.0-alpha.1)
Can you help keep this open source service alive? 💖 Please sponsor : )
Summary by Sourcery
Enhance deployment templates to support multiple bot authentication types and update Python version to 3.9. Revise documentation to reflect these changes and update dependencies in various libraries. Fix test assertion syntax for improved reliability.
Enhancements:
Documentation:
Tests:
Chores: