Skip to content

Commit

Permalink
Change subscription().id to subscription().subscriptionId (#88)
Browse files Browse the repository at this point in the history
Fix for issue #87
  • Loading branch information
aosolis authored Dec 13, 2019
1 parent 53dccd3 commit 08a6978
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Deployment/azuredeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -514,12 +514,12 @@
}
},
"name": "[variables('qnaMakerAppServiceName')]",
"serverFarmId": "[concat('/subscriptions/', subscription().id,'/resourcegroups/', resourceGroup().name, '/providers/Microsoft.Web/serverfarms/', variables('hostingPlanName'))]",
"serverFarmId": "[concat('/subscriptions/', subscription().subscriptionId,'/resourcegroups/', resourceGroup().name, '/providers/Microsoft.Web/serverfarms/', variables('hostingPlanName'))]",
"hostingEnvironment": ""
},
"tags": {
"isqnamaker": "true",
"[concat('hidden-related:', '/subscriptions/', subscription().id,'/resourcegroups/', resourceGroup().name, '/providers/Microsoft.Web/serverfarms/', variables('hostingPlanName'))]": "empty"
"[concat('hidden-related:', '/subscriptions/', subscription().subscriptionId,'/resourcegroups/', resourceGroup().name, '/providers/Microsoft.Web/serverfarms/', variables('hostingPlanName'))]": "empty"
},
"dependsOn": [
"[concat('Microsoft.Web/serverfarms/', variables('hostingPlanName'))]"
Expand Down

0 comments on commit 08a6978

Please sign in to comment.