diff --git a/eng/mgmt/mgmtmetadata/network_resource-manager.txt b/eng/mgmt/mgmtmetadata/network_resource-manager.txt index b97b935e5f20..bce1f2bf7a98 100644 --- a/eng/mgmt/mgmtmetadata/network_resource-manager.txt +++ b/eng/mgmt/mgmtmetadata/network_resource-manager.txt @@ -4,11 +4,11 @@ Commencing code generation Generating CSharp code Executing AutoRest command cmd.exe /c autorest.cmd https://github.com/Azure/azure-rest-api-specs/blob/master/specification/network/resource-manager/readme.md --csharp --version=v2 --reflect-api-versions --csharp-sdks-folder=C:\Projects\Generator\azure-sdk-for-net\sdk -2020-08-19 19:38:00 UTC +2020-08-20 20:08:18 UTC Azure-rest-api-specs repository information GitHub fork: Azure Branch: master -Commit: 615259b6d33d3029de2d6e403ffe0c12776da1d4 +Commit: a7ca142c3f0f290fdda778f26f4f1fab65f71cf9 AutoRest information Requested version: v2 Bootstrapper version: autorest@2.0.4413 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 3033c55a9030..209df4980c32 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/Generated/SdkInfo_NetworkManagementClient.cs b/sdk/network/Microsoft.Azure.Management.Network/src/Generated/SdkInfo_NetworkManagementClient.cs index 5c6bc5207456..7dfd35d62f6a 100644 --- a/sdk/network/Microsoft.Azure.Management.Network/src/Generated/SdkInfo_NetworkManagementClient.cs +++ b/sdk/network/Microsoft.Azure.Management.Network/src/Generated/SdkInfo_NetworkManagementClient.cs @@ -142,7 +142,7 @@ public static IEnumerable> ApiInfo_NetworkManageme public static readonly String AutoRestCmdExecuted = "cmd.exe /c autorest.cmd https://github.com/Azure/azure-rest-api-specs/blob/master/specification/network/resource-manager/readme.md --csharp --version=v2 --reflect-api-versions --csharp-sdks-folder=C:\\Projects\\Generator\\azure-sdk-for-net\\sdk"; public static readonly String GithubForkName = "Azure"; public static readonly String GithubBranchName = "master"; - public static readonly String GithubCommidId = "615259b6d33d3029de2d6e403ffe0c12776da1d4"; + public static readonly String GithubCommidId = "a7ca142c3f0f290fdda778f26f4f1fab65f71cf9"; public static readonly String CodeGenerationErrors = ""; public static readonly String GithubRepoName = "azure-rest-api-specs"; // END: Code Generation Metadata Section