Skip to content

Commit 38d3d7b

Browse files
committed
Remove PremiumRS edition value due to public preview schedule changes
1 parent 0e5e6a7 commit 38d3d7b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/ResourceManager/Sql/Commands.Sql/Database/Model/DatabaseEdition.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,6 @@ public enum DatabaseEdition
5353
/// Free database edition. Reserved for special use cases/scenarios.
5454
/// </summary>
5555
Free = 8,
56-
57-
/// <summary>
58-
/// A database PremiumRS edition
59-
/// </summary>
60-
PremiumRS = 9,
6156
}
6257
}
6358

0 commit comments

Comments
 (0)