-
Notifications
You must be signed in to change notification settings - Fork 4k
[CosmosDB] Add throughputBucket feature to CosmosDB preview #27971
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
Changes from 23 commits
46e2861
917a99a
399dd2b
1dbe811
4d8eae7
80fb3ec
49b8812
2391266
b69c38f
72580d2
d5a7eee
06ceaaa
31255f0
78d4cef
a3fe38f
8d2eaa8
20730c6
0b5bcaa
e801e51
92f13c7
cb1e31e
d250dcd
6adfa2d
de240ea
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -51,7 +51,7 @@ public void TestCassandraMigrateThroughputCmdlets() | |
TestRunner.RunTestScript("Test-CassandraMigrateThroughputCmdlets"); | ||
} | ||
|
||
[Fact] | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. why to skip this test? can we add it back? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think this was because 2 tests were failing only for linux and mac and we could not root cause why. The test is not related to changes made in this PR. CC: @pjohari-ms , @vidai-msft There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @YanaXu this test is in private preview, and was failing because the subscription required special features for it to work. Next release we will make it generic after enabling it across a few internal subscriptions. |
||
[Fact(Skip = "Feature requires subscription registration. Will be generic in next version.")] | ||
[Trait(Category.AcceptanceType, Category.CheckIn)] | ||
public void TestCassandraRoleCmdlets() | ||
{ | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why to update this file?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
New command New-AzCosmosDBThroughputBucketObject has been added. This also orders the commands in alphabetical order which were previously not.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This file is not updated manually. Please remove the change on it.