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 c661e56575b7..d1bf56e26097 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 bd021d0cc17c..a5fdbbbf0e5b 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 } } -