Skip to content

Added decimal values support for disk sizes in DiskFilter. - #788

Merged
Rakesh (RakeshwarK) merged 3 commits into
microsoft:mainfrom
RakeshwarK:diskFilter
Aug 12, 2026
Merged

Added decimal values support for disk sizes in DiskFilter.#788
Rakesh (RakeshwarK) merged 3 commits into
microsoft:mainfrom
RakeshwarK:diskFilter

Conversation

@RakeshwarK

Copy link
Copy Markdown
Contributor

The SizeGreaterThan, SizeLessThan and SizeEqualTo disk filters only accepted whole numbers. SizeGreaterThan:3.7GB fails because the parsed value went through Convert.ToInt64, which rejects anything with a decimal point. This adds decimal support to all three.

Rakeshwar Reddy Kambaiahgari added 2 commits August 11, 2026 19:26
@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines:
There may be pipelines that require an authorized user to comment /azp run to run.

@RakeshwarK
Rakesh (RakeshwarK) marked this pull request as ready for review August 12, 2026 19:07
@RakeshwarK
Rakesh (RakeshwarK) merged commit af6d6cf into microsoft:main Aug 12, 2026
5 checks passed
@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines:
There may be pipelines that require an authorized user to comment /azp run to run.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants