File tree Expand file tree Collapse file tree 9 files changed +0
-57
lines changed
Attestation.Test/ScenarioTests Expand file tree Collapse file tree 9 files changed +0
-57
lines changed Original file line number Diff line number Diff line change 13
13
// ----------------------------------------------------------------------------------
14
14
15
15
using Microsoft . Azure . Commands . Common . Authentication ;
16
- using Microsoft . Azure . Graph . RBAC . Version1_6 ;
17
16
using Microsoft . Azure . Management . Attestation ;
18
17
using Microsoft . Azure . ServiceManagement . Common . Models ;
19
18
using Microsoft . Azure . Test . HttpRecorder ;
25
24
using System . Linq ;
26
25
using Microsoft . Azure . Management . Internal . Resources ;
27
26
using Microsoft . Rest . ClientRuntime . Azure . TestFramework ;
28
- using Microsoft . Azure . Commands . Common . Authentication . Abstractions ;
29
27
30
28
namespace Microsoft . Azure . Commands . Attestation . Test
31
29
{
Original file line number Diff line number Diff line change 16
16
using Microsoft . Azure . ServiceManagement . Common . Models ;
17
17
using Microsoft . WindowsAzure . Commands . ScenarioTest ;
18
18
using Microsoft . WindowsAzure . Commands . Test . Utilities . Common ;
19
- using Microsoft . Azure . Commands . Attestation . Test ;
20
19
using Xunit ;
21
- using Xunit . Abstractions ;
22
20
23
21
namespace Microsoft . Azure . Commands . Attestation . Test . ScenarioTests
24
22
{
Original file line number Diff line number Diff line change 13
13
// ----------------------------------------------------------------------------------
14
14
15
15
using Microsoft . Azure . Commands . Attestation . Models ;
16
- using Microsoft . Azure . Commands . Attestation . Properties ;
17
16
using Microsoft . Azure . Commands . ResourceManager . Common . ArgumentCompleters ;
18
17
using Microsoft . Azure . Management . Internal . Resources . Utilities . Models ;
19
- using System ;
20
- using System . Collections ;
21
18
using System . Management . Automation ;
22
- using System . Runtime . InteropServices . ComTypes ;
23
- using System . Collections . Generic ;
24
- using System . Text ;
25
19
using Microsoft . Rest . Azure ;
26
20
27
21
namespace Microsoft . Azure . Commands . Attestation
Original file line number Diff line number Diff line change 15
15
using Microsoft . Azure . Commands . Attestation . Models ;
16
16
using Microsoft . Azure . Commands . Attestation . Properties ;
17
17
using Microsoft . Azure . Commands . ResourceManager . Common . ArgumentCompleters ;
18
- using Microsoft . Rest . Azure ;
19
- using System ;
20
- using System . Collections ;
21
18
using System . Management . Automation ;
22
- using System . Runtime . InteropServices . ComTypes ;
23
- using Newtonsoft . Json ;
24
19
25
20
namespace Microsoft . Azure . Commands . Attestation
26
21
{
Original file line number Diff line number Diff line change 13
13
// ----------------------------------------------------------------------------------
14
14
15
15
using Microsoft . Azure . Commands . Attestation . Models ;
16
- using Microsoft . Azure . Commands . Attestation . Properties ;
17
16
using Microsoft . Azure . Commands . ResourceManager . Common . ArgumentCompleters ;
18
17
using Microsoft . Azure . Management . Internal . Resources . Utilities . Models ;
19
- using System ;
20
- using Microsoft . Rest . Azure ;
21
- using System . Globalization ;
22
18
using System . Management . Automation ;
23
19
24
20
namespace Microsoft . Azure . Commands . Attestation
Original file line number Diff line number Diff line change 13
13
// ----------------------------------------------------------------------------------
14
14
15
15
using System ;
16
- using System . Collections . Generic ;
17
- using System . Linq ;
18
- using System . Management . Automation ;
19
- using System . Net ;
20
16
using Microsoft . Azure . Commands . Common . Authentication ;
21
- using Microsoft . Azure . Commands . ResourceManager . Common . Tags ;
22
17
using Microsoft . Azure . Management . Attestation ;
23
- using PSAttestationProperties = Microsoft . Azure . Commands . Attestation . Properties ;
24
18
using Microsoft . Azure . Management . Attestation . Models ;
25
19
using Microsoft . Azure . Commands . Common . Authentication . Abstractions ;
26
- using Microsoft . Rest . Azure ;
27
- using Microsoft . Azure . Commands . Attestation . Models ;
28
- using Newtonsoft . Json ;
29
- using ErrorResponse = Microsoft . Azure . Management . Monitor . Version2018_09_01 . Models . ErrorResponse ;
30
20
31
21
namespace Microsoft . Azure . Commands . Attestation . Models
32
22
{
Original file line number Diff line number Diff line change 12
12
// limitations under the License.
13
13
// ----------------------------------------------------------------------------------
14
14
15
- using System ;
16
- using System . Collections ;
17
- using System . Collections . Generic ;
18
- using System . Linq ;
19
- using System . Linq . Expressions ;
20
- using System . Threading . Tasks ;
21
- using Microsoft . Azure . Commands . Common . Authentication ;
22
- using Microsoft . Azure . Commands . Common . Authentication . Abstractions ;
23
- using Microsoft . Azure . Commands . Attestation . Models ;
24
15
using Microsoft . Azure . Commands . ResourceManager . Common ;
25
- using Microsoft . Azure . Commands . ResourceManager . Common . Tags ;
26
- using Microsoft . Azure . Management . Internal . Resources ;
27
- using Microsoft . Azure . Management . Internal . Resources . Models ;
28
- using Microsoft . Azure . Management . Internal . Resources . Utilities ;
29
- using Microsoft . Azure . Management . Internal . Resources . Utilities . Models ;
30
- using Microsoft . Rest . Azure ;
31
- using Microsoft . Azure . Commands . Attestation . Properties ;
32
- using Microsoft . Azure . Commands . ResourceManager . Common . Paging ;
33
16
34
17
namespace Microsoft . Azure . Commands . Attestation . Models
35
18
{
Original file line number Diff line number Diff line change 12
12
// limitations under the License.
13
13
// ----------------------------------------------------------------------------------
14
14
15
- using System ;
16
- using System . Collections . Generic ;
17
- using System . Text ;
18
-
19
15
namespace Microsoft . Azure . Commands . Attestation . Models
20
16
{
21
17
public class AttestationCreationParameters
Original file line number Diff line number Diff line change 12
12
// limitations under the License.
13
13
// ----------------------------------------------------------------------------------
14
14
15
- using Microsoft . Azure . Commands . ResourceManager . Common . Tags ;
16
15
using Microsoft . Azure . Management . Internal . Resources . Utilities . Models ;
17
16
using Microsoft . Azure . Management . Attestation . Models ;
18
- using System ;
19
- using System . Collections . Generic ;
20
- using System . Linq ;
21
- using System . Collections ;
22
- using Microsoft . Azure . Management . Internal . Resources . Utilities ;
23
- using ResourceManagement = Microsoft . Azure . Management . Internal . Resources . Models ;
24
17
25
18
namespace Microsoft . Azure . Commands . Attestation . Models
26
19
{
You can’t perform that action at this time.
0 commit comments