Skip to content

Commit

Permalink
add API version
Browse files Browse the repository at this point in the history
  • Loading branch information
barnstee committed Dec 20, 2024
1 parent 7ba79d9 commit ed693a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Deployment/arm.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
"env": [
{
"name": "edc.aas.remoteAasLocation",
"value": "[concat('http://', parameters('resourcesName'), '-aas-repository.', reference(resourceId('Microsoft.App/managedEnvironments', parameters('resourcesName'))).properties.defaultDomain, ':8080/api/v3.0')]"
"value": "[concat('http://', parameters('resourcesName'), '-aas-repository.', reference(resourceId('Microsoft.App/managedEnvironments', parameters('resourcesName')), '2024-03-01').properties.defaultDomain, ':8080/api/v3.0')]"
},
{
"name": "edc.aas.syncPeriod",
Expand Down

0 comments on commit ed693a8

Please sign in to comment.