Skip to content

Commit

Permalink
rename financeApiIdentifierUri
Browse files Browse the repository at this point in the history
cofaulco committed May 30, 2022
1 parent 856ad0e commit d0296d0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions azure/finance.template.json
Original file line number Diff line number Diff line change
@@ -98,7 +98,7 @@
"idaTenant": {
"type": "string"
},
"financeApiIdentifierUri": {
"financeApiIdaAudience": {
"type": "string"
}
},
@@ -380,8 +380,8 @@
"value": "[parameters('idaTenant')]"
},
{
"name": "FinanceApiIdentifierUri",
"value": "[parameters('financeApiIdentifierUri')]"
"name": "FinanceApiIdaAudience",
"value": "[parameters('financeApiIdaAudience')]"
}
]
}

0 comments on commit d0296d0

Please sign in to comment.