Added copyright header
This commit is contained in:
Родитель
69f0a077a4
Коммит
0451ef17ea
|
@ -1,3 +1,5 @@
|
|||
// Copyright (c) Microsoft Corporation.// Licensed under the MIT license.
|
||||
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using YamlDotNet.Serialization;
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
using System;
|
||||
// Copyright (c) Microsoft Corporation.// Licensed under the MIT license.
|
||||
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
using System;
|
||||
// Copyright (c) Microsoft Corporation.// Licensed under the MIT license.
|
||||
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using Microsoft.Azure.Management.KeyVault.Models;
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
using Microsoft.Graph;
|
||||
// Copyright (c) Microsoft Corporation.// Licensed under the MIT license.
|
||||
|
||||
using Microsoft.Graph;
|
||||
using Microsoft.Identity.Client;
|
||||
using System.Net.Http;
|
||||
using System.Net.Http.Headers;
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
using Microsoft.Azure.Management.KeyVault.Models;
|
||||
// Copyright (c) Microsoft Corporation.// Licensed under the MIT license.
|
||||
|
||||
using Microsoft.Azure.Management.KeyVault.Models;
|
||||
using Microsoft.Graph;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
using Microsoft.Graph;
|
||||
// Copyright (c) Microsoft Corporation.// Licensed under the MIT license.
|
||||
|
||||
using Microsoft.Graph;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq.Expressions;
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
using Microsoft.Azure.Management.KeyVault;
|
||||
// Copyright (c) Microsoft Corporation.// Licensed under the MIT license.
|
||||
|
||||
using Microsoft.Azure.Management.KeyVault;
|
||||
using Microsoft.Azure.Management.KeyVault.Models;
|
||||
using Microsoft.Rest.Azure;
|
||||
using System;
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
[assembly: log4net.Config.XmlConfigurator]
|
||||
// Copyright (c) Microsoft Corporation.// Licensed under the MIT license.
|
||||
|
||||
[assembly: log4net.Config.XmlConfigurator]
|
||||
|
||||
namespace RBAC
|
||||
{
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
using System;
|
||||
// Copyright (c) Microsoft Corporation.// Licensed under the MIT license.
|
||||
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using Microsoft.Azure.Management.KeyVault;
|
||||
using Microsoft.Graph;
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
<Application x:Class="RBAC.App"
|
||||
<!-- Copyright (c) Microsoft Corporation.// Licensed under the MIT license-->
|
||||
|
||||
<Application x:Class="RBAC.App"
|
||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:local="clr-namespace:RBAC"
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
using System.Windows;
|
||||
// Copyright (c) Microsoft Corporation.// Licensed under the MIT license-->
|
||||
|
||||
using System.Windows;
|
||||
|
||||
namespace RBAC
|
||||
{
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
// Copyright (c) Microsoft Corporation.// Licensed under the MIT license-->
|
||||
|
||||
using System.Windows;
|
||||
|
||||
[assembly: ThemeInfo(
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
<Window x:Class="RBAC.FileDialogWindow"
|
||||
<!-- Copyright (c) Microsoft Corporation.// Licensed under the MIT license-->
|
||||
|
||||
<Window x:Class="RBAC.FileDialogWindow"
|
||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
<Window x:Class="RBAC.MainWindow"
|
||||
<!-- Copyright (c) Microsoft Corporation.// Licensed under the MIT license-->
|
||||
|
||||
<Window x:Class="RBAC.MainWindow"
|
||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:lvc="clr-namespace:LiveCharts.Wpf;assembly=LiveCharts.Wpf"
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
using System;
|
||||
// Copyright (c) Microsoft Corporation.// Licensed under the MIT license-->
|
||||
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Windows;
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
// Copyright (c) Microsoft Corporation.// Licensed under the MIT license.
|
||||
|
||||
using Microsoft.VisualStudio.TestTools.UnitTesting;
|
||||
using Newtonsoft.Json.Linq;
|
||||
using System;
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
# Copyright (c) Microsoft Corporation.// Licensed under the MIT license.
|
||||
|
||||
- VaultName: RG1Test1
|
||||
ResourceGroupName: RG1
|
||||
SubscriptionId: 00000000-0000-0000-0000-000000000000
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
# Copyright (c) Microsoft Corporation.// Licensed under the MIT license.
|
||||
|
||||
- VaultName: RG1Test1
|
||||
ResourceGroupName: RG1
|
||||
SubscriptionId: 00000000-0000-0000-0000-000000000000
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
// Copyright (c) Microsoft Corporation.// Licensed under the MIT license.
|
||||
|
||||
{
|
||||
"Resources": [
|
||||
{
|
||||
|
@ -33,4 +35,4 @@
|
|||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
# Copyright (c) Microsoft Corporation.// Licensed under the MIT license.
|
||||
|
||||
- VaultName: RG1Test1
|
||||
ResourceGroupName: RG1
|
||||
SubscriptionId: 00000000-0000-0000-0000-000000000000
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
// Copyright (c) Microsoft Corporation. // Licensed under the MIT license.
|
||||
|
||||
{
|
||||
"Resources": [
|
||||
{
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
# Copyright (c) Microsoft Corporation.// Licensed under the MIT license.
|
||||
|
||||
- VaultName: RG1Test1
|
||||
ResourceGroupName: RG1
|
||||
SubscriptionId: 00000000-0000-0000-0000-000000000000
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
// Copyright (c) Microsoft Corporation.// Licensed under the MIT license.
|
||||
|
||||
using Microsoft.VisualStudio.TestTools.UnitTesting;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
using Microsoft.Azure.Management.ContainerRegistry.Fluent;
|
||||
// Copyright (c) Microsoft Corporation.// Licensed under the MIT license.
|
||||
|
||||
using Microsoft.Azure.Management.ContainerRegistry.Fluent;
|
||||
using Microsoft.Azure.Management.KeyVault;
|
||||
using Microsoft.Azure.Management.KeyVault.Models;
|
||||
using Microsoft.Graph;
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
using Microsoft.Azure.Management.KeyVault.Models;
|
||||
// Copyright (c) Microsoft Corporation.// Licensed under the MIT license.
|
||||
|
||||
using Microsoft.Azure.Management.KeyVault.Models;
|
||||
using System.Linq;
|
||||
using System;
|
||||
[assembly: log4net.Config.XmlConfigurator]
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
using System;
|
||||
// Copyright (c) Microsoft Corporation.// Licensed under the MIT license.
|
||||
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using Microsoft.Azure.Management.KeyVault;
|
||||
using Microsoft.Graph;
|
||||
|
|
Загрузка…
Ссылка в новой задаче