From 5723d0a33bde995860b87da13f8408f5e3c15ce5 Mon Sep 17 00:00:00 2001 From: SDK Automation Date: Thu, 20 Aug 2020 01:48:54 +0000 Subject: [PATCH] Generated from 40f6ee8a7cd606f6b2af3736205a0a0d65dcaf4e style --- .../AzSdk.RP.props | 2 +- .../Generated/Models/BackendAddressPool.cs | 20 +++++++++---------- .../Microsoft.Azure.Management.Network.csproj | 6 ++++-- .../src/Properties/AssemblyInfo.cs | 2 +- 4 files changed, 16 insertions(+), 14 deletions(-) diff --git a/sdk/network/Microsoft.Azure.Management.Network/AzSdk.RP.props b/sdk/network/Microsoft.Azure.Management.Network/AzSdk.RP.props index 48996d96dfa59..6c231fe0f039b 100644 --- a/sdk/network/Microsoft.Azure.Management.Network/AzSdk.RP.props +++ b/sdk/network/Microsoft.Azure.Management.Network/AzSdk.RP.props @@ -1,7 +1,7 @@ - Compute_2018-10-01;Network_2020-05-01; + Compute_2018-10-01;Network_2020-06-01; $(PackageTags);$(CommonTags);$(AzureApiTag); \ No newline at end of file diff --git a/sdk/network/Microsoft.Azure.Management.Network/src/Generated/Models/BackendAddressPool.cs b/sdk/network/Microsoft.Azure.Management.Network/src/Generated/Models/BackendAddressPool.cs index 3033c55a9030e..209df4980c321 100644 --- a/sdk/network/Microsoft.Azure.Management.Network/src/Generated/Models/BackendAddressPool.cs +++ b/sdk/network/Microsoft.Azure.Management.Network/src/Generated/Models/BackendAddressPool.cs @@ -35,10 +35,10 @@ public BackendAddressPool() /// Initializes a new instance of the BackendAddressPool class. /// /// Resource ID. - /// An array of references to IP - /// addresses defined in network interfaces. /// An array of backend /// addresses. + /// An array of references to IP + /// addresses defined in network interfaces. /// An array of references to load /// balancing rules that use this backend address pool. /// A reference to an outbound rule that @@ -54,11 +54,11 @@ public BackendAddressPool() /// A unique read-only string that changes whenever /// the resource is updated. /// Type of the resource. - public BackendAddressPool(string id = default(string), IList backendIPConfigurations = default(IList), IList loadBalancerBackendAddresses = default(IList), IList loadBalancingRules = default(IList), SubResource outboundRule = default(SubResource), IList outboundRules = default(IList), string provisioningState = default(string), string name = default(string), string etag = default(string), string type = default(string)) + public BackendAddressPool(string id = default(string), IList loadBalancerBackendAddresses = default(IList), IList backendIPConfigurations = default(IList), IList loadBalancingRules = default(IList), SubResource outboundRule = default(SubResource), IList outboundRules = default(IList), string provisioningState = default(string), string name = default(string), string etag = default(string), string type = default(string)) : base(id) { - BackendIPConfigurations = backendIPConfigurations; LoadBalancerBackendAddresses = loadBalancerBackendAddresses; + BackendIPConfigurations = backendIPConfigurations; LoadBalancingRules = loadBalancingRules; OutboundRule = outboundRule; OutboundRules = outboundRules; @@ -74,6 +74,12 @@ public BackendAddressPool() /// partial void CustomInit(); + /// + /// Gets or sets an array of backend addresses. + /// + [JsonProperty(PropertyName = "properties.loadBalancerBackendAddresses")] + public IList LoadBalancerBackendAddresses { get; set; } + /// /// Gets an array of references to IP addresses defined in network /// interfaces. @@ -81,12 +87,6 @@ public BackendAddressPool() [JsonProperty(PropertyName = "properties.backendIPConfigurations")] public IList BackendIPConfigurations { get; private set; } - /// - /// Gets or sets an array of backend addresses. - /// - [JsonProperty(PropertyName = "properties.loadBalancerBackendAddresses")] - public IList LoadBalancerBackendAddresses { get; set; } - /// /// Gets an array of references to load balancing rules that use this /// backend address pool. diff --git a/sdk/network/Microsoft.Azure.Management.Network/src/Microsoft.Azure.Management.Network.csproj b/sdk/network/Microsoft.Azure.Management.Network/src/Microsoft.Azure.Management.Network.csproj index 53276e77198c7..dc861dea0616c 100644 --- a/sdk/network/Microsoft.Azure.Management.Network/src/Microsoft.Azure.Management.Network.csproj +++ b/sdk/network/Microsoft.Azure.Management.Network/src/Microsoft.Azure.Management.Network.csproj @@ -10,11 +10,13 @@ Development of this library has shifted focus to the Azure Unified SDK. The future development will be focused on "Azure.ResourceManager.Network" (https://www.nuget.org/packages/Azure.ResourceManager.Network/). Please see the package changelog for more information. Microsoft.Azure.Management.Network - 20.0.4-preview + 20.1.0 Microsoft Azure Network management;Network;Network management; diff --git a/sdk/network/Microsoft.Azure.Management.Network/src/Properties/AssemblyInfo.cs b/sdk/network/Microsoft.Azure.Management.Network/src/Properties/AssemblyInfo.cs index e3c56f87aefe4..0b1240388564d 100644 --- a/sdk/network/Microsoft.Azure.Management.Network/src/Properties/AssemblyInfo.cs +++ b/sdk/network/Microsoft.Azure.Management.Network/src/Properties/AssemblyInfo.cs @@ -8,7 +8,7 @@ [assembly: AssemblyDescription("Provides Microsoft Azure Network management functions for managing the Microsoft Azure Network service.")] [assembly: AssemblyVersion("20.0.3.0")] -[assembly: AssemblyFileVersion("20.0.4.0")] +[assembly: AssemblyFileVersion("20.1.0.0")] [assembly: AssemblyCompany("Microsoft")] [assembly: AssemblyProduct("Microsoft Azure .NET SDK")]