forked from Azure/azure-sdk-for-net
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Generated from d640fe31b954f734f0f238549ce076d3b667ddf7 (#391)
add test for peering
- Loading branch information
1 parent
22f2c46
commit 568f85c
Showing
1 changed file
with
36 additions
and
0 deletions.
There are no files selected for viewing
36 changes: 36 additions & 0 deletions
36
...ering/Microsoft.Azure.Management.Peering/src/Generated/SdkInfo_PeeringManagementClient.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
|
||
// <auto-generated> | ||
// Code generated by Microsoft (R) AutoRest Code Generator. | ||
// Changes may cause incorrect behavior and will be lost if the code is | ||
// regenerated. | ||
// </auto-generated> | ||
|
||
namespace Microsoft.Azure.Management.Peering | ||
{ | ||
using System; | ||
using System.Collections.Generic; | ||
using System.Linq; | ||
|
||
internal static partial class SdkInfo | ||
{ | ||
public static IEnumerable<Tuple<string, string, string>> ApiInfo_PeeringManagementClient | ||
{ | ||
get | ||
{ | ||
return new Tuple<string, string, string>[] | ||
{ | ||
new Tuple<string, string, string>("Peering", "CheckServiceProviderAvailability", "2019-09-01-preview"), | ||
new Tuple<string, string, string>("Peering", "LegacyPeerings", "2019-09-01-preview"), | ||
new Tuple<string, string, string>("Peering", "Operations", "2019-09-01-preview"), | ||
new Tuple<string, string, string>("Peering", "PeerAsns", "2019-09-01-preview"), | ||
new Tuple<string, string, string>("Peering", "PeeringLocations", "2019-09-01-preview"), | ||
new Tuple<string, string, string>("Peering", "PeeringServiceLocations", "2019-09-01-preview"), | ||
new Tuple<string, string, string>("Peering", "PeeringServiceProviders", "2019-09-01-preview"), | ||
new Tuple<string, string, string>("Peering", "PeeringServices", "2019-09-01-preview"), | ||
new Tuple<string, string, string>("Peering", "Peerings", "2019-09-01-preview"), | ||
new Tuple<string, string, string>("Peering", "Prefixes", "2019-09-01-preview"), | ||
}.AsEnumerable(); | ||
} | ||
} | ||
} | ||
} |