Skip to content
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

FinOps toolkit 0.7 - Add finops-workbooks template #14233

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

FinOps toolkit 0.7 - finops-workbooks update

6d53aba
Select commit
Loading
Failed to load commit list.
Open

FinOps toolkit 0.7 - Add finops-workbooks template #14233

FinOps toolkit 0.7 - finops-workbooks update
6d53aba
Select commit
Loading
Failed to load commit list.
Azure Pipelines / AzQuickStarts-MAC failed Dec 1, 2024 in 4m 12s

Build #164869 failed

Annotations

Check failure on line 16 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / AzQuickStarts-MAC

Build log #L16

ConvertFrom-Json : Conversion from JSON failed with error: JsonToken EndArray is not valid for closing JsonType Object. Path 'resources[2].properties', line 11583, position 23.
At D:\a\1\test\arm-ttk\Expand-AzTemplate.ps1:343 char:55
+ …                    $TemplateObject = $TemplateText | ConvertFrom-Json
+                                                        ~~~~~~~~~~~~~~~~
+ CategoryInfo          : NotSpecified: (:) [ConvertFrom-Json], ArgumentException
+ FullyQualifiedErrorId : System.ArgumentException,Microsoft.PowerShell.Commands.ConvertFromJsonCommand
ConvertFrom-Json : Conversion from JSON failed with error: JsonToken EndArray is not valid for closing JsonType Object. Path 'resources[2].properties', line 11583, position 23.
At D:\a\1\test\arm-ttk\Test-AzTemplate.ps1:599 char:67
+ …                    $TemplateObject = $TemplateText | ConvertFrom-Json
+                                                        ~~~~~~~~~~~~~~~~
+ CategoryInfo          : NotSpecified: (:) [ConvertFrom-Json], ArgumentException
+ FullyQualifiedErrorId : System.ArgumentException,Microsoft.PowerShell.Commands.ConvertFromJsonCommand

Check failure on line 342 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / AzQuickStarts-MAC

Build log #L342

PowerShell exited with code '1'.

Check failure on line 42 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / AzQuickStarts-MAC

Build log #L42

PowerShell exited with code '1'.

Check failure on line 29 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / AzQuickStarts-MAC

Build log #L29

Analyze-Template : TemplateAnalyzer failed trying to analyze: D:\a\1\s\quickstarts\microsoft.costmanagement\finops-workbooks\azuredeploy.json 
At D:\a\1\test\ci-scripts\Run-TemplateAnalyzer.ps1:78 char:34
+             $newAnalysisPassed = Analyze-Template @params
+                                  ~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo          : NotSpecified: (:) [Write-Error], WriteErrorException
+ FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException,Analyze-Template