Skip to content

Commit

Permalink
Final updates
Browse files Browse the repository at this point in the history
  • Loading branch information
flanakin committed Sep 3, 2024
1 parent ae466e1 commit a43affd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/_automation/powershell/cost/Get-FinOpsCostExport.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ Gets all exports within the subscription scope for a container matching wildcard

## 🧰 Related tools

{% include tools.md aoe="1" data="0" hubs="1" pbi="1" %}
{% include tools.md aoe="1" bicep="0" data="0" hubs="1" pbi="1" ps="0" %}

<br>

Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
False
---
layout: default
grand_parent: PowerShell
Expand Down
4 changes: 2 additions & 2 deletions docs/_automation/powershell/data/Get-FinOpsPricingUnit.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,15 @@ Get-FinOpsPricingUnit `

## 🌟 Examples

### Example 1
### Get based on unit of measure

```powershell
Get-FinOpsPricingUnit -UnitOfMeasure "*hours*"
```

Returns all pricing units with "hours" in the name.

### Example 2
### Get based on distinct units

```powershell
Get-FinOpsPricingUnit -DistinctUnits "GB"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Initialize-FinOpsHubDeployment `

## 🌟 Examples

### Example 1
### Test initialize FinOps hub deployment

```powershell
Initialize-FinOpsHubDeployment -WhatIf
Expand Down

0 comments on commit a43affd

Please sign in to comment.