-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
.Net: Provide access to the security scheme and requirement for an Open API function #9430
Merged
markwallace-microsoft
merged 27 commits into
microsoft:main
from
markwallace-microsoft:users/markwallace/issue_9429
Nov 6, 2024
Merged
.Net: Provide access to the security scheme and requirement for an Open API function #9430
markwallace-microsoft
merged 27 commits into
microsoft:main
from
markwallace-microsoft:users/markwallace/issue_9429
Nov 6, 2024
Conversation
This file contains 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
github-actions
bot
changed the title
Provide access to the security schema for an Open API function
.Net: Provide access to the security schema for an Open API function
Oct 25, 2024
markwallace-microsoft
had a problem deploying
to
integration
October 25, 2024 11:40
— with
GitHub Actions
Failure
markwallace-microsoft
force-pushed
the
users/markwallace/issue_9429
branch
from
October 25, 2024 12:32
691dd6c
to
fddc739
Compare
markwallace-microsoft
temporarily deployed
to
integration
October 25, 2024 12:32
— with
GitHub Actions
Inactive
markwallace-microsoft
temporarily deployed
to
integration
October 31, 2024 13:18
— with
GitHub Actions
Inactive
markwallace-microsoft
temporarily deployed
to
integration
October 31, 2024 13:46
— with
GitHub Actions
Inactive
markwallace-microsoft
temporarily deployed
to
integration
November 1, 2024 11:23
— with
GitHub Actions
Inactive
markwallace-microsoft
temporarily deployed
to
integration
November 1, 2024 18:43
— with
GitHub Actions
Inactive
markwallace-microsoft
temporarily deployed
to
integration
November 4, 2024 09:46
— with
GitHub Actions
Inactive
markwallace-microsoft
changed the title
.Net: Provide access to the security schema for an Open API function
.Net: Provide access to the security scheme and requirement for an Open API function
Nov 4, 2024
markwallace-microsoft
had a problem deploying
to
integration
November 4, 2024 16:53
— with
GitHub Actions
Error
markwallace-microsoft
temporarily deployed
to
integration
November 4, 2024 16:57
— with
GitHub Actions
Inactive
markwallace-microsoft
temporarily deployed
to
integration
November 5, 2024 10:06
— with
GitHub Actions
Inactive
markwallace-microsoft
had a problem deploying
to
integration
November 5, 2024 14:31
— with
GitHub Actions
Failure
…kwallace-microsoft/semantic-kernel into users/markwallace/issue_9429
markwallace-microsoft
had a problem deploying
to
integration
November 6, 2024 12:00
— with
GitHub Actions
Failure
SergeyMenshykh
approved these changes
Nov 6, 2024
markwallace-microsoft
had a problem deploying
to
integration
November 6, 2024 12:46
— with
GitHub Actions
Failure
markwallace-microsoft
temporarily deployed
to
integration
November 6, 2024 13:13
— with
GitHub Actions
Inactive
markwallace-microsoft
added
the
openapi
Issues related to the OpenAPI function importer
label
Nov 6, 2024
dotnet/src/Functions/Functions.OpenApi/Model/RestApiSecurityScheme.cs
Outdated
Show resolved
Hide resolved
dotnet/src/Functions/Functions.OpenApi/OpenApi/OpenApiDocumentParser.cs
Outdated
Show resolved
Hide resolved
markwallace-microsoft
temporarily deployed
to
integration
November 6, 2024 17:45
— with
GitHub Actions
Inactive
markwallace-microsoft
had a problem deploying
to
integration
November 6, 2024 19:26
— with
GitHub Actions
Failure
dotnet/src/Functions/Functions.OpenApi/OpenApi/OpenApiDocumentParser.cs
Outdated
Show resolved
Hide resolved
markwallace-microsoft
had a problem deploying
to
integration
November 6, 2024 19:58
— with
GitHub Actions
Error
markwallace-microsoft
temporarily deployed
to
integration
November 6, 2024 20:06
— with
GitHub Actions
Inactive
markwallace-microsoft
temporarily deployed
to
integration
November 6, 2024 20:25
— with
GitHub Actions
Inactive
SergeyMenshykh
approved these changes
Nov 6, 2024
dmytrostruk
approved these changes
Nov 6, 2024
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.
Motivation and Context
Exploring a fix for #9429
Description
Contribution Checklist