-
Notifications
You must be signed in to change notification settings - Fork 173
Update FOCUS converter documentation for 1.2-preview specification #1823
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
base: dev
Are you sure you want to change the base?
Conversation
Co-authored-by: arthurclares <[email protected]>
docs-mslearn/focus/convert.md
Outdated
_Extended columns (x_) specific to FOCUS 1.2:_ | ||
|
||
| x_AmortizationClass | Not available | Indicates how a row relates to amortization. Set to "Principal" for commitment discount purchases/refunds, "Amortized Charge" for usage, null otherwise. New in FOCUS 1.2. | | ||
| x_ServiceModel | Not available | Indicates service model type: IaaS, PaaS, or SaaS based on what aspects of the service are managed by the provider. New in FOCUS 1.2. | |
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 Remove these. This document is only intended to cover the native FOCUS columns. Also, these rows aren't attached to the markdown table.
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.
Removed the extended columns section since this document should only cover native FOCUS columns. Changes made in commit 81e4cc9.
docs-mslearn/focus/convert.md
Outdated
- `x_AmortizationClass` (new extended column) | ||
- `x_ServiceModel` (new extended column) | ||
|
||
The deprecated `x_SkuMeterName` column is replaced by the promoted `SkuMeter` column in FOCUS 1.2. |
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 Say this column was renamed, not "deprecated".
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.
Changed "deprecated" to "renamed" when referring to the x_SkuMeterName column. Updated in commit 81e4cc9.
Co-authored-by: flanakin <[email protected]>
This PR updates the FOCUS converter documentation to include the newly added fields in the FOCUS 1.2-preview specification, ensuring users have complete guidance for converting Cost Management data to the latest FOCUS format.
Key Changes
New FOCUS 1.2 Fields Added:
ServiceSubcategory
- Added mapping with lookup to Services data fileColumn Promotions and Renames:
InvoiceId
mapping notes (promoted from x_InvoiceId in FOCUS 1.0)PricingCurrency
mapping notes (promoted from x_PricingCurrency in FOCUS 1.0)SkuMeter
mapping notes (renamed from x_SkuMeterName in FOCUS 1.0)SkuPriceDetails
as new column that will eventually replace x_SkuDetailsDocumentation Improvements:
The documentation now provides complete coverage for both FOCUS 1.0 and 1.2-preview specifications, focusing only on native FOCUS columns as intended, helping users understand the evolution of the FOCUS standard and how to properly convert their Cost Management data to the latest format.
Fixes #1817.
💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.