Skip to content

Commit 0d862f6

Browse files
committed
fix merge ocnflicts
2 parents 576ef2d + 14ea68a commit 0d862f6

File tree

1,055 files changed

+1895924
-1057194
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,055 files changed

+1895924
-1057194
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,4 +211,5 @@ FakesAssemblies/
211211
/tools/*.dll
212212
*.GhostDoc.xml
213213
pingme.txt
214-
groupMapping*.json
214+
groupMapping*.json
215+
.vscode/

TestMappings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,9 @@
123123
"src/ResourceManager/StreamAnalytics/": [
124124
".\\src\\ResourceManager\\StreamAnalytics\\Commands.StreamAnalytics.Test\\bin\\Debug\\Microsoft.Azure.Commands.StreamAnalytics.Test.dll"
125125
],
126+
"src/ResourceManager/Subscription/": [
127+
".\\src\\ResourceManager\\Subscription\\Commands.Subscription.Test\\bin\\Debug\\Microsoft.Azure.Commands.Subscription.Test.dll"
128+
],
126129
"src/ResourceManager/Tags/": [],
127130
"src/ResourceManager/TrafficManager/": [
128131
".\\src\\ResourceManager\\TrafficManager\\Commands.TrafficManager2.Test\\bin\\Debug\\Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.dll"

setup/azurecmd.wxs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi" xmlns:util="http://schemas.microsoft.com/wix/UtilExtension" xmlns:netfx="http://schemas.microsoft.com/wix/NetFxExtension">
33

4-
<?define productName="Microsoft Azure PowerShell - November 2017" ?>
4+
<?define productName="Microsoft Azure PowerShell - December 2017" ?>
55
<?define sourceDir="$(var.SolutionDir)..\src\Package\$(var.Configuration)" ?>
66
<?define caSourceDir="$(var.SolutionDir)setup\bin\$(var.Configuration)" ?>
77

8-
<?define version="5.0.0" ?>
8+
<?define version="5.1.0" ?>
99

1010
<Product Id="*"
1111
Name="$(var.productName)"

setup/azurecmdfiles.wxi

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,9 @@
271271
<Component Id="cmp4677B0CE124023330EDD7AA4FECFF45E" Guid="*">
272272
<File Id="fil58F144170E43C2EFEC66E5F3DE2FA977" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.Compute\AzureRM.Compute.psm1" />
273273
</Component>
274+
<Component Id="cmp32CF42EA1F0A7DA716459A5A6A21C24D" Guid="*">
275+
<File Id="fil5AE28BCCEED67270ECF02C93C9688AD5" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.Compute\Microsoft.Azure.Commands.Common.Strategies.dll" />
276+
</Component>
274277
<Component Id="cmpFBB75A5451448B356C97E62D2C6C10A0" Guid="*">
275278
<File Id="fil24BE7D514EE83ED7D31C68CBFFA8FBB8" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.Compute\Microsoft.Azure.Commands.Compute.dll" />
276279
</Component>
@@ -3151,6 +3154,7 @@
31513154
<ComponentRef Id="cmpD2516E302D41812368A84BD6010FB066" />
31523155
<ComponentRef Id="cmp594709EB2E69BD7173BC8833BE2061B4" />
31533156
<ComponentRef Id="cmp4677B0CE124023330EDD7AA4FECFF45E" />
3157+
<ComponentRef Id="cmp32CF42EA1F0A7DA716459A5A6A21C24D" />
31543158
<ComponentRef Id="cmpFBB75A5451448B356C97E62D2C6C10A0" />
31553159
<ComponentRef Id="cmp1CB1E6D6A2D939FB32D9ACD70681644D" />
31563160
<ComponentRef Id="cmpAA00FCFEE63D9A20C2618B36B1848D7C" />

src/Common/Commands.Common.Network/Commands.Common.Network.csproj

Lines changed: 412 additions & 59 deletions
Large diffs are not rendered by default.

src/Common/Commands.Common.Network/Version2017_10_01/ApplicationGatewaysOperations.cs

Lines changed: 3145 additions & 0 deletions
Large diffs are not rendered by default.

src/Common/Commands.Common.Network/Version2017_10_01/ApplicationGatewaysOperationsExtensions.cs

Lines changed: 853 additions & 0 deletions
Large diffs are not rendered by default.

src/Common/Commands.Common.Network/Version2017_10_01/ApplicationSecurityGroupsOperations.cs

Lines changed: 1403 additions & 0 deletions
Large diffs are not rendered by default.

src/Common/Commands.Common.Network/Version2017_10_01/ApplicationSecurityGroupsOperationsExtensions.cs

Lines changed: 365 additions & 0 deletions
Large diffs are not rendered by default.

src/Common/Commands.Common.Network/Version2017_10_01/AvailableEndpointServicesOperations.cs

Lines changed: 412 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 93 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,93 @@
1+
// <auto-generated>
2+
// Copyright (c) Microsoft Corporation. All rights reserved.
3+
// Licensed under the MIT License. See License.txt in the project root for
4+
// license information.
5+
//
6+
// Code generated by Microsoft (R) AutoRest Code Generator.
7+
// Changes may cause incorrect behavior and will be lost if the code is
8+
// regenerated.
9+
// </auto-generated>
10+
11+
namespace Microsoft.Azure.Management.Internal.Network.Version2017_10_01
12+
{
13+
using Microsoft.Rest;
14+
using Microsoft.Rest.Azure;
15+
using Models;
16+
using System.Threading;
17+
using System.Threading.Tasks;
18+
19+
/// <summary>
20+
/// Extension methods for AvailableEndpointServicesOperations.
21+
/// </summary>
22+
public static partial class AvailableEndpointServicesOperationsExtensions
23+
{
24+
/// <summary>
25+
/// List what values of endpoint services are available for use.
26+
/// </summary>
27+
/// <param name='operations'>
28+
/// The operations group for this extension method.
29+
/// </param>
30+
/// <param name='location'>
31+
/// The location to check available endpoint services.
32+
/// </param>
33+
public static IPage<EndpointServiceResult> List(this IAvailableEndpointServicesOperations operations, string location)
34+
{
35+
return operations.ListAsync(location).GetAwaiter().GetResult();
36+
}
37+
38+
/// <summary>
39+
/// List what values of endpoint services are available for use.
40+
/// </summary>
41+
/// <param name='operations'>
42+
/// The operations group for this extension method.
43+
/// </param>
44+
/// <param name='location'>
45+
/// The location to check available endpoint services.
46+
/// </param>
47+
/// <param name='cancellationToken'>
48+
/// The cancellation token.
49+
/// </param>
50+
public static async Task<IPage<EndpointServiceResult>> ListAsync(this IAvailableEndpointServicesOperations operations, string location, CancellationToken cancellationToken = default(CancellationToken))
51+
{
52+
using (var _result = await operations.ListWithHttpMessagesAsync(location, null, cancellationToken).ConfigureAwait(false))
53+
{
54+
return _result.Body;
55+
}
56+
}
57+
58+
/// <summary>
59+
/// List what values of endpoint services are available for use.
60+
/// </summary>
61+
/// <param name='operations'>
62+
/// The operations group for this extension method.
63+
/// </param>
64+
/// <param name='nextPageLink'>
65+
/// The NextLink from the previous successful call to List operation.
66+
/// </param>
67+
public static IPage<EndpointServiceResult> ListNext(this IAvailableEndpointServicesOperations operations, string nextPageLink)
68+
{
69+
return operations.ListNextAsync(nextPageLink).GetAwaiter().GetResult();
70+
}
71+
72+
/// <summary>
73+
/// List what values of endpoint services are available for use.
74+
/// </summary>
75+
/// <param name='operations'>
76+
/// The operations group for this extension method.
77+
/// </param>
78+
/// <param name='nextPageLink'>
79+
/// The NextLink from the previous successful call to List operation.
80+
/// </param>
81+
/// <param name='cancellationToken'>
82+
/// The cancellation token.
83+
/// </param>
84+
public static async Task<IPage<EndpointServiceResult>> ListNextAsync(this IAvailableEndpointServicesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
85+
{
86+
using (var _result = await operations.ListNextWithHttpMessagesAsync(nextPageLink, null, cancellationToken).ConfigureAwait(false))
87+
{
88+
return _result.Body;
89+
}
90+
}
91+
92+
}
93+
}

0 commit comments

Comments
 (0)