-
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
Merged
YanaXu
merged 24 commits into
Azure:Az.CosmosDB-preview
from
pjohari-ms:ThroughputBucketPreview
Jun 27, 2025
Merged
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
46e2861
Initial changes to support throughput bucketing
Achint-Agrawal 917a99a
Add NewAzCosmosDBThroughputBucketObject cmdlet and PSThroughputBucket…
Achint-Agrawal 399dd2b
Added test
Achint-Agrawal 1dbe811
Update throughput bucket tests and remove obsolete function
Achint-Agrawal 4d8eae7
Update throughput bucket parameters and help messages
Achint-Agrawal 80fb3ec
Enhance throughput tests for Cosmos DB containers
Achint-Agrawal 49b8812
Fix parameter names in Test-SqlThroughputCmdlets
Achint-Agrawal 2391266
Update throughput settings to use PSThroughputBucket
Achint-Agrawal b69c38f
Revert changes to tests
Achint-Agrawal 72580d2
Added test and recording
Achint-Agrawal d5a7eee
Updated changelog
Achint-Agrawal 06ceaaa
Add New Cmdlet for CosmosDB Throughput Buckets
Achint-Agrawal 31255f0
Update documentation for New-AzCosmosDBThroughputBucketObject
Achint-Agrawal 78d4cef
Added missing constants
Achint-Agrawal a3fe38f
Rename ThroughputBuckets to ThroughputBucketsObject
Achint-Agrawal 8d2eaa8
Rerecorded test
Achint-Agrawal 20730c6
Updated help files - Update throughput parameter names in CosmosDB co…
Achint-Agrawal 0b5bcaa
Update online version link in New-AzCosmosDBThroughputBucketObject he…
Achint-Agrawal e801e51
Added missing modules to Az.CosmosDB.psd1
pjohari-ms 92f13c7
Added signature exception
pjohari-ms cb1e31e
Re-recorded tests
pjohari-ms d250dcd
Corrected test
pjohari-ms 6adfa2d
Skipped flaky tests
pjohari-ms de240ea
Reset to what's present in preview branch
pjohari-ms File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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 skip this test? can we add it back?
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.
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 comment
The 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.