File tree Expand file tree Collapse file tree 12 files changed +160
-57
lines changed
src/ResourceManager/Compute
Commands.Compute/Extension/AEM
Commands.Compute.Test/ScenarioTests Expand file tree Collapse file tree 12 files changed +160
-57
lines changed Original file line number Diff line number Diff line change 1
- using Microsoft . WindowsAzure . Commands . ScenarioTest ;
2
- using System ;
3
- using System . Collections . Generic ;
4
- using System . Linq ;
5
- using System . Text ;
6
- using System . Threading . Tasks ;
1
+ // ----------------------------------------------------------------------------------
2
+ //
3
+ // Copyright Microsoft Corporation
4
+ // Licensed under the Apache License, Version 2.0 (the "License");
5
+ // you may not use this file except in compliance with the License.
6
+ // You may obtain a copy of the License at
7
+ // http://www.apache.org/licenses/LICENSE-2.0
8
+ // Unless required by applicable law or agreed to in writing, software
9
+ // distributed under the License is distributed on an "AS IS" BASIS,
10
+ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11
+ // See the License for the specific language governing permissions and
12
+ // limitations under the License.
13
+ // ----------------------------------------------------------------------------------
14
+
15
+ using Microsoft . WindowsAzure . Commands . ScenarioTest ;
7
16
using Xunit ;
8
17
9
18
namespace Microsoft . Azure . Commands . Compute . Test . ScenarioTests
Original file line number Diff line number Diff line change 1
- using Microsoft . Azure . Commands . Compute . Extension . AEM ;
1
+ // ----------------------------------------------------------------------------------
2
+ //
3
+ // Copyright Microsoft Corporation
4
+ // Licensed under the Apache License, Version 2.0 (the "License");
5
+ // you may not use this file except in compliance with the License.
6
+ // You may obtain a copy of the License at
7
+ // http://www.apache.org/licenses/LICENSE-2.0
8
+ // Unless required by applicable law or agreed to in writing, software
9
+ // distributed under the License is distributed on an "AS IS" BASIS,
10
+ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11
+ // See the License for the specific language governing permissions and
12
+ // limitations under the License.
13
+ // ----------------------------------------------------------------------------------
14
+
15
+ using Microsoft . Azure . Commands . Compute . Extension . AEM ;
2
16
using System ;
3
17
using System . Collections . Generic ;
4
- using System . Linq ;
5
- using System . Text ;
6
- using System . Text . RegularExpressions ;
7
- using System . Threading . Tasks ;
8
18
9
19
namespace Microsoft . Azure . Commands . Compute
10
20
{
Original file line number Diff line number Diff line change 1
- using Microsoft . Azure . Commands . Common . Authentication . Models ;
1
+ // ----------------------------------------------------------------------------------
2
+ //
3
+ // Copyright Microsoft Corporation
4
+ // Licensed under the Apache License, Version 2.0 (the "License");
5
+ // you may not use this file except in compliance with the License.
6
+ // You may obtain a copy of the License at
7
+ // http://www.apache.org/licenses/LICENSE-2.0
8
+ // Unless required by applicable law or agreed to in writing, software
9
+ // distributed under the License is distributed on an "AS IS" BASIS,
10
+ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11
+ // See the License for the specific language governing permissions and
12
+ // limitations under the License.
13
+ // ----------------------------------------------------------------------------------
14
+
15
+ using Microsoft . Azure . Commands . Common . Authentication . Models ;
2
16
using Microsoft . Azure . Commands . Compute . StorageServices ;
3
17
using Microsoft . Azure . Management . Compute . Models ;
4
18
using Microsoft . Azure . Management . Storage ;
17
31
using System . Linq ;
18
32
using System . Management . Automation ;
19
33
using System . Management . Automation . Host ;
20
- using System . Text ;
21
34
using System . Text . RegularExpressions ;
22
- using System . Threading ;
23
- using System . Threading . Tasks ;
24
35
25
36
namespace Microsoft . Azure . Commands . Compute . Extension . AEM
26
37
{
Original file line number Diff line number Diff line change 1
- using System ;
2
- using System . Collections . Generic ;
3
- using System . Linq ;
4
- using System . Text ;
1
+ // ----------------------------------------------------------------------------------
2
+ //
3
+ // Copyright Microsoft Corporation
4
+ // Licensed under the Apache License, Version 2.0 (the "License");
5
+ // you may not use this file except in compliance with the License.
6
+ // You may obtain a copy of the License at
7
+ // http://www.apache.org/licenses/LICENSE-2.0
8
+ // Unless required by applicable law or agreed to in writing, software
9
+ // distributed under the License is distributed on an "AS IS" BASIS,
10
+ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11
+ // See the License for the specific language governing permissions and
12
+ // limitations under the License.
13
+ // ----------------------------------------------------------------------------------
14
+
5
15
using System . Text . RegularExpressions ;
6
- using System . Threading . Tasks ;
7
16
8
17
namespace Microsoft . Azure . Commands . Compute . Extension . AEM
9
18
{
Original file line number Diff line number Diff line change 1
- using System ;
1
+ // ----------------------------------------------------------------------------------
2
+ //
3
+ // Copyright Microsoft Corporation
4
+ // Licensed under the Apache License, Version 2.0 (the "License");
5
+ // you may not use this file except in compliance with the License.
6
+ // You may obtain a copy of the License at
7
+ // http://www.apache.org/licenses/LICENSE-2.0
8
+ // Unless required by applicable law or agreed to in writing, software
9
+ // distributed under the License is distributed on an "AS IS" BASIS,
10
+ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11
+ // See the License for the specific language governing permissions and
12
+ // limitations under the License.
13
+ // ----------------------------------------------------------------------------------
14
+
15
+ using System ;
2
16
using System . Collections . Generic ;
3
17
using System . Diagnostics ;
4
- using System . Linq ;
5
- using System . Text ;
6
- using System . Threading . Tasks ;
7
18
8
19
namespace Microsoft . Azure . Commands . Compute . Extension . AEM
9
20
{
Original file line number Diff line number Diff line change 1
- using System ;
2
- using System . Collections . Generic ;
3
- using System . Linq ;
4
- using System . Text ;
5
- using System . Threading . Tasks ;
1
+ // ----------------------------------------------------------------------------------
2
+ //
3
+ // Copyright Microsoft Corporation
4
+ // Licensed under the Apache License, Version 2.0 (the "License");
5
+ // you may not use this file except in compliance with the License.
6
+ // You may obtain a copy of the License at
7
+ // http://www.apache.org/licenses/LICENSE-2.0
8
+ // Unless required by applicable law or agreed to in writing, software
9
+ // distributed under the License is distributed on an "AS IS" BASIS,
10
+ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11
+ // See the License for the specific language governing permissions and
12
+ // limitations under the License.
13
+ // ----------------------------------------------------------------------------------
6
14
7
15
namespace Microsoft . Azure . Commands . Compute
8
16
{
Original file line number Diff line number Diff line change 1
- using Newtonsoft . Json ;
2
- using System ;
1
+ // ----------------------------------------------------------------------------------
2
+ //
3
+ // Copyright Microsoft Corporation
4
+ // Licensed under the Apache License, Version 2.0 (the "License");
5
+ // you may not use this file except in compliance with the License.
6
+ // You may obtain a copy of the License at
7
+ // http://www.apache.org/licenses/LICENSE-2.0
8
+ // Unless required by applicable law or agreed to in writing, software
9
+ // distributed under the License is distributed on an "AS IS" BASIS,
10
+ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11
+ // See the License for the specific language governing permissions and
12
+ // limitations under the License.
13
+ // ----------------------------------------------------------------------------------
14
+
15
+ using Newtonsoft . Json ;
3
16
using System . Collections . Generic ;
4
- using System . Linq ;
5
- using System . Text ;
6
- using System . Threading . Tasks ;
7
17
8
18
namespace Microsoft . Azure . Commands . Compute
9
19
{
Original file line number Diff line number Diff line change 1
- using Newtonsoft . Json ;
2
- using System ;
3
- using System . Collections . Generic ;
4
- using System . Linq ;
5
- using System . Text ;
6
- using System . Threading . Tasks ;
1
+ // ----------------------------------------------------------------------------------
2
+ //
3
+ // Copyright Microsoft Corporation
4
+ // Licensed under the Apache License, Version 2.0 (the "License");
5
+ // you may not use this file except in compliance with the License.
6
+ // You may obtain a copy of the License at
7
+ // http://www.apache.org/licenses/LICENSE-2.0
8
+ // Unless required by applicable law or agreed to in writing, software
9
+ // distributed under the License is distributed on an "AS IS" BASIS,
10
+ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11
+ // See the License for the specific language governing permissions and
12
+ // limitations under the License.
13
+ // ----------------------------------------------------------------------------------
14
+
15
+ using Newtonsoft . Json ;
7
16
8
17
namespace Microsoft . Azure . Commands . Compute
9
18
{
Original file line number Diff line number Diff line change 1
- using System ;
2
- using System . Collections . Generic ;
3
- using System . Linq ;
4
- using System . Text ;
5
- using System . Threading . Tasks ;
1
+ // ----------------------------------------------------------------------------------
2
+ //
3
+ // Copyright Microsoft Corporation
4
+ // Licensed under the Apache License, Version 2.0 (the "License");
5
+ // you may not use this file except in compliance with the License.
6
+ // You may obtain a copy of the License at
7
+ // http://www.apache.org/licenses/LICENSE-2.0
8
+ // Unless required by applicable law or agreed to in writing, software
9
+ // distributed under the License is distributed on an "AS IS" BASIS,
10
+ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11
+ // See the License for the specific language governing permissions and
12
+ // limitations under the License.
13
+ // ----------------------------------------------------------------------------------
6
14
7
15
namespace Microsoft . Azure . Commands . Compute . Extension . AEM
8
16
{
Original file line number Diff line number Diff line change 1
- using AutoMapper ;
1
+ // ----------------------------------------------------------------------------------
2
+ //
3
+ // Copyright Microsoft Corporation
4
+ // Licensed under the Apache License, Version 2.0 (the "License");
5
+ // you may not use this file except in compliance with the License.
6
+ // You may obtain a copy of the License at
7
+ // http://www.apache.org/licenses/LICENSE-2.0
8
+ // Unless required by applicable law or agreed to in writing, software
9
+ // distributed under the License is distributed on an "AS IS" BASIS,
10
+ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11
+ // See the License for the specific language governing permissions and
12
+ // limitations under the License.
13
+ // ----------------------------------------------------------------------------------
14
+
15
+ using AutoMapper ;
2
16
using Microsoft . Azure . Commands . Compute . Common ;
3
17
using Microsoft . Azure . Commands . Compute . Models ;
4
18
using Microsoft . Azure . Management . Compute . Models ;
5
19
using System ;
6
20
using System . Globalization ;
7
- using System . Linq ;
8
21
using System . Management . Automation ;
9
22
using Microsoft . Azure . Management . Compute ;
10
23
using Microsoft . Azure . Management . Storage ;
Original file line number Diff line number Diff line change 19
19
using System . Linq ;
20
20
using System . Management . Automation ;
21
21
using System . Text ;
22
- using System . Threading . Tasks ;
23
22
using Microsoft . Azure . Management . Compute ;
24
23
using Microsoft . Azure . Management . Compute . Models ;
25
- using Microsoft . Azure . Management . Storage . Models ;
26
- using Newtonsoft . Json ;
27
24
using Microsoft . Azure . Management . Storage ;
28
- using System . Text . RegularExpressions ;
29
- using System . Net ;
30
- using Microsoft . WindowsAzure . Commands . Common . Storage ;
31
25
using Microsoft . WindowsAzure . Storage . Auth ;
32
- using Microsoft . WindowsAzure . Storage . Blob ;
33
26
using Microsoft . WindowsAzure . Storage ;
34
27
using Microsoft . WindowsAzure . Storage . Shared . Protocol ;
35
28
using Microsoft . Azure . Commands . Compute . Extension . AEM ;
Original file line number Diff line number Diff line change 1
- using Microsoft . Azure . Commands . Compute . Common ;
2
- using Microsoft . Azure . Commands . Compute . Models ;
1
+ // ----------------------------------------------------------------------------------
2
+ //
3
+ // Copyright Microsoft Corporation
4
+ // Licensed under the Apache License, Version 2.0 (the "License");
5
+ // you may not use this file except in compliance with the License.
6
+ // You may obtain a copy of the License at
7
+ // http://www.apache.org/licenses/LICENSE-2.0
8
+ // Unless required by applicable law or agreed to in writing, software
9
+ // distributed under the License is distributed on an "AS IS" BASIS,
10
+ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11
+ // See the License for the specific language governing permissions and
12
+ // limitations under the License.
13
+ // ----------------------------------------------------------------------------------
14
+
15
+ using Microsoft . Azure . Commands . Compute . Common ;
3
16
using System ;
4
17
using System . Collections . Generic ;
5
18
using System . Linq ;
6
19
using System . Management . Automation ;
7
20
using System . Text ;
8
- using System . Threading . Tasks ;
9
21
using Microsoft . Azure . Management . Compute ;
10
22
using Microsoft . Azure . Commands . Compute . Extension . AEM ;
11
23
using Newtonsoft . Json ;
You can’t perform that action at this time.
0 commit comments