-
Notifications
You must be signed in to change notification settings - Fork 1
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
Merge development changes to stable for 2021.01.00 release. #23
Merged
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
Bumps [System.Text.Json](https://github.com/dotnet/runtime) from 5.0.0 to 5.0.1. - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v5.0.0...v5.0.1) Signed-off-by: dependabot[bot] <support@github.com>
…nt/System.Text.Json-5.0.1 Bump System.Text.Json from 5.0.0 to 5.0.1 in /src
- Sending a close/break signal (ctrl+c or ctrl+break) when authenticating has been fixed and will no longer deadlock the console. - This is a very rudimentary implementation, but tests are working and is throwing the error properly when sending the signal to the async task.
Fixed bug for cancelling MSAL authentication.
- When successfully authenticating into the API, it will now read 'Defender for Endpoint' instead of 'Defender ATP'.
- The CancelEventHandler for when the cancel key is pressed is removed when either an exception is thrown or when the task gracefully exits.
Fix close signals crashing the console after Connect-DatpGraph is ran
Bumps [Microsoft.Identity.Client](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet) from 4.24.0 to 4.25.0. - [Release notes](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/releases) - [Changelog](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/blob/master/changelog.txt) - [Commits](AzureAD/microsoft-authentication-library-for-dotnet@4.24.0...4.25.0) Signed-off-by: dependabot[bot] <support@github.com>
…nt/Microsoft.Identity.Client-4.25.0 Bump Microsoft.Identity.Client from 4.24.0 to 4.25.0 in /src
- Changed parameter inputs from using List<T> to T[].
Merge the addition of help documents (Initial)
- Instead of trying to convert 'orgPrevalence' to int32, just read it as a string for now.
- Instead of converting 'orgPrevalence' and 'globalPrevalence' to int32, just convert it to string for now.
- There was a syntax error during the loop to write the objects to the console.
- Since both parameters are in a unique parameter set, both parameters are set to position 0 now.
- Meant to change from int to string in a previous commit.
- This API call is not working as expected and is being removed from production for the time being.
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.
No description provided.