-
-
Notifications
You must be signed in to change notification settings - Fork 119
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
Whatif devtest #86
base: main
Are you sure you want to change the base?
Whatif devtest #86
Conversation
# Conflicts: # src/Commands/WhatIf/DevTestWhatIfCommand.cs # src/CostApi/AzureCostApiRetriever.cs # src/CostApi/ICostRetriever.cs
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
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.
Copilot reviewed 5 out of 20 changed files in this pull request and generated no suggestions.
Files not reviewed (15)
- src/OutputFormatters/JsonOutputFormatter.cs: Evaluated as low risk
- src/CostApi/ICostRetriever.cs: Evaluated as low risk
- src/OutputFormatters/CsvOutputFormatter.cs: Evaluated as low risk
- src/OutputFormatters/MarkdownOutputFormatter.cs: Evaluated as low risk
- src/OutputFormatters/TextOutputFormatter.cs: Evaluated as low risk
- src/OutputFormatters/BaseOutputFormatter.cs: Evaluated as low risk
- src/OutputFormatters/ConsoleOutputFormatter.cs: Evaluated as low risk
- src/Program.cs: Evaluated as low risk
- src/Commands/WhatIf/RegionWhatIfCommand.cs: Evaluated as low risk
- src/CostApi/AzureCostApiRetriever.cs: Evaluated as low risk
- src/Commands/WhatIf/DevTestWhatIfCommand.cs: Evaluated as low risk
- src/CostApi/UsageDetail.cs: Evaluated as low risk
- src/CostApi/UsageDetailsResponse.cs: Evaluated as low risk
- src/CostApi/MeterDetailsResponse.cs: Evaluated as low risk
- src/CostApi/PricingModelTypeConstant.cs: Evaluated as low risk
Comments skipped due to low confidence (2)
src/CostApi/ModernUsageProperties.cs:70
- The property name
exchangeRate
should beExchangeRate
to follow PascalCase naming convention.
[JsonPropertyName("exchangeRate")]
src/CostApi/ModernUsageProperties.cs:115
- The property name
partnerEarnedCreditApplied
should bePartnerEarnedCreditApplied
to follow PascalCase naming convention.
[JsonPropertyName("partnerEarnedCreditApplied")]
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
No description provided.