Skip to content

Commit

Permalink
Merge pull request #339 from Azure/santhoshb-msft-termunit
Browse files Browse the repository at this point in the history
update term unit to cover 2Y and 3Y
  • Loading branch information
santhoshb-msft authored Oct 27, 2022
2 parents 8eb4ad2 + ff4da46 commit 67609fd
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/Services/Models/TermUnitEnum.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,15 @@ public enum TermUnitEnum
/// The Yearly.
/// </summary>
P1Y,

/// <summary>
/// The Yearly.
/// </summary>
P2Y,

/// <summary>
/// The Yearly.
/// </summary>
P3Y,
}
}

0 comments on commit 67609fd

Please sign in to comment.