Skip to content
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.

fix: remove invalid parameter location from vmss extension profiles #365

Merged
merged 1 commit into from
Jan 24, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 0 additions & 1 deletion parts/k8s/kubernetesagentresourcesvmss.t
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,6 @@
{{if UseAksExtension}}
,{
"name": "[concat(variables('{{.Name}}VMNamePrefix'), '-computeAksLinuxBilling')]",
"location": "[variables('location')]",
"properties": {
"publisher": "Microsoft.AKS",
"type": "Compute.AKS-Engine.Linux.Billing",
Expand Down
1 change: 0 additions & 1 deletion parts/k8s/kubernetesmasterresourcesvmss.t
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,6 @@
{{if UseAksExtension}}
,{
"name": "[concat(variables('masterVMNamePrefix'), 'vmss-computeAksLinuxBilling')]",
"location": "[variables('location')]",
"properties": {
"publisher": "Microsoft.AKS",
"type": "Compute.AKS-Engine.Linux.Billing",
Expand Down
1 change: 0 additions & 1 deletion parts/k8s/kuberneteswinagentresourcesvmss.t
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@
{{if UseAksExtension}}
,{
"name": "[concat(variables('{{.Name}}VMNamePrefix'), '-computeAksWindowsBilling')]",
"location": "[variables('location')]",
"properties": {
"publisher": "Microsoft.AKS",
"type": "Compute.AKS-Engine.Windows.Billing",
Expand Down