Skip to content

Commit

Permalink
.NET SDK Resource Provider:'Reservations'
Browse files Browse the repository at this point in the history
REST Spec PR 'Azure/azure-rest-api-specs#5403'
REST Spec PR Author 'corquiri'
REST Spec PR Last commit
  • Loading branch information
adxsdknet committed Mar 15, 2019
1 parent 2622d03 commit af470ee
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/SDKs/Reservations/AzSdk.RP.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<!--This file and it's contents are updated at build time moving or editing might result in build failure. Take due deligence while editing this file-->
<PropertyGroup>
<AzureApiTag>Capacity_2018-06-01;</AzureApiTag>
<AzureApiTag>Capacity_2019-04-01;</AzureApiTag>
<PackageTags>$(PackageTags);$(CommonTags);$(AzureApiTag);</PackageTags>
</PropertyGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ private void Initialize()
Reservation = new ReservationOperations(this);
Operation = new OperationOperations(this);
BaseUri = new System.Uri("https://management.azure.com");
ApiVersion = "2018-06-01";
ApiVersion = "2019-04-01";
AcceptLanguage = "en-US";
LongRunningOperationRetryTimeout = 30;
GenerateClientRequestId = true;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ public static IEnumerable<Tuple<string, string, string>> ApiInfo_AzureReservatio
{
return new Tuple<string, string, string>[]
{
new Tuple<string, string, string>("Capacity", "GetAppliedReservationList", "2018-06-01"),
new Tuple<string, string, string>("Capacity", "GetCatalog", "2018-06-01"),
new Tuple<string, string, string>("Capacity", "Operation", "2018-06-01"),
new Tuple<string, string, string>("Capacity", "Reservation", "2018-06-01"),
new Tuple<string, string, string>("Capacity", "ReservationOrder", "2018-06-01"),
new Tuple<string, string, string>("Capacity", "GetAppliedReservationList", "2019-04-01"),
new Tuple<string, string, string>("Capacity", "GetCatalog", "2019-04-01"),
new Tuple<string, string, string>("Capacity", "Operation", "2019-04-01"),
new Tuple<string, string, string>("Capacity", "Reservation", "2019-04-01"),
new Tuple<string, string, string>("Capacity", "ReservationOrder", "2019-04-01"),
}.AsEnumerable();
}
}
Expand Down

0 comments on commit af470ee

Please sign in to comment.