Shahzaib
Shahzaib
Add a pipeline that will run Nightly MSAL against Prod Broker Automation
Per: https://github.com/AzureAD/microsoft-authentication-library-common-for-android/pull/1799
Related PR: https://github.com/AzureAD/microsoft-authentication-library-common-for-android/pull/1770 This PR just fixes existing test cases after telemetry schema updated in the above linked PR.
This PR Addresses https://github.com/openjfx/javafx-gradle-plugin/issues/99 Platform can now be configured as follows: 
It seems platform is currently detected here: https://github.com/openjfx/javafx-gradle-plugin/blob/master/src/main/java/org/openjfx/gradle/JavaFXOptions.java#L60 Is setting this / overriding this currently supported? Didn't seem so from documentation. Basically instead of detecting, can we make an option...
Pipeline that can run MSAL automation using supplied RC build of MSAL and run it against prod brokers.
Developer provided logger settings for the logger MAY get overwritten by our default values in some cases. Consider the following scenario: - A developer does NOT provide a logger config...
Add Automation Tests to test perf when multiple silent token requests are done in parallel. Two tests are added: one for non-joined and one for joined device
Please make sure every Pull Request has the following information: * A reference to a related issue in your repository (mandatory) * A description of the changes proposed in the...