1. Small change to authentication flow: default auth method is still Azure CLI, but the fallback to device auth has been removed. Instead, if you want device auth, initiate `PyKustoClient` with `auth_method=KustoConnectionStringBuilder.with_aad_device_authentication`.
1. Added functions: `rand`, `has_any`.