Skip to content

Commit f35d0d3

Browse files
MahendraAgrawalvikasnav
authored andcommitted
fixing type string (#175)
1 parent 891997c commit f35d0d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rds-deployment-existing-ad/azuredeploy.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@
342342
"resources": [
343343
{
344344
"apiVersion": "2015-06-15",
345-
"type": "extensions",
345+
"type": "Microsoft.Compute/virtualMachines/extensions",
346346
"name": "gw-vm/gateway",
347347
"location": "[resourceGroup().location]",
348348
"dependsOn": [
@@ -427,7 +427,7 @@
427427
"resources": [
428428
{
429429
"apiVersion": "2015-06-15",
430-
"type": "extensions",
430+
"type": "Microsoft.Compute/virtualMachines/extensions",
431431
"name": "[concat('rdsh-', copyindex(),'/sessionhost')]",
432432
"location": "[resourceGroup().location]",
433433
"dependsOn": [

0 commit comments

Comments
 (0)