microsoft / AzureSMR

AzureSMR is no longer being actively developed. For ongoing support of Azure in R, see: https://github.com/Azure/AzureR
Other
60 stars 43 forks source link

Added new auth methods to existing framework, tests, bug fixes, code cleanup #103

Closed omkarksa closed 7 years ago

omkarksa commented 7 years ago

This is in continuation to the previous pull request to support an "R connector for ADLS" (https://github.com/Microsoft/AzureSMR/pull/97). Following are the new features, added newer auth types to the existing AzureSMR auth framework: Added new auth methods ("DeviceCode", "RefreshToken") to the existing AzureAuthenticate.R by introducing "authType" in the old interfaces (default is "ClientCredential"). Added a manual test for "DeviceCode" authType. Bug fixes. Code cleanup.

omkarksa commented 7 years ago

@andrie Please ignore this pull request. I will raise a new one with full code cleanup and updates.