File tree Expand file tree Collapse file tree 11 files changed +157
-34
lines changed
src/ResourceManager/AzureBatch
Commands.Batch.Test/Applications Expand file tree Collapse file tree 11 files changed +157
-34
lines changed 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 . Management . Automation ;
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
+ // ----------------------------------------------------------------------------------
7
14
15
+ using System . Management . Automation ;
8
16
using Microsoft . Azure . Commands . Batch . Models ;
9
17
using Microsoft . WindowsAzure . Commands . ScenarioTest ;
10
-
11
18
using Moq ;
12
-
13
19
using Xunit ;
14
20
15
21
namespace Microsoft . Azure . Commands . Batch . Test . Applications
Original file line number Diff line number Diff line change 1
- using System ;
2
- using System . Linq ;
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
+
3
15
using System . Management . Automation ;
4
16
using Microsoft . Azure . Commands . Batch . Models ;
5
17
using Microsoft . WindowsAzure . Commands . ScenarioTest ;
6
18
using Microsoft . WindowsAzure . Commands . Test . Utilities . Common ;
7
-
8
19
using Moq ;
9
-
10
20
using Xunit ;
11
21
12
22
namespace Microsoft . Azure . Commands . Batch . Test . Applications
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 . Management . Automation ;
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
+ // ----------------------------------------------------------------------------------
7
14
15
+ using System . Management . Automation ;
8
16
using Microsoft . Azure . Commands . Batch . Models ;
9
17
using Microsoft . WindowsAzure . Commands . ScenarioTest ;
10
-
11
18
using Moq ;
12
-
13
19
using Xunit ;
14
20
15
21
namespace Microsoft . Azure . Commands . Batch . Test . Applications
Original file line number Diff line number Diff line change 1
- using System ;
2
- using System . Linq ;
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
+
3
15
using System . Management . Automation ;
4
16
using Microsoft . Azure . Commands . Batch . Models ;
5
17
using Microsoft . WindowsAzure . Commands . ScenarioTest ;
6
-
7
18
using Moq ;
8
-
9
19
using Xunit ;
10
20
11
21
namespace Microsoft . Azure . Commands . Batch . Test . Applications
Original file line number Diff line number Diff line change 1
- using System ;
2
- using System . Linq ;
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
+
3
15
using System . Management . Automation ;
4
16
using Microsoft . Azure . Commands . Batch . Models ;
5
17
using Microsoft . WindowsAzure . Commands . ScenarioTest ;
6
-
7
18
using Moq ;
8
-
9
19
using Xunit ;
10
20
11
21
namespace Microsoft . Azure . Commands . Batch . Test . Applications
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
+
2
15
using Microsoft . WindowsAzure . Commands . ScenarioTest ;
3
16
using Moq ;
4
17
using System . Management . Automation ;
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 . Linq ;
3
17
using System . Runtime . Serialization ;
4
18
Original file line number Diff line number Diff line change
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
+
1
15
using System ;
2
16
using System . Linq ;
3
17
using System . Runtime . Serialization ;
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 . Linq ;
4
-
5
18
using Microsoft . Azure . Management . Batch . Models ;
6
19
7
20
namespace Microsoft . Azure . Commands . Batch . Models
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 . Linq ;
3
-
4
17
using Microsoft . Azure . Management . Batch . Models ;
5
18
6
19
namespace Microsoft . Azure . Commands . Batch . Models
Original file line number Diff line number Diff line change
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
+
1
15
using System ;
2
16
using System . Linq ;
3
17
using System . Runtime . Serialization ;
You can’t perform that action at this time.
0 commit comments