data/src/main/java/com/microsoft/azure/kusto/data/auth/ConnectionStringBuilder.java [428:435]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        if (StringUtils.isEmpty(clusterUrl)) {
            throw new IllegalArgumentException("clusterUrl cannot be null or empty");
        }

        ConnectionStringBuilder csb = new ConnectionStringBuilder();
        csb.aadFederatedSecurity = true;
        csb.clusterUrl = clusterUrl;
        csb.aadAuthorityId = authorityId;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



data/src/main/java/com/microsoft/azure/kusto/data/auth/ConnectionStringBuilder.java [446:453]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        if (StringUtils.isEmpty(clusterUrl)) {
            throw new IllegalArgumentException("clusterUrl cannot be null or empty");
        }

        ConnectionStringBuilder csb = new ConnectionStringBuilder();
        csb.aadFederatedSecurity = true;
        csb.clusterUrl = clusterUrl;
        csb.aadAuthorityId = authorityId;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



