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

azuredeploy.json in finops hub is out of date and not aligned to commited changes in bicep files #13725

Closed
thecloudman opened this issue Jan 23, 2024 · 1 comment · Fixed by #13727

Comments

@thecloudman
Copy link

FinOps toolkit 0.2 - FinOps hub update , (https://github.com/Azure/azure-quickstart-templates/tree/master/quickstarts/microsoft.costmanagement/finops-hub)

Issue Details

azuredeploy.json has not been updated to reference changes made to datafactories bicep and as such is still deploying version 0.1.1

],
"userProperties": [],
"typeProperties": {
"variableName": "metric",
"value": {
"value": "amortizedcost",
"type": "Expression"
}

Here value should be "focuscost" and o datafactory bicep should be used that was commited two days ago.

@flanakin
Copy link
Member

I suspect the azuredeploy.json file is not getting updated when nested templates are updated.

@alex-frankel Is this a known gap? Is there a suggested workaround?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants