Skip to content

Instantly share code, notes, and snippets.

View tdraganidis's full-sized avatar

Thanos Draganidis tdraganidis

  • Thessaloniki, Greece
View GitHub Profile
@tdraganidis
tdraganidis / PowerBiEmbeddedManager.cs
Last active August 9, 2020 15:24
Copy a pbix template report to a tenant app workspace
using Microsoft.Azure.Management.ResourceManager;
using Microsoft.IdentityModel.Clients.ActiveDirectory;
using Microsoft.PowerBI.Api.V2;
using Microsoft.PowerBI.Api.V2.Models;
using Microsoft.Rest;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Net;