This commit is contained in:
Mazin Shaaeldin 2020-08-04 11:49:46 -04:00
Родитель 69f0a077a4
Коммит 0451ef17ea
26 изменённых файлов: 69 добавлений и 17 удалений

Просмотреть файл

@ -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;