Skip to content

Fix PowerShell lint warnings #1463

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
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
55 changes: 26 additions & 29 deletions docs-mslearn/toolkit/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,32 +39,6 @@ The following section lists features and enhancements that are currently in deve

_Released March 2025_

### [Power BI reports](power-bi/reports.md) v0.9

**General**

- **Added**
- Added support for promoted tags with spaces in the tag key.
- **Changed**
- Updated the savings columns to exclude rows where costs are missing or incorrect.
- Disabled the **Deprecated: Perform Extra Query Optimizations** parameter by default ([#1380](https://github.com/microsoft/finops-toolkit/issues/1380)).
- This parameter will be removed on or after July 1, 2025.
- If you rely on this setting, please [create an issue in GitHub](https://aka.ms/ftk/ideas) and let us know what you need.
- Improved readability and performance of the Disks query.
- **Fixed**
- Fixed the "The import Storage URL matches no exports" error ([#1344](https://github.com/microsoft/finops-toolkit/issues/1344)).
- Added resource-specific tags to the stop all triggers deployment script ([#1330](https://github.com/microsoft/finops-toolkit/issues/1330))
- Updated all Resource Graph queries (except Disks) to address the 'properties...' column not found error ([#1357](https://github.com/microsoft/finops-toolkit/issues/1357)).

**[Rate optimization](power-bi/rate-optimization.md)**

- **Added**
- Added support for MCA reservation recommendation exports.
- Show break-even point calculation for reservation recommendations. ([[#406](https://github.com/microsoft/finops-toolkit/issues/406)]).
- **Fixed**
- Fixed core count double-counting on the Hybrid Benefit page.
- Fixed savings to include negotiated discounts on the Total savings page.

### [FinOps hubs](hubs/finops-hubs-overview.md) v0.9

- **Added**
Expand All @@ -79,7 +53,6 @@ _Released March 2025_
- Set `ContractedCost` to `EffectiveCost` when `ContractedCost` and `ContractedUnitPrice` are both 0 or empty.
- Set `ListCost` to `ContractedCost` when `ListCost` is 0 or empty and both unit prices match to avoid rounding errors when calculating cost.
- Set `ListCost` to `ContractedCost` when `ListCost` and `ListUnitPrice` are both 0 or empty.
=======
- Documented the roles that will be assigned as part of the deployment in the [template details](./hubs/template.md).
- Added resource-specific tags to the stop all triggers deployment script ([#1330](https://github.com/microsoft/finops-toolkit/issues/1330))
- **Changed**
Expand All @@ -101,6 +74,32 @@ _Released March 2025_
- Please do not delete the managed identities. Deleting managed identities can result in errors during upgrades.
- Removed the trusted external tenants setting due to an error causing redeployments to fail. Please enable this after deploying FinOps hubs the first time.

### [Power BI reports](power-bi/reports.md) v0.9

**General**

- **Added**
- Added support for promoted tags with spaces in the tag key.
- **Changed**
- Updated the savings columns to exclude rows where costs are missing or incorrect.
- Disabled the **Deprecated: Perform Extra Query Optimizations** parameter by default ([#1380](https://github.com/microsoft/finops-toolkit/issues/1380)).
- This parameter will be removed on or after July 1, 2025.
- If you rely on this setting, please [create an issue in GitHub](https://aka.ms/ftk/ideas) and let us know what you need.
- Improved readability and performance of the Disks query.
- **Fixed**
- Fixed the "The import Storage URL matches no exports" error ([#1344](https://github.com/microsoft/finops-toolkit/issues/1344)).
- Added resource-specific tags to the stop all triggers deployment script ([#1330](https://github.com/microsoft/finops-toolkit/issues/1330))
- Updated all Resource Graph queries (except Disks) to address the 'properties...' column not found error ([#1357](https://github.com/microsoft/finops-toolkit/issues/1357)).

**[Rate optimization](power-bi/rate-optimization.md)**

- **Added**
- Added support for MCA reservation recommendation exports.
- Show break-even point calculation for reservation recommendations. ([[#406](https://github.com/microsoft/finops-toolkit/issues/406)]).
- **Fixed**
- Fixed core count double-counting on the Hybrid Benefit page.
- Fixed savings to include negotiated discounts on the Total savings page.

### [FinOps alerts](finops-alerts-overview.md) v0.9

- **Added**
Expand Down Expand Up @@ -179,7 +178,6 @@ _Released March 2025_
- oracle.database/exadbvmclusters
- oracle.database/exascaledbstoragevaults


**[Services](open-data.md#services)**

- **Added**
Expand All @@ -195,7 +193,6 @@ _Released March 2025_
- This may have caused issues or duplication when joined with other datasets.
- Please check your data for duplicate references to **Central Canada** and **Canada Central**.


> [!div class="nextstepaction"]
> [Download](https://github.com/microsoft/finops-toolkit/releases/tag/v0.9)
> [!div class="nextstepaction"]
Expand Down
Loading
Loading