SamplesV1/ADFSecurePublish/AdfKeyVaultDeployment/Models/Subscription.cs (13 lines of code) (raw):
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Microsoft.ADF.Deployment.AdfKeyVaultDeployment.Models
{
public class Subscription
{
public string FriendlyName { get; set; }
public string Id { get; set; }
}
}