Imports of package azuread

PathSynopsis
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
cryptoPackage crypto collects common cryptographic constants.
crypto/x509Package x509 implements a subset of the X.509 standard.
database/sqlPackage sql provides a generic interface around SQL (or SQL-like) databases.
database/sql/driverPackage driver defines interfaces to be implemented by database drivers as used by package sql.
errorsPackage errors implements functions to manipulate errors.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/Azure/azure-sdk-for-go/sdk/azcorePackage azcore implements an HTTP request/response middleware pipeline used by Azure SDK clients.
github.com/Azure/azure-sdk-for-go/sdk/azcore/cloudPackage cloud implements a configuration API for applications deployed to sovereign or private Azure clouds.
github.com/Azure/azure-sdk-for-go/sdk/azcore/policyPackage policy contains the definitions needed for configuring in-box pipeline policies and creating custom policies.
github.com/Azure/azure-sdk-for-go/sdk/azidentity
github.com/microsoft/go-mssqldbpackage mssql implements the TDS protocol used to connect to MS SQL Server (sqlserver) database servers.
github.com/microsoft/go-mssqldb/msdsn
osPackage os provides a platform-independent interface to operating system functionality.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.