Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ReleasePR Microsoft.Azure.Management.Peering] Update Microsoft.Peering 2020-01-01-preview API specification #10178

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -91,16 +91,16 @@ public BgpSession()
public string SessionPrefixV6 { get; set; }

/// <summary>
/// Gets the IPv4 session address on Microsoft's end.
/// Gets or sets the IPv4 session address on Microsoft's end.
/// </summary>
[JsonProperty(PropertyName = "microsoftSessionIPv4Address")]
public string MicrosoftSessionIPv4Address { get; private set; }
public string MicrosoftSessionIPv4Address { get; set; }

/// <summary>
/// Gets the IPv6 session address on Microsoft's end.
/// Gets or sets the IPv6 session address on Microsoft's end.
/// </summary>
[JsonProperty(PropertyName = "microsoftSessionIPv6Address")]
public string MicrosoftSessionIPv6Address { get; private set; }
public string MicrosoftSessionIPv6Address { get; set; }

/// <summary>
/// Gets or sets the IPv4 session address on peer's end.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,5 @@ public static IEnumerable<Tuple<string, string, string>> 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
}
}