-
Notifications
You must be signed in to change notification settings - Fork 240
Replace serviceFamily sharding with a single traversal per price type #2251
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
Open
Roland Krummenacher (RolandKrummenacher)
wants to merge
15
commits into
dev
Choose a base branch
from
RolandKrummenacher/simplify-eligibility-traversal
base: dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
9dbe983
fix: Replace serviceFamily sharding with a single traversal per priceβ¦
8bb06cd
fix: Sort baseline JSON keys and declare the PowerShell 7 requirement
528a5f1
feat: Allow dispatching the eligibility job against a branch, with a β¦
bcaff15
docs: Correct the rationale on the baseline null guard
8597881
refactor: Rename the shard vocabulary to family now that sharding is β¦
e4626a1
Merge origin/dev into simplify-eligibility-traversal
055cc2c
fix: Reject a data push from a non-dev ref instead of just discouragiβ¦
99f409e
fix: Verify each traversal against a second pass instead of trusting β¦
9e38f18
chore: Normalize the committed baseline to sorted key order
f0eb02d
docs: Replace the runtime estimates with the measured ones
ccffc75
fix(open-data): clamp the exponential retry backoff to MaxSeconds
f61c901
docs: add a changelog entry for the eligibility refresh fix
7b96cb9
chore: re-trigger CI
b5fc963
Merge branch 'dev' into RolandKrummenacher/simplify-eligibility-traveβ¦
6633893
ci: install Pester 6 in Open Data CI
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
56 changes: 28 additions & 28 deletions
56
...tmentDiscountEligibility.shardcounts.json β ...mentDiscountEligibility.familycounts.json
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,44 +1,44 @@ | ||
| { | ||
| "Reservation": { | ||
| "Management and Governance": 1, | ||
| "Security": 1, | ||
| "AI + Machine Learning": 82, | ||
| "Compute": 61368, | ||
| "Developer Tools": 2, | ||
| "Analytics": 131, | ||
| "Storage": 1673, | ||
| "Compute": 61368, | ||
| "Data": 45, | ||
| "Databases": 5873, | ||
| "Data": 45 | ||
| "Developer Tools": 2, | ||
| "Management and Governance": 1, | ||
| "Security": 1, | ||
| "Storage": 1673 | ||
| }, | ||
| "Consumption": { | ||
| "AI + Machine Learning": 0, | ||
| "Analytics": 0, | ||
| "Azure Arc": 0, | ||
| "Azure Communication Services": 0, | ||
| "Azure Security": 0, | ||
| "Other": 99, | ||
| "Windows Virtual Desktop": 0, | ||
| "Blockchain": 0, | ||
| "Storage": 0, | ||
| "Power Platform": 0, | ||
| "Internet of Things": 0, | ||
| "Azure Stack": 0, | ||
| "Integration": 0, | ||
| "Blockchain": 0, | ||
| "Compute": 63558, | ||
| "Containers": 168, | ||
| "Data": 0, | ||
| "Databases": 18303, | ||
| "Management and Governance": 0, | ||
| "Azure Communication Services": 0, | ||
| "Azure Arc": 0, | ||
| "AI + Machine Learning": 0, | ||
| "Developer Tools": 0, | ||
| "Security": 0, | ||
| "Gaming": 0, | ||
| "Integration": 0, | ||
| "Internet of Things": 0, | ||
| "Management and Governance": 0, | ||
| "Microsoft 365 Copilot": 0, | ||
| "Compute": 63558, | ||
| "Telecommunications": 0, | ||
| "Windows 365": 0, | ||
| "Networking": 0, | ||
| "Containers": 168, | ||
| "Web": 0, | ||
| "Mixed Reality": 0, | ||
| "Microsoft Syntex": 0, | ||
| "Mixed Reality": 0, | ||
| "Networking": 0, | ||
| "Other": 99, | ||
| "Power Platform": 0, | ||
| "Quantum Computing": 0, | ||
| "Gaming": 0, | ||
| "Data": 0, | ||
| "Analytics": 0 | ||
| "Security": 0, | ||
| "Storage": 0, | ||
| "Telecommunications": 0, | ||
| "Web": 0, | ||
| "Windows 365": 0, | ||
| "Windows Virtual Desktop": 0 | ||
| } | ||
| } |
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.