Skip to content

Instantly share code, notes, and snippets.

View open-ruic's full-sized avatar

Rui C. open-ruic

View GitHub Profile
@open-ruic
open-ruic / Upgrade Azure SQLDatabase with Restful API
Created February 27, 2017 08:39
Upgrade Azure SQLDatabase with Restful API
import com.microsoft.aad.adal4j.AuthenticationContext;
import com.microsoft.aad.adal4j.AuthenticationResult;
import org.w3c.dom.Document;
import org.w3c.dom.Node;
import org.xml.sax.InputSource;
import javax.naming.ServiceUnavailableException;
import javax.net.ssl.HttpsURLConnection;
import javax.xml.parsers.DocumentBuilder;
import javax.xml.parsers.DocumentBuilderFactory;