From 59b9ac1ed8b31e783fef711e64de001e20b02c60 Mon Sep 17 00:00:00 2001 From: SDK Automation Date: Thu, 27 Feb 2020 01:18:36 +0000 Subject: [PATCH] Generated from 375d1393a93f11a355d558c5a0290cac9d267a06 Remove readonly flag from microsoftSessionAddress properties in BgpSession; add an example for IxRs directPeeringType --- .../src/Generated/Models/BgpSession.cs | 8 ++++---- .../src/Generated/SdkInfo_PeeringManagementClient.cs | 11 ----------- 2 files changed, 4 insertions(+), 15 deletions(-) diff --git a/sdk/peering/Microsoft.Azure.Management.Peering/src/Generated/Models/BgpSession.cs b/sdk/peering/Microsoft.Azure.Management.Peering/src/Generated/Models/BgpSession.cs index c661e56575b71..d1bf56e26097b 100644 --- a/sdk/peering/Microsoft.Azure.Management.Peering/src/Generated/Models/BgpSession.cs +++ b/sdk/peering/Microsoft.Azure.Management.Peering/src/Generated/Models/BgpSession.cs @@ -91,16 +91,16 @@ public BgpSession() public string SessionPrefixV6 { get; set; } /// - /// Gets the IPv4 session address on Microsoft's end. + /// Gets or sets the IPv4 session address on Microsoft's end. /// [JsonProperty(PropertyName = "microsoftSessionIPv4Address")] - public string MicrosoftSessionIPv4Address { get; private set; } + public string MicrosoftSessionIPv4Address { get; set; } /// - /// Gets the IPv6 session address on Microsoft's end. + /// Gets or sets the IPv6 session address on Microsoft's end. /// [JsonProperty(PropertyName = "microsoftSessionIPv6Address")] - public string MicrosoftSessionIPv6Address { get; private set; } + public string MicrosoftSessionIPv6Address { get; set; } /// /// Gets or sets the IPv4 session address on peer's end. diff --git a/sdk/peering/Microsoft.Azure.Management.Peering/src/Generated/SdkInfo_PeeringManagementClient.cs b/sdk/peering/Microsoft.Azure.Management.Peering/src/Generated/SdkInfo_PeeringManagementClient.cs index bd021d0cc17c8..a5fdbbbf0e5b2 100644 --- a/sdk/peering/Microsoft.Azure.Management.Peering/src/Generated/SdkInfo_PeeringManagementClient.cs +++ b/sdk/peering/Microsoft.Azure.Management.Peering/src/Generated/SdkInfo_PeeringManagementClient.cs @@ -35,16 +35,5 @@ public static IEnumerable> ApiInfo_PeeringManageme }.AsEnumerable(); } } - // BEGIN: Code Generation Metadata Section - public static readonly String AutoRestVersion = "latest"; - public static readonly String AutoRestBootStrapperVersion = "autorest@2.0.4413"; - public static readonly String AutoRestCmdExecuted = "cmd.exe /c autorest.cmd https://github.com/Azure/azure-rest-api-specs/blob/master/specification/peering/resource-manager/readme.md --csharp --version=latest --reflect-api-versions --csharp-sdks-folder=F:\\azure\\azure-sdk-for-net\\sdk"; - public static readonly String GithubForkName = "Azure"; - public static readonly String GithubBranchName = "master"; - public static readonly String GithubCommidId = "91dc58f7ea29cc91bcd749ba6d0c18c68c3152b0"; - public static readonly String CodeGenerationErrors = ""; - public static readonly String GithubRepoName = "azure-rest-api-specs"; - // END: Code Generation Metadata Section } } -